cxf-rt-transports-http pom.xml has compile dependencies on jetty and servlet-api
--------------------------------------------------------------------------------
Key: CXF-624
URL: https://issues.apache.org/jira/browse/CXF-624
Project: CXF
Issue Type: Bug
Components: Build system
Affects Versions: 2.0
Reporter: Chris Moesel
Priority: Minor
Because of the current pom.xml, the following are transient compile
dependencies of cxf-rt-transports-http:
- jetty
- jetty-sslengine
- jetty-util
- geronimo-servlet_2.5_spec
This causes the corresponding jars to be copied into WEB-INF/lib for WARs that
use the CXFServlet.
It doesn't look like the jetty jars are actually needed by
cxf-rt-transports-http, and the servlet-api spec should have the "provided"
scope since it will already be bundled with the servlet container. Could we
fix this or are they needed for some reason?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.