Skip to content

Instantly share code, notes, and snippets.

@tfnico
Created July 5, 2012 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tfnico/3052189 to your computer and use it in GitHub Desktop.
Save tfnico/3052189 to your computer and use it in GitHub Desktop.
Why are the dependency trees different?
apply plugin: 'maven'
apply plugin: 'java'
repositories {
maven {
url "http://repo1.maven.org/maven2"
}
}
dependencies {
compile 'org.apache.activemq:activemq-camel:5.6.0'
}
➜ ~/projects/agnes/[master]✗>gradle dependencies tfnico@Thomas-Ferris-Nicolaisens-iMac [10:03:39]
:dependencies
------------------------------------------------------------
Root project
------------------------------------------------------------
archives - Configuration for archive artifacts.
No dependencies
compile - Classpath for compiling the main sources.
\--- org.apache.activemq:activemq-camel:5.6.0 [default]
+--- org.slf4j:slf4j-api:1.6.4 [compile,master,runtime]
\--- org.apache.camel:camel-jms:2.9.2 [compile,master,runtime]
+--- org.apache.camel:camel-core:2.9.2 [compile,master,runtime]
| \--- org.slf4j:slf4j-api:1.6.4 [compile,master,runtime] (*)
+--- org.apache.camel:camel-spring:2.9.2 [compile,master,runtime]
| +--- org.apache.camel:camel-core:2.9.2 [compile,master,runtime] (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime]
| | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime]
| | | +--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime]
| | | \--- commons-logging:commons-logging:1.1.1 [compile,master,runtime]
| | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime]
| | | \--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime]
| | | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| | | +--- aopalliance:aopalliance:1.0 [compile,master,runtime]
| | | \--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime] (*)
| | \--- org.springframework:spring-expression:3.0.7.RELEASE [compile,master,runtime]
| | \--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime]
| | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
| | \--- aopalliance:aopalliance:1.0 [compile,master,runtime] (*)
| \--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-jms:3.0.7.RELEASE [compile,master,runtime]
| +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
| \--- aopalliance:aopalliance:1.0 [compile,master,runtime] (*)
+--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime] (*)
\--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
default - Configuration for default artifacts.
\--- org.apache.activemq:activemq-camel:5.6.0 [default]
+--- org.slf4j:slf4j-api:1.6.4 [compile,master,runtime]
\--- org.apache.camel:camel-jms:2.9.2 [compile,master,runtime]
+--- org.apache.camel:camel-core:2.9.2 [compile,master,runtime]
| \--- org.slf4j:slf4j-api:1.6.4 [compile,master,runtime] (*)
+--- org.apache.camel:camel-spring:2.9.2 [compile,master,runtime]
| +--- org.apache.camel:camel-core:2.9.2 [compile,master,runtime] (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime]
| | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime]
| | | +--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime]
| | | \--- commons-logging:commons-logging:1.1.1 [compile,master,runtime]
| | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime]
| | | \--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime]
| | | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| | | +--- aopalliance:aopalliance:1.0 [compile,master,runtime]
| | | \--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime] (*)
| | \--- org.springframework:spring-expression:3.0.7.RELEASE [compile,master,runtime]
| | \--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime]
| | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
| | \--- aopalliance:aopalliance:1.0 [compile,master,runtime] (*)
| \--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-jms:3.0.7.RELEASE [compile,master,runtime]
| +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
| \--- aopalliance:aopalliance:1.0 [compile,master,runtime] (*)
+--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime] (*)
\--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
runtime - Classpath for running the compiled main classes.
\--- org.apache.activemq:activemq-camel:5.6.0 [default]
+--- org.slf4j:slf4j-api:1.6.4 [compile,master,runtime]
\--- org.apache.camel:camel-jms:2.9.2 [compile,master,runtime]
+--- org.apache.camel:camel-core:2.9.2 [compile,master,runtime]
| \--- org.slf4j:slf4j-api:1.6.4 [compile,master,runtime] (*)
+--- org.apache.camel:camel-spring:2.9.2 [compile,master,runtime]
| +--- org.apache.camel:camel-core:2.9.2 [compile,master,runtime] (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime]
| | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime]
| | | +--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime]
| | | \--- commons-logging:commons-logging:1.1.1 [compile,master,runtime]
| | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime]
| | | \--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime]
| | | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| | | +--- aopalliance:aopalliance:1.0 [compile,master,runtime]
| | | \--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime] (*)
| | \--- org.springframework:spring-expression:3.0.7.RELEASE [compile,master,runtime]
| | \--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime]
| | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
| | \--- aopalliance:aopalliance:1.0 [compile,master,runtime] (*)
| \--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-jms:3.0.7.RELEASE [compile,master,runtime]
| +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
| \--- aopalliance:aopalliance:1.0 [compile,master,runtime] (*)
+--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime] (*)
\--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
testCompile - Classpath for compiling the test sources.
\--- org.apache.activemq:activemq-camel:5.6.0 [default]
+--- org.slf4j:slf4j-api:1.6.4 [compile,master,runtime]
\--- org.apache.camel:camel-jms:2.9.2 [compile,master,runtime]
+--- org.apache.camel:camel-core:2.9.2 [compile,master,runtime]
| \--- org.slf4j:slf4j-api:1.6.4 [compile,master,runtime] (*)
+--- org.apache.camel:camel-spring:2.9.2 [compile,master,runtime]
| +--- org.apache.camel:camel-core:2.9.2 [compile,master,runtime] (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime]
| | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime]
| | | +--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime]
| | | \--- commons-logging:commons-logging:1.1.1 [compile,master,runtime]
| | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime]
| | | \--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime]
| | | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| | | +--- aopalliance:aopalliance:1.0 [compile,master,runtime]
| | | \--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime] (*)
| | \--- org.springframework:spring-expression:3.0.7.RELEASE [compile,master,runtime]
| | \--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime]
| | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
| | \--- aopalliance:aopalliance:1.0 [compile,master,runtime] (*)
| \--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-jms:3.0.7.RELEASE [compile,master,runtime]
| +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
| \--- aopalliance:aopalliance:1.0 [compile,master,runtime] (*)
+--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime] (*)
\--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
testRuntime - Classpath for running the compiled test classes.
\--- org.apache.activemq:activemq-camel:5.6.0 [default]
+--- org.slf4j:slf4j-api:1.6.4 [compile,master,runtime]
\--- org.apache.camel:camel-jms:2.9.2 [compile,master,runtime]
+--- org.apache.camel:camel-core:2.9.2 [compile,master,runtime]
| \--- org.slf4j:slf4j-api:1.6.4 [compile,master,runtime] (*)
+--- org.apache.camel:camel-spring:2.9.2 [compile,master,runtime]
| +--- org.apache.camel:camel-core:2.9.2 [compile,master,runtime] (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime]
| | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime]
| | | +--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime]
| | | \--- commons-logging:commons-logging:1.1.1 [compile,master,runtime]
| | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime]
| | | \--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime]
| | | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| | | +--- aopalliance:aopalliance:1.0 [compile,master,runtime]
| | | \--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-asm:3.0.7.RELEASE [compile,master,runtime] (*)
| | \--- org.springframework:spring-expression:3.0.7.RELEASE [compile,master,runtime]
| | \--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime]
| | +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| | +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
| | \--- aopalliance:aopalliance:1.0 [compile,master,runtime] (*)
| \--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-jms:3.0.7.RELEASE [compile,master,runtime]
| +--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
| +--- org.springframework:spring-aop:3.0.7.RELEASE [compile,master,runtime] (*)
| \--- aopalliance:aopalliance:1.0 [compile,master,runtime] (*)
+--- org.springframework:spring-core:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-context:3.0.7.RELEASE [compile,master,runtime] (*)
+--- org.springframework:spring-tx:3.0.7.RELEASE [compile,master,runtime] (*)
\--- org.springframework:spring-beans:3.0.7.RELEASE [compile,master,runtime] (*)
(*) - dependencies omitted (listed previously)
BUILD SUCCESSFUL
Total time: 3.773 secs
➜ ~/projects/agnes/[master]✗>mvn dependency:tree tfnico@Thomas-Ferris-Nicolaisens-iMac [10:05:25]
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building agnes 1.11-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ agnes ---
[INFO] company.company.agnes:agnes:jar:1.11-SNAPSHOT
[INFO] \- org.apache.activemq:activemq-camel:jar:5.6.0:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.6.4:compile
[INFO] +- org.apache.camel:camel-jms:jar:2.9.2:compile
[INFO] | +- org.apache.camel:camel-core:jar:2.9.2:compile
[INFO] | +- org.apache.camel:camel-spring:jar:2.9.2:compile
[INFO] | | \- org.springframework:spring-aop:jar:3.0.7.RELEASE:compile
[INFO] | +- org.springframework:spring-jms:jar:3.0.7.RELEASE:compile
[INFO] | | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] | +- org.springframework:spring-core:jar:3.0.7.RELEASE:compile
[INFO] | | +- org.springframework:spring-asm:jar:3.0.7.RELEASE:compile
[INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] | +- org.springframework:spring-context:jar:3.0.7.RELEASE:compile
[INFO] | | \- org.springframework:spring-expression:jar:3.0.7.RELEASE:compile
[INFO] | +- org.springframework:spring-tx:jar:3.0.7.RELEASE:compile
[INFO] | \- org.springframework:spring-beans:jar:3.0.7.RELEASE:compile
[INFO] \- org.apache.activemq:activemq-core:jar:5.6.0:compile
[INFO] +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
[INFO] +- org.apache.activemq:kahadb:jar:5.6.0:compile
[INFO] +- org.apache.activemq.protobuf:activemq-protobuf:jar:1.1:compile
[INFO] +- org.fusesource.fuse-extra:fusemq-leveldb:jar:1.1:compile
[INFO] | +- org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile
[INFO] | +- org.fusesource.hawtdispatch:hawtdispatch-scala:jar:1.9:compile
[INFO] | | \- org.fusesource.hawtdispatch:hawtdispatch:jar:1.9:compile
[INFO] | +- org.iq80.leveldb:leveldb:jar:0.2:compile
[INFO] | | +- org.iq80.leveldb:leveldb-api:jar:0.2:compile
[INFO] | | +- com.google.inject:guice:jar:3.0:compile
[INFO] | | | \- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- com.google.inject.extensions:guice-multibindings:jar:3.0:compile
[INFO] | | \- com.google.guava:guava:jar:10.0.1:compile
[INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.fusesource.leveldbjni:leveldbjni-osx:jar:1.2:compile
[INFO] | | \- org.fusesource.leveldbjni:leveldbjni:jar:1.2:compile
[INFO] | | \- org.fusesource.hawtjni:hawtjni-runtime:jar:1.5:compile
[INFO] | +- org.fusesource.leveldbjni:leveldbjni-linux32:jar:1.2:compile
[INFO] | +- org.fusesource.leveldbjni:leveldbjni-linux64:jar:1.2:compile
[INFO] | +- org.xerial.snappy:snappy-java:jar:1.0.3:compile
[INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.2:compile
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.2:compile
[INFO] | +- org.apache.hadoop:hadoop-core:jar:1.0.0:compile
[INFO] | | +- commons-configuration:commons-configuration:jar:1.6:compile
[INFO] | | | +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] | | | +- commons-lang:commons-lang:jar:2.4:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8:compile
[INFO] | | | | \- commons-beanutils:commons-beanutils:jar:1.7.0:compile
[INFO] | | | \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile
[INFO] | | +- org.mortbay.jetty:jetty:jar:6.1.26:compile
[INFO] | | | \- org.mortbay.jetty:servlet-api:jar:2.5-20081211:compile
[INFO] | | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] | | +- org.mortbay.jetty:jsp-api-2.1:jar:6.1.14:compile
[INFO] | | | \- org.mortbay.jetty:servlet-api-2.5:jar:6.1.14:compile
[INFO] | | \- org.mortbay.jetty:jsp-2.1:jar:6.1.14:compile
[INFO] | | \- ant:ant:jar:1.6.5:compile
[INFO] | \- org.scala-lang:scala-library:jar:2.9.1:compile
[INFO] +- org.fusesource.mqtt-client:mqtt-client:jar:1.0:compile
[INFO] | +- org.fusesource.hawtdispatch:hawtdispatch-transport:jar:1.9:compile
[INFO] | \- org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile
[INFO] +- org.osgi:org.osgi.core:jar:4.1.0:compile
[INFO] +- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile
[INFO] +- commons-net:commons-net:jar:2.2:compile
[INFO] \- org.jasypt:jasypt:jar:1.8:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.256s
[INFO] Finished at: Thu Jul 05 10:05:36 CEST 2012
[INFO] Final Memory: 8M/81M
[INFO] ------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>company.company.agnes</groupId>
<artifactId>agnes</artifactId>
<version>1.11-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-camel</artifactId>
<version>5.6.0</version>
</dependency>
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment