[jboss-jira] [JBoss JIRA] (WFLY-13021) EAP quickstart 'spring-greeter' contains errors after import into Red Hat CodeReady Studio (missing servlet-api-3.1.jar dependency in the pom.xml)
Ranabir Chakraborty (Jira)
issues at jboss.org
Tue Jan 28 01:45:30 EST 2020
[ https://issues.redhat.com/browse/WFLY-13021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ranabir Chakraborty moved JBEAP-18575 to WFLY-13021:
----------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-13021 (was: JBEAP-18575)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Quickstarts
(was: Quickstarts)
Environment: (was: OS X 10.14.5)
> EAP quickstart 'spring-greeter' contains errors after import into Red Hat CodeReady Studio (missing servlet-api-3.1.jar dependency in the pom.xml)
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-13021
> URL: https://issues.redhat.com/browse/WFLY-13021
> Project: WildFly
> Issue Type: Bug
> Components: Quickstarts
> Reporter: Ranabir Chakraborty
> Assignee: Ranabir Chakraborty
> 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.13.8#713008)
More information about the jboss-jira
mailing list