Cristiano Gavião created SMX4-1404:
--------------------------------------

             Summary: org.apache.servicemix.bundles.xstream has more deps than 
needed
                 Key: SMX4-1404
                 URL: https://issues.apache.org/jira/browse/SMX4-1404
             Project: ServiceMix 4
          Issue Type: Bug
          Components: Bundles
            Reporter: Cristiano Gavião


org.apache.servicemix.bundles.xstream 1.4.4_1 has imported package that should 
be optional since it is not a XStream dependency:
- com.ctc.wstx.stax

this package leads the need to install some more bundles:
                <dependency>
                        <groupId>com.ctc.wstx</groupId>
                        <artifactId>woodstox-osgi</artifactId>
                        <version>3.2.1.1</version>
                </dependency>
                <dependency>
                        <groupId>com.sun.xml.bind</groupId>
                        <artifactId>jaxb-extra-osgi</artifactId>
                        <version>2.2.7-b61</version>
                </dependency>
                <dependency>
                        <groupId>com.sun.xml.bind</groupId>
                        <artifactId>jaxb-osgi</artifactId>
                        <version>2.2.7-b61</version>
                </dependency>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to