[
https://issues.apache.org/jira/browse/GEODE-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231309#comment-15231309
]
Dan Smith commented on GEODE-1193:
----------------------------------
I think this is getting pulled in as a dependency of jetty. Jetty is part of
the compile dependencies of geode-core, for the code that launches pulse and
the REST API webapps:
{noformat}
compile - Compile classpath for source set 'main'.
+--- org.eclipse.jetty:jetty-webapp:9.3.6.v20151106
| +--- org.eclipse.jetty:jetty-xml:9.3.6.v20151106
| | \--- org.eclipse.jetty:jetty-util:9.3.6.v20151106
| \--- org.eclipse.jetty:jetty-servlet:9.3.6.v20151106
| \--- org.eclipse.jetty:jetty-security:9.3.6.v20151106
| \--- org.eclipse.jetty:jetty-server:9.3.6.v20151106
| +--- javax.servlet:javax.servlet-api:3.1.0
<----------------------------------------
| +--- org.eclipse.jetty:jetty-http:9.3.6.v20151106
| | \--- org.eclipse.jetty:jetty-util:9.3.6.v20151106
| \--- org.eclipse.jetty:jetty-io:9.3.6.v20151106
| \--- org.eclipse.jetty:jetty-util:9.3.6.v20151106
{noformat}
> Remove servlet-api jar from binary distributions
> ------------------------------------------------
>
> Key: GEODE-1193
> URL: https://issues.apache.org/jira/browse/GEODE-1193
> Project: Geode
> Issue Type: Bug
> Components: build, extensions
> Reporter: Anthony Baker
>
> See thread:
> http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/201604.mbox/%[email protected]%3e
> We're including multiple servlet-api jars in the binary distribution. We
> probably don't need any of them. Investigate if we can move to a 'provided'
> dependency instead of 'compile'.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)