On Tue, Mar 13, 2012 at 12:58 PM, Babak Vahdat
<babak.vah...@swissonline.ch> wrote:
> Claus
>
> What I was talking about was the camel-jaxb dependencies:
>

Ah yeah I think camel-jaxb should use the JDK stuff by default as its
part of JDK6+ now.
People can install a specific version of JAXB if they want to.


> ~/dev/workspace/camel/components/camel-jaxb>mvn dependency:tree
> [INFO] Scanning for projects...
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Camel :: JAXB 2.10-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ camel-jaxb ---
> [INFO] org.apache.camel:camel-jaxb:bundle:2.10-SNAPSHOT
> [INFO] +- org.apache.camel:camel-core:jar:2.10-SNAPSHOT:compile
> [INFO] |  \- org.slf4j:slf4j-api:jar:1.6.1:compile
> [INFO] +- javax.xml.bind:jaxb-api:jar:2.1:compile
> [INFO] |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
> [INFO] |  \- javax.activation:activation:jar:1.1:compile
> [INFO] +- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile
> [INFO] +- junit:junit:jar:4.8.1:test
> [INFO] +- org.apache.camel:camel-test-spring:jar:2.10-SNAPSHOT:test
> [INFO] |  +- org.apache.camel:camel-test:jar:2.10-SNAPSHOT:test
> [INFO] |  \- org.apache.camel:camel-spring:jar:2.10-SNAPSHOT:test
> [INFO] |     +- org.springframework:spring-context:jar:3.0.7.RELEASE:test
> [INFO] |     |  +- org.springframework:spring-beans:jar:3.0.7.RELEASE:test
> [INFO] |     |  +- org.springframework:spring-core:jar:3.0.7.RELEASE:test
> [INFO] |     |  |  \- commons-logging:commons-logging:jar:1.1.1:test
> [INFO] |     |  +-
> org.springframework:spring-expression:jar:3.0.7.RELEASE:test
> [INFO] |     |  \- org.springframework:spring-asm:jar:3.0.7.RELEASE:test
> [INFO] |     +- org.springframework:spring-aop:jar:3.0.7.RELEASE:test
> [INFO] |     |  \- aopalliance:aopalliance:jar:1.0:test
> [INFO] |     \- org.springframework:spring-tx:jar:3.0.7.RELEASE:test
> [INFO] +- org.apache.camel:camel-spring-javaconfig:jar:2.10-SNAPSHOT:test
> [INFO] |  \-
> org.apache.servicemix.bundles:org.apache.servicemix.bundles.cglib:jar:2.1_3_6:test
> [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test
> [INFO] |  \- log4j:log4j:jar:1.2.16:test
> [INFO] +- org.codehaus.woodstox:woodstox-core-asl:jar:4.1.1:test
> [INFO] |  \- org.codehaus.woodstox:stax2-api:jar:3.1.1:test
> [INFO] +- org.mockito:mockito-core:jar:1.8.5:test
> [INFO] |  +- org.hamcrest:hamcrest-core:jar:1.1:test
> [INFO] |  \- org.objenesis:objenesis:jar:1.0:test
> [INFO] \- org.springframework:spring-test:jar:3.0.7.RELEASE:test
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1.377s
> [INFO] Finished at: Wed Mar 07 09:03:22 CET 2012
> [INFO] Final Memory: 10M/1011M
> [INFO]
> ------------------------------------------------------------------------
>
> Babak
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Upgrading-JAXB-API-impl-to-2-2-x-tp5560244p5560745.html
> Sent from the Camel Development mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to