[ 
https://issues.apache.org/activemq/browse/CAMEL-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55004#action_55004
 ] 

Willem Jiang commented on CAMEL-2111:
-------------------------------------

I just rechecked the camel-cxf pom.xml , we could clean up lots of  
dependencies as the remains dependencies will introduce other cxf artifacts 
dependency.
There are what we just need.
{code}
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
{code}

> camel-cxf includes too many CXF poms
> ------------------------------------
>
>                 Key: CAMEL-2111
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2111
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.0.0
>            Reporter: Christian Schneider
>
> I am using camel 2.0.0 together with CXF 2.2.4. My problem is that camel-cxf 
> pulls in many CXF poms that I do not need.
> So I either have to exclude them or include them in my own project with 
> version 2.2.4. I would rather prefer that camel-cxf only includes what it 
> really needs.
> This is the list camel-cxf includes:
>       <artifactId>cxf-rt-frontend-jaxrs</artifactId>
>       <artifactId>cxf-rt-core</artifactId>
>       <artifactId>cxf-rt-transports-http</artifactId>
>       <artifactId>cxf-rt-transports-http-jetty</artifactId>
>       <artifactId>cxf-rt-transports-local</artifactId>
>       <artifactId>cxf-rt-frontend-simple</artifactId>
>       <artifactId>cxf-rt-frontend-jaxws</artifactId>
>       <artifactId>cxf-rt-management</artifactId>
>       <artifactId>cxf-tools-common</artifactId>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to