Hi Claus,

It is introduced by the dependency of jaxb.
You can get the maven dependency tree by using the option -X when running the mvn install in camel-core.

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[DEBUG] org.apache.camel:camel-core:bundle:1.4-SNAPSHOT (selected for null)
[DEBUG]   org.springframework:spring-aop:jar:2.5.3:test (selected for test)
[DEBUG]     aopalliance:aopalliance:jar:1.0:test (selected for test)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:test (applying version: 1.0.4) [DEBUG] commons-logging:commons-logging:jar:1.0.4:test (selected for test) [DEBUG] org.springframework:spring-beans:jar:2.5.3:test (selected for test) [DEBUG] commons-logging:commons-logging:jar:1.1.1:test (applying version: 1.0.4) [DEBUG] org.springframework:spring-core:jar:2.5.3:test (selected for test) [DEBUG] commons-logging:commons-logging:jar:1.1.1:test (applying version: 1.0.4) [DEBUG] org.springframework:spring-core:jar:2.5.3:test (selected for test) [DEBUG] commons-logging:commons-logging:jar:1.1.1:test (applying version: 1.0.4)
[DEBUG]   junit:junit:jar:3.8.2:test (selected for test)
[DEBUG]   log4j:log4j:jar:1.2.12:test (selected for test)
[DEBUG] org.easymock:easymockclassextension:jar:2.3:test (selected for test)
[DEBUG]     org.easymock:easymock:jar:2.3:test (selected for test)
[DEBUG]     cglib:cglib-nodep:jar:2.1_3:test (selected for test)
[DEBUG] commons-logging:commons-logging-api:jar:1.0.4:compile (selected for compile) [DEBUG] com.sun.xml.bind:jaxb-impl:jar:2.1.3:compile (selected for compile)
[DEBUG]     javax.xml.bind:jaxb-api:jar:2.1:compile (selected for compile)
[DEBUG] javax.xml.bind:jsr173_api:jar:1.0:compile (selected for compile) [DEBUG] javax.activation:activation:jar:1.1:compile (selected for compile)
[DEBUG]   javax.xml.bind:jaxb-api:jar:2.1:compile (selected for compile)
[DEBUG]     javax.xml.bind:jsr173_api:jar:1.0:compile (selected for compile)
[DEBUG] javax.activation:activation:jar:1.1:compile (selected for compile)
[DEBUG]   commons-logging:commons-logging:jar:1.0.4:test (selected for test)
[DEBUG] org.springframework:spring-context:jar:2.5.3:compile (selected for compile)
[DEBUG]     aopalliance:aopalliance:jar:1.0:test (setting scope to: compile)
[DEBUG]     aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (applying version: 1.0.4) [DEBUG] commons-logging:commons-logging:jar:1.0.4:test (not setting scope to: compile; local scope test wins)

Willem


Claus Ibsen wrote:
Hi

CAMEL-385 added attachement support to the camel core.

I was wondering since the camel org.apache.camel.Message interface now imports

import javax.activation.DataHandler;

The pom.xml for camel-core should have dependency to javax.activation but I can 
not find it anywhere.

Med venlig hilsen

Claus Ibsen

......................................

Silverbullet

Skovsgårdsvænget 21

8362 Hørning

Tlf. +45 2962 7576

Web: www.silverbullet.dk



Reply via email to