You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Chris Moesel (JIRA)" <ji...@apache.org> on 2007/05/02 18:35:15 UTC

[jira] Updated: (CXF-624) cxf-rt-transports-http pom.xml has compile dependencies on jetty and servlet-api

     [ https://issues.apache.org/jira/browse/CXF-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Moesel updated CXF-624:
-----------------------------

    Attachment: fix-rt-transports-http-pom.patch

A patch that removes the jetty dependencies and sets the scope of the geronimo-servlet_2.5_spec to "provided".

I ran the tests in /rt/transports/http and /systests successfully after applying this patch.

> 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
>         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.