Hi

Take a look at the pom.xml for camel-core that the CI server at Apache produces
https://repository.apache.org/content/repositories/snapshots/org/apache/camel/camel-core/2.9-SNAPSHOT/camel-core-2.9-SNAPSHOT.pom

If you notice then it adds a dependency to jenkins
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.5.0</version>
<scope>system</scope>
<systemPath>
/home/jenkins/tools/java/jdk1.6.0_20-32/jre/../lib/tools.jar
</systemPath>
</dependency>
</dependencies>

I have not been able to figure out why it does that, and where you can
disable it from doing this.

Anyone seen this before? And know a reason for doing this.



-- 
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