[jboss-jira] [JBoss JIRA] (WFLY-12183) WildFly "spring-greeter" quickstart contains errors after import into Red Hat CodeReady Studio (missing servlet-api-3.1.jar dependency in the pom.xml)

Zbyněk Červinka (Jira) issues at jboss.org
Tue Jun 11 04:21:00 EDT 2019


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-http-httpservlet-was-not-found-on-the-java-build





--
This message was sent by Atlassian Jira
(v7.12.1#712002)



More information about the jboss-jira mailing list