[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)

Jeff MAURY (Jira) issues at jboss.org
Wed Jun 12 03:38:02 EDT 2019


    [ https://issues.jboss.org/browse/WFLY-12183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13745618#comment-13745618 ] 

Jeff MAURY commented on WFLY-12183:
-----------------------------------

[~brian.stansberry] this should rather go into https://issues.jboss.org/project/JBIDE (the OSS part). Which version of WF supports Servlet 3.1 ?

> 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
>            Priority: Major
>         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-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