[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)
Brian Stansberry (Jira)
issues at jboss.org
Tue Jun 11 16:26:00 EDT 2019
[ https://issues.jboss.org/browse/WFLY-12183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13745545#comment-13745545 ]
Brian Stansberry commented on WFLY-12183:
-----------------------------------------
[~jeffmaury] Should this go in https://issues.jboss.org/projects/JBDS ?
[~zcervink] This doesn't look like a WFLY issue, as the dev studio tooling is not part of WildFly.
> 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