Zbyněk Červinka created WFLY-12183:
--------------------------------------
Summary: WildFly "spring-greeter" quickstart contains errors after
import into Red Hat CodeReady Studio (missing servlet-api-3.1.jar dependency in the
pom.xml)
Key: WFLY-12183
URL:
https://issues.jboss.org/browse/WFLY-12183
Project: WildFly
Issue Type: Bug
Environment: OS X 10.14.5
Reporter: Zbyněk Červinka
Assignee: Brian Stansberry
*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.12.1#712002)