Skip to content

Instantly share code, notes, and snippets.

@zregvart
Created January 18, 2017 13:27
Show Gist options
  • Save zregvart/a58ba693b29b5780a5def622e9dbd42c to your computer and use it in GitHub Desktop.
Save zregvart/a58ba693b29b5780a5def622e9dbd42c to your computer and use it in GitHub Desktop.
dependency tree
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ salesforce-jetty-test ---
[INFO] com.github.zregvart:salesforce-jetty-test:jar:0.0.1-SNAPSHOT
[INFO] +- org.apache.camel:camel-spring-boot-starter:jar:2.18.1-SNAPSHOT:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:1.4.1.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:1.4.1.RELEASE:compile
[INFO] | | | \- org.springframework:spring-context:jar:4.3.3.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:1.4.1.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:1.4.1.RELEASE:compile
[INFO] | | | +- ch.qos.logback:logback-classic:jar:1.1.7:compile
[INFO] | | | | \- ch.qos.logback:logback-core:jar:1.1.7:compile
[INFO] | | | +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile
[INFO] | | | +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile
[INFO] | | | \- org.slf4j:log4j-over-slf4j:jar:1.7.21:compile
[INFO] | | +- org.springframework:spring-core:jar:4.3.3.RELEASE:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.17:runtime
[INFO] | +- org.apache.camel:camel-spring-boot:jar:2.18.1-SNAPSHOT:compile
[INFO] | | +- org.apache.camel:camel-spring:jar:2.18.1-SNAPSHOT:compile
[INFO] | | | +- org.springframework:spring-aop:jar:4.3.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:4.3.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-expression:jar:4.3.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-tx:jar:4.3.3.RELEASE:compile
[INFO] | | +- com.sun.xml.bind:jaxb-core:jar:2.2.11:compile
[INFO] | | \- com.sun.xml.bind:jaxb-impl:jar:2.2.11:compile
[INFO] | \- org.apache.camel:camel-core-starter:jar:2.18.1-SNAPSHOT:compile
[INFO] | +- org.apache.camel:camel-core:jar:2.18.1-SNAPSHOT:compile
[INFO] | \- com.github.ben-manes.caffeine:caffeine:jar:2.3.3:compile
[INFO] \- org.apache.camel:camel-salesforce-starter:jar:2.18.1-SNAPSHOT:compile
[INFO] +- org.apache.camel:camel-salesforce:jar:2.18.1-SNAPSHOT:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.8.3:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.8.3:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.8.3:compile
[INFO] | +- com.thoughtworks.xstream:xstream:jar:1.4.9:compile
[INFO] | | +- xmlpull:xmlpull:jar:1.1.3.1:compile
[INFO] | | \- xpp3:xpp3_min:jar:1.1.4c:compile
[INFO] | +- org.cometd.java:cometd-java-client:jar:3.0.10:compile
[INFO] | | +- org.cometd.java:bayeux-api:jar:3.0.10:compile
[INFO] | | \- org.cometd.java:cometd-java-common:jar:3.0.10:compile
[INFO] | \- org.slf4j:slf4j-api:jar:1.7.21:compile
[INFO] +- org.eclipse.jetty:jetty-client:jar:9.3.11.v20160721:compile
[INFO] | \- org.eclipse.jetty:jetty-http:jar:9.3.11.v20160721:compile
[INFO] +- org.eclipse.jetty:jetty-io:jar:9.3.11.v20160721:compile
[INFO] +- org.eclipse.jetty:jetty-util:jar:9.3.11.v20160721:compile
[INFO] \- org.eclipse.jetty:jetty-util-ajax:jar:9.3.11.v20160721:compile
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment