[
https://issues.apache.org/jira/browse/CXF-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
willem Jiang resolved CXF-624.
------------------------------
Resolution: Fixed
Fix Version/s: 2.0
This patch has been applied in the revision 534542.
> 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
> Assigned To: willem Jiang
> Priority: Minor
> Fix For: 2.0
>
> Attachments: fix-rt-transports-http-pom.patch
>
>
> 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.