[
https://issues.redhat.com/browse/JBIDE-26672?page=com.atlassian.jira.plug...
]
Zbyněk Červinka resolved JBIDE-26672.
-------------------------------------
Resolution: Done
h1. Update on this issue - issue is fixed in WildFly version 19.0.0.Final, I am resolving
this jira.
h2. Tested in the following version of Red Hat CodeReady Studio:
Version: 12.14.0.GA
Build id: GA-v20200321-1015-B6094
Build date: 20200321-1015
WildFly quickstart 'spring-greeter' contains errors after
import into Red Hat CodeReady Studio
----------------------------------------------------------------------------------------------
Key: JBIDE-26672
URL:
https://issues.redhat.com/browse/JBIDE-26672
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 4.12.0.AM1
Environment: OS X 10.14.5
Reporter: Zbyněk Červinka
Priority: Major
Fix For: 4.15.0.AM1
Attachments: error_msg.png
*Issue solved by extending the pom.xml by adding the following dependency:*
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
*SOURCE: StackOverflow:*
https://stackoverflow.com/questions/22756153/the-superclass-javax-servlet...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)