[
https://issues.jboss.org/browse/DROOLS-258?page=com.atlassian.jira.plugin...
]
Petr Široký commented on DROOLS-258:
------------------------------------
I did mvn dependency:tree on all drools/jpbm repos (as defined in
build-bootstrap/script/repository-list.txt) and found that following modules _directly_
depend on the {{cxf-bundle-jaxrs}}:
{quote}
org.kie:kie-camel
org.drools:drools-camel-server-example
{quote}
drools-camel-server and guvnor-webapp: Do not use the dependency
cxf-bundle-jaxrs because it's an uber jar that disrupts our dependency graph
---------------------------------------------------------------------------------------------------------------------------------------------
Key: DROOLS-258
URL:
https://issues.jboss.org/browse/DROOLS-258
Project: Drools
Issue Type: Bug
Reporter: Geoffrey De Smet
Assignee: Michael Biarnes Kiefer
Priority: Critical
cxf-bundle-jaxrs isn't mentioned in here:
http://cxf.apache.org/docs/using-cxf-with-maven.html
it pulls in a lot we don't need and we try to exclude what we don't need (but
fail at it).
Furher proof that cxf-bundle-jaxrs is evil:
http://svn.apache.org/repos/asf/cxf/trunk/distribution/bundle/jaxrs/pom.xml
It uses the maven-shade-plugin, which is a blocker for the Red Hat re-packers team (see
fosdem 2011 presentation)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)