Skip to content

Instantly share code, notes, and snippets.

@jeanouii
Created March 27, 2014 21:34
Show Gist options
  • Select an option

  • Save jeanouii/9819525 to your computer and use it in GitHub Desktop.

Select an option

Save jeanouii/9819525 to your computer and use it in GitHub Desktop.
oulains-mac:tribestream-registry jlmonteiro$ mvn dependency:tree | grep -v provided
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tribestream :: Webapp :: Registry 0.11-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ tribestream-registry ---
[INFO] com.tomitribe:tribestream-registry:war:0.11-SNAPSHOT
[INFO] +- com.tomitribe:tribestream-registry-core:jar:0.11-SNAPSHOT:compile
[INFO] | +- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[INFO] | | \- stax:stax-api:jar:1.0.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.2.3:compile
[INFO] | \- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.2.3:compile
[INFO] | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.2.3:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.2.3:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.2.3:compile
[INFO] | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.2.3:compile
[INFO] +- com.tomitribe:twitter-wadl:jar:0.11-SNAPSHOT:compile
[INFO] | +- org.jsoup:jsoup:jar:1.7.3:compile
[INFO] | +- org.codehaus.swizzle:swizzle-stream:jar:1.6.2:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.3.1:runtime
[INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.3:runtime
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.5:compile
[INFO] | \- asm:asm-all:jar:3.3.1:compile
[INFO] | +- commons-cli:commons-cli:jar:1.2:compile
[INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] +- com.vaadin:vaadin-server:jar:7.1.12:compile
[INFO] | +- com.vaadin:vaadin-shared:jar:7.1.12:compile
[INFO] | | \- com.vaadin:vaadin-shared-deps:jar:1.0.2:compile
[INFO] | \- com.vaadin:vaadin-theme-compiler:jar:7.1.12:compile
[INFO] | \- org.apache.commons:commons-jexl:jar:2.1.1:compile
[INFO] +- com.vaadin:vaadin-client-compiler:jar:7.1.12:compile
[INFO] | +- commons-collections:commons-collections:jar:3.1:compile
[INFO] | +- ant:ant:jar:1.6.5:compile
[INFO] | +- net.sourceforge.cssparser:cssparser:jar:0.9.5:compile
[INFO] | +- ant:ant-launcher:jar:1.6.5:compile
[INFO] | +- org.mortbay.jetty:jetty:jar:6.1.11:compile
[INFO] | | \- org.mortbay.jetty:servlet-api-2.5:jar:6.1.11:compile
[INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.11:compile
[INFO] | +- org.jdesktop:swing-worker:jar:1.1:compile
[INFO] | +- commons-codec:commons-codec:jar:1.3:compile
[INFO] | +- commons-io:commons-io:jar:2.2:compile
[INFO] | +- commons-lang:commons-lang:jar:2.6:compile
[INFO] | +- org.apache.james:apache-mime4j:jar:0.6:compile
[INFO] | \- com.vaadin:vaadin-client-compiler-deps:jar:1.0.2:compile
[INFO] | +- org.w3c.css:sac:jar:1.3:compile
[INFO] +- com.vaadin:vaadin-push:jar:7.1.12:compile
[INFO] | \- com.vaadin.external.atmosphere:atmosphere-runtime:jar:1.0.18.vaadin3:compile
[INFO] | +- com.vaadin.external.atmosphere:atmosphere-compat-jbossweb:jar:1.0.18.vaadin3:compile
[INFO] | +- com.vaadin.external.atmosphere:atmosphere-compat-tomcat:jar:1.0.18.vaadin3:compile
[INFO] | +- com.vaadin.external.atmosphere:atmosphere-compat-tomcat7:jar:1.0.18.vaadin3:compile
[INFO] | \- com.vaadin.external.slf4j:vaadin-slf4j-jdk14:jar:1.6.1:compile
[INFO] +- com.vaadin:vaadin-themes:jar:7.1.12:compile
[INFO] +- org.vaadin.addons:fonticon:jar:7.1.1:compile
[INFO] +- com.vaadin:vaadin-cdi:jar:1.0.0.alpha1:compile
[INFO] +- org.vaadin.addons:codelabel:jar:7.0.0:compile
[INFO] +- org.vaadin.addons:animator:jar:1.7.3:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.944s
[INFO] Finished at: Thu Mar 27 23:34:03 EET 2014
[INFO] Final Memory: 18M/198M
[INFO] ------------------------------------------------------------------------
poulains-mac:tribestream-registry jlmonteiro$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment