Skip to content

Instantly share code, notes, and snippets.

@costin
Created February 13, 2013 08:19
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 costin/7459c90dc8d589247a5e to your computer and use it in GitHub Desktop.
Save costin/7459c90dc8d589247a5e to your computer and use it in GitHub Desktop.
gradle dependencies from a running hive-server project
Using Apache Hadoop 1.0.x [1.0.4]
:dependencies
------------------------------------------------------------
Root project - Spring for Apache Hadoop
------------------------------------------------------------
archives - Configuration for archive artifacts.
No dependencies
compile - Classpath for compiling the main sources.
+--- org.apache.hadoop:hadoop-streaming:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4
| +--- commons-cli:commons-cli:1.2
| +--- xmlenc:xmlenc:0.52
| +--- commons-httpclient:commons-httpclient:3.0.1 -> 3.1
| | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1
| | \--- commons-codec:commons-codec:1.2 -> 1.4
| +--- commons-codec:commons-codec:1.4 (*)
| +--- org.apache.commons:commons-math:2.1
| +--- commons-configuration:commons-configuration:1.6
| | +--- commons-collections:commons-collections:3.2.1
| | +--- commons-lang:commons-lang:2.4
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | +--- commons-digester:commons-digester:1.8
| | | +--- commons-beanutils:commons-beanutils:1.7.0
| | | | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| | | \--- commons-logging:commons-logging:1.1 -> 1.1.1 (*)
| | \--- commons-beanutils:commons-beanutils-core:1.8.0
| | \--- commons-logging:commons-logging:1.1.1 (*)
| +--- commons-net:commons-net:1.4.1
| | \--- oro:oro:2.0.8
| +--- org.mortbay.jetty:jetty:6.1.26
| | +--- org.mortbay.jetty:jetty-util:6.1.26
| | \--- org.mortbay.jetty:servlet-api:2.5-20081211
| +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| +--- tomcat:jasper-runtime:5.5.12
| +--- tomcat:jasper-compiler:5.5.12
| +--- org.mortbay.jetty:jsp-api-2.1:6.1.14
| | \--- org.mortbay.jetty:servlet-api-2.5:6.1.14
| +--- org.mortbay.jetty:jsp-2.1:6.1.14
| | +--- org.eclipse.jdt:core:3.1.1
| | +--- org.mortbay.jetty:jsp-api-2.1:6.1.14 (*)
| | \--- ant:ant:1.6.5
| +--- commons-el:commons-el:1.0
| | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| +--- net.java.dev.jets3t:jets3t:0.7.1
| | +--- commons-codec:commons-codec:1.3 -> 1.4 (*)
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | \--- commons-httpclient:commons-httpclient:3.1 (*)
| +--- net.sf.kosmosfs:kfs:0.3
| +--- hsqldb:hsqldb:1.8.0.10
| +--- oro:oro:2.0.8 (*)
| +--- org.eclipse.jdt:core:3.1.1 (*)
| \--- org.codehaus.jackson:jackson-mapper-asl:1.0.1
| \--- org.codehaus.jackson:jackson-core-asl:1.0.1
+--- org.apache.hadoop:hadoop-tools:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4 (*)
\--- org.springframework:spring-context-support:3.0.7.RELEASE
+--- org.springframework:spring-beans:3.0.7.RELEASE
| \--- org.springframework:spring-core:3.0.7.RELEASE
| +--- org.springframework:spring-asm:3.0.7.RELEASE
| \--- commons-logging:commons-logging:1.1.1 (*)
+--- org.springframework:spring-context:3.0.7.RELEASE
| +--- org.springframework:spring-aop:3.0.7.RELEASE
| | +--- aopalliance:aopalliance:1.0
| | +--- org.springframework:spring-asm:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| +--- org.springframework:spring-core:3.0.7.RELEASE (*)
| +--- org.springframework:spring-expression:3.0.7.RELEASE
| | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| \--- org.springframework:spring-asm:3.0.7.RELEASE (*)
\--- org.springframework:spring-core:3.0.7.RELEASE (*)
default - Configuration for default artifacts.
+--- org.apache.hadoop:hadoop-streaming:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4
| +--- commons-cli:commons-cli:1.2
| +--- xmlenc:xmlenc:0.52
| +--- commons-httpclient:commons-httpclient:3.0.1 -> 3.1
| | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1
| | \--- commons-codec:commons-codec:1.2 -> 1.4
| +--- commons-codec:commons-codec:1.4 (*)
| +--- org.apache.commons:commons-math:2.1
| +--- commons-configuration:commons-configuration:1.6
| | +--- commons-collections:commons-collections:3.2.1
| | +--- commons-lang:commons-lang:2.4
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | +--- commons-digester:commons-digester:1.8
| | | +--- commons-beanutils:commons-beanutils:1.7.0
| | | | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| | | \--- commons-logging:commons-logging:1.1 -> 1.1.1 (*)
| | \--- commons-beanutils:commons-beanutils-core:1.8.0
| | \--- commons-logging:commons-logging:1.1.1 (*)
| +--- commons-net:commons-net:1.4.1
| | \--- oro:oro:2.0.8
| +--- org.mortbay.jetty:jetty:6.1.26
| | +--- org.mortbay.jetty:jetty-util:6.1.26
| | \--- org.mortbay.jetty:servlet-api:2.5-20081211
| +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| +--- tomcat:jasper-runtime:5.5.12
| +--- tomcat:jasper-compiler:5.5.12
| +--- org.mortbay.jetty:jsp-api-2.1:6.1.14
| | \--- org.mortbay.jetty:servlet-api-2.5:6.1.14
| +--- org.mortbay.jetty:jsp-2.1:6.1.14
| | +--- org.eclipse.jdt:core:3.1.1
| | +--- org.mortbay.jetty:jsp-api-2.1:6.1.14 (*)
| | \--- ant:ant:1.6.5
| +--- commons-el:commons-el:1.0
| | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| +--- net.java.dev.jets3t:jets3t:0.7.1
| | +--- commons-codec:commons-codec:1.3 -> 1.4 (*)
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | \--- commons-httpclient:commons-httpclient:3.1 (*)
| +--- net.sf.kosmosfs:kfs:0.3
| +--- hsqldb:hsqldb:1.8.0.10
| +--- oro:oro:2.0.8 (*)
| +--- org.eclipse.jdt:core:3.1.1 (*)
| \--- org.codehaus.jackson:jackson-mapper-asl:1.0.1
| \--- org.codehaus.jackson:jackson-core-asl:1.0.1
+--- org.apache.hadoop:hadoop-tools:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4 (*)
\--- org.springframework:spring-context-support:3.0.7.RELEASE
+--- org.springframework:spring-beans:3.0.7.RELEASE
| \--- org.springframework:spring-core:3.0.7.RELEASE
| +--- org.springframework:spring-asm:3.0.7.RELEASE
| \--- commons-logging:commons-logging:1.1.1 (*)
+--- org.springframework:spring-context:3.0.7.RELEASE
| +--- org.springframework:spring-aop:3.0.7.RELEASE
| | +--- aopalliance:aopalliance:1.0
| | +--- org.springframework:spring-asm:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| +--- org.springframework:spring-core:3.0.7.RELEASE (*)
| +--- org.springframework:spring-expression:3.0.7.RELEASE
| | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| \--- org.springframework:spring-asm:3.0.7.RELEASE (*)
\--- org.springframework:spring-core:3.0.7.RELEASE (*)
optional
+--- org.apache.hadoop:hadoop-streaming:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4
| +--- commons-cli:commons-cli:1.2
| +--- xmlenc:xmlenc:0.52
| +--- commons-httpclient:commons-httpclient:3.0.1 -> 3.1
| | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1
| | \--- commons-codec:commons-codec:1.2 -> 1.4
| +--- commons-codec:commons-codec:1.4 (*)
| +--- org.apache.commons:commons-math:2.1
| +--- commons-configuration:commons-configuration:1.6
| | +--- commons-collections:commons-collections:3.2.1
| | +--- commons-lang:commons-lang:2.4 -> 2.5
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | +--- commons-digester:commons-digester:1.8
| | | +--- commons-beanutils:commons-beanutils:1.7.0
| | | | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| | | \--- commons-logging:commons-logging:1.1 -> 1.1.1 (*)
| | \--- commons-beanutils:commons-beanutils-core:1.8.0
| | \--- commons-logging:commons-logging:1.1.1 (*)
| +--- commons-net:commons-net:1.4.1
| | \--- oro:oro:2.0.8
| +--- org.mortbay.jetty:jetty:6.1.26
| | +--- org.mortbay.jetty:jetty-util:6.1.26
| | \--- org.mortbay.jetty:servlet-api:2.5-20081211
| +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| +--- tomcat:jasper-runtime:5.5.12 -> 5.5.23
| | +--- javax.servlet:servlet-api:2.4
| | \--- commons-el:commons-el:1.0
| | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| +--- tomcat:jasper-compiler:5.5.12 -> 5.5.23
| | +--- javax.servlet:jsp-api:2.0
| | | \--- javax.servlet:servlet-api:2.4 (*)
| | \--- ant:ant:1.6.5
| +--- org.mortbay.jetty:jsp-api-2.1:6.1.14
| | \--- org.mortbay.jetty:servlet-api-2.5:6.1.14
| +--- org.mortbay.jetty:jsp-2.1:6.1.14
| | +--- org.eclipse.jdt:core:3.1.1
| | +--- org.mortbay.jetty:jsp-api-2.1:6.1.14 (*)
| | \--- ant:ant:1.6.5 (*)
| +--- commons-el:commons-el:1.0 (*)
| +--- net.java.dev.jets3t:jets3t:0.7.1
| | +--- commons-codec:commons-codec:1.3 -> 1.4 (*)
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | \--- commons-httpclient:commons-httpclient:3.1 (*)
| +--- net.sf.kosmosfs:kfs:0.3
| +--- hsqldb:hsqldb:1.8.0.10
| +--- oro:oro:2.0.8 (*)
| +--- org.eclipse.jdt:core:3.1.1 (*)
| \--- org.codehaus.jackson:jackson-mapper-asl:1.0.1 -> 1.8.8
| \--- org.codehaus.jackson:jackson-core-asl:1.8.8
+--- org.apache.hadoop:hadoop-tools:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4 (*)
+--- org.springframework:spring-context-support:3.0.7.RELEASE
| +--- org.springframework:spring-beans:3.0.7.RELEASE
| | \--- org.springframework:spring-core:3.0.7.RELEASE
| | +--- org.springframework:spring-asm:3.0.7.RELEASE
| | \--- commons-logging:commons-logging:1.1.1 (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE
| | +--- org.springframework:spring-aop:3.0.7.RELEASE
| | | +--- aopalliance:aopalliance:1.0
| | | +--- org.springframework:spring-asm:3.0.7.RELEASE (*)
| | | +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| | | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-core:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-expression:3.0.7.RELEASE
| | | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| | \--- org.springframework:spring-asm:3.0.7.RELEASE (*)
| \--- org.springframework:spring-core:3.0.7.RELEASE (*)
+--- org.springframework:spring-tx:3.0.7.RELEASE
| +--- aopalliance:aopalliance:1.0 (*)
| +--- org.springframework:spring-aop:3.0.7.RELEASE (*)
| +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE (*)
| \--- org.springframework:spring-core:3.0.7.RELEASE (*)
+--- org.springframework:spring-jdbc:3.0.7.RELEASE
| +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| +--- org.springframework:spring-core:3.0.7.RELEASE (*)
| \--- org.springframework:spring-tx:3.0.7.RELEASE (*)
+--- org.springframework.batch:spring-batch-core:2.1.9.RELEASE
| +--- org.springframework.batch:spring-batch-infrastructure:2.1.9.RELEASE
| | \--- org.springframework:spring-core:2.5.6 -> 3.0.7.RELEASE (*)
| +--- com.thoughtworks.xstream:xstream:1.3
| | \--- xpp3:xpp3_min:1.1.4c
| +--- org.codehaus.jettison:jettison:1.1
| | \--- stax:stax-api:1.0.1
| +--- org.springframework:spring-aop:2.5.6 -> 3.0.7.RELEASE (*)
| +--- org.springframework:spring-beans:2.5.6 -> 3.0.7.RELEASE (*)
| +--- org.springframework:spring-context:2.5.6 -> 3.0.7.RELEASE (*)
| +--- org.springframework:spring-core:2.5.6 -> 3.0.7.RELEASE (*)
| \--- org.springframework:spring-tx:2.5.6 -> 3.0.7.RELEASE (*)
+--- org.springframework.integration:spring-integration-core:2.1.4.RELEASE
| +--- org.springframework:spring-aop:3.0.7.RELEASE (*)
| \--- org.springframework:spring-context:3.0.7.RELEASE (*)
+--- cascading:cascading-hadoop:2.1.2
| \--- cascading:cascading-core:2.1.2
| +--- riffle:riffle:0.1-dev
| +--- thirdparty:jgrapht-jdk1.6:0.8.1
| \--- org.codehaus.janino:janino:2.6.1
| \--- org.codehaus.janino:commons-compiler:2.6.1
+--- org.apache.hive:hive-service:0.10.0
| +--- org.apache.hive:hive-exec:0.10.0
| | +--- org.apache.hive:hive-metastore:0.10.0
| | | +--- org.apache.hive:hive-serde:0.10.0
| | | | +--- org.apache.hive:hive-common:0.10.0
| | | | | +--- org.apache.hive:hive-shims:0.10.0
| | | | | | +--- org.apache.zookeeper:zookeeper:3.4.3
| | | | | | | +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4
| | | | | | | +--- org.slf4j:slf4j-log4j12:1.6.1
| | | | | | | | +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4 (*)
| | | | | | | | \--- log4j:log4j:1.2.16
| | | | | | | +--- log4j:log4j:1.2.15 -> 1.2.16 (*)
| | | | | | | +--- jline:jline:0.9.94
| | | | | | | | \--- junit:junit:3.8.1 -> 4.8.1
| | | | | | | \--- org.jboss.netty:netty:3.2.2.Final -> 3.2.4.Final
| | | | | | +--- org.apache.thrift:libthrift:0.9.0
| | | | | | | +--- org.slf4j:slf4j-api:1.5.8 -> 1.6.4 (*)
| | | | | | | +--- commons-lang:commons-lang:2.5 (*)
| | | | | | | +--- org.apache.httpcomponents:httpclient:4.1.3
| | | | | | | | +--- org.apache.httpcomponents:httpcore:4.1.4
| | | | | | | | +--- commons-logging:commons-logging:1.1.1 (*)
| | | | | | | | \--- commons-codec:commons-codec:1.4 (*)
| | | | | | | \--- org.apache.httpcomponents:httpcore:4.1.3 -> 4.1.4 (*)
| | | | | | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| | | | | | +--- commons-logging:commons-logging-api:1.0.4
| | | | | | +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| | | | | | \--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| | | | | +--- commons-cli:commons-cli:1.2 (*)
| | | | | +--- org.apache.commons:commons-compress:1.4.1
| | | | | | \--- org.tukaani:xz:1.0
| | | | | +--- commons-lang:commons-lang:2.4 -> 2.5 (*)
| | | | | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| | | | | +--- commons-logging:commons-logging-api:1.0.4 (*)
| | | | | \--- log4j:log4j:1.2.16 (*)
| | | | +--- org.apache.hive:hive-shims:0.10.0 (*)
| | | | +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4 (*)
| | | | +--- org.slf4j:slf4j-log4j12:1.6.1 (*)
| | | | +--- org.mockito:mockito-all:1.8.2
| | | | +--- org.apache.thrift:libthrift:0.9.0 (*)
| | | | +--- org.apache.thrift:libfb303:0.9.0
| | | | | \--- org.apache.thrift:libthrift:0.9.0 (*)
| | | | +--- commons-lang:commons-lang:2.4 -> 2.5 (*)
| | | | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| | | | +--- commons-logging:commons-logging-api:1.0.4 (*)
| | | | +--- commons-codec:commons-codec:1.4 (*)
| | | | +--- org.apache.avro:avro:1.7.1
| | | | | +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| | | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| | | | | +--- com.thoughtworks.paranamer:paranamer:2.3
| | | | | +--- org.xerial.snappy:snappy-java:1.0.4.1
| | | | | \--- org.slf4j:slf4j-api:1.6.4 (*)
| | | | \--- org.apache.avro:avro-mapred:1.7.1
| | | | +--- org.apache.avro:avro-ipc:1.7.1
| | | | | +--- org.apache.avro:avro:1.7.1 (*)
| | | | | +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| | | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| | | | | +--- org.mortbay.jetty:jetty:6.1.26 (*)
| | | | | +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| | | | | +--- io.netty:netty:3.4.0.Final
| | | | | +--- org.apache.velocity:velocity:1.7
| | | | | | +--- commons-collections:commons-collections:3.2.1 (*)
| | | | | | \--- commons-lang:commons-lang:2.4 -> 2.5 (*)
| | | | | +--- org.mortbay.jetty:servlet-api:2.5-20081211 (*)
| | | | | \--- org.slf4j:slf4j-api:1.6.4 (*)
| | | | +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| | | | \--- org.slf4j:slf4j-api:1.6.4 (*)
| | | +--- org.apache.hive:hive-shims:0.10.0 (*)
| | | +--- org.antlr:antlr:3.0.1
| | | | +--- org.antlr:stringtemplate:3.1-b1
| | | | \--- antlr:antlr:2.7.7
| | | +--- org.antlr:antlr-runtime:3.0.1
| | | | \--- org.antlr:stringtemplate:3.1-b1 (*)
| | | +--- commons-cli:commons-cli:1.2 (*)
| | | +--- commons-lang:commons-lang:2.4 -> 2.5 (*)
| | | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| | | +--- commons-logging:commons-logging-api:1.0.4 (*)
| | | +--- commons-dbcp:commons-dbcp:1.4
| | | | \--- commons-pool:commons-pool:1.5.4
| | | +--- commons-pool:commons-pool:1.5.4 (*)
| | | +--- org.datanucleus:datanucleus-connectionpool:2.0.3
| | | +--- org.datanucleus:datanucleus-core:2.0.3
| | | +--- org.datanucleus:datanucleus-enhancer:2.0.3
| | | | \--- asm:asm:[3.0, 4.0) -> 3.3.1
| | | +--- org.datanucleus:datanucleus-rdbms:2.0.3
| | | +--- javax.jdo:jdo2-api:2.3-ec
| | | | \--- javax.transaction:jta:1.1
| | | +--- org.apache.derby:derby:10.4.2.0
| | | +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4 (*)
| | | +--- org.slf4j:slf4j-log4j12:1.6.1 (*)
| | | +--- org.apache.thrift:libthrift:0.9.0 (*)
| | | +--- org.apache.thrift:libfb303:0.9.0 (*)
| | | \--- asm:asm:3.1 -> 3.3.1 (*)
| | +--- org.apache.hive:hive-shims:0.10.0 (*)
| | +--- org.antlr:antlr:3.0.1 (*)
| | +--- org.antlr:antlr-runtime:3.0.1 (*)
| | +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4 (*)
| | +--- org.slf4j:slf4j-log4j12:1.6.1 (*)
| | +--- org.apache.zookeeper:zookeeper:3.4.3 (*)
| | +--- org.apache.thrift:libthrift:0.9.0 (*)
| | +--- log4j:log4j:1.2.16 (*)
| | +--- org.json:json:20090211
| | +--- commons-collections:commons-collections:3.2.1 (*)
| | +--- commons-lang:commons-lang:2.4 -> 2.5 (*)
| | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| | +--- commons-logging:commons-logging-api:1.0.4 (*)
| | +--- commons-configuration:commons-configuration:1.6 (*)
| | +--- org.apache.derby:derby:10.4.2.0 (*)
| | +--- com.googlecode.javaewah:JavaEWAH:0.3.2
| | +--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| | +--- org.datanucleus:datanucleus-connectionpool:2.0.3 (*)
| | +--- org.datanucleus:datanucleus-core:2.0.3 (*)
| | +--- org.datanucleus:datanucleus-enhancer:2.0.3 (*)
| | +--- org.datanucleus:datanucleus-rdbms:2.0.3 (*)
| | \--- javolution:javolution:5.5.1
| +--- org.apache.thrift:libthrift:0.9.0 (*)
| +--- org.apache.thrift:libfb303:0.9.0 (*)
| +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| \--- commons-logging:commons-logging-api:1.0.4 (*)
+--- org.apache.pig:pig:0.10.1
| +--- commons-cli:commons-cli:1.2 (*)
| +--- xmlenc:xmlenc:0.52 (*)
| +--- commons-httpclient:commons-httpclient:3.1 (*)
| +--- commons-codec:commons-codec:1.4 (*)
| +--- commons-net:commons-net:1.4.1 (*)
| +--- org.mortbay.jetty:jetty:6.1.26 (*)
| +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| +--- tomcat:jasper-runtime:5.5.12 -> 5.5.23 (*)
| +--- tomcat:jasper-compiler:5.5.12 -> 5.5.23 (*)
| +--- org.mortbay.jetty:jsp-api-2.1:6.1.14 (*)
| +--- org.mortbay.jetty:jsp-2.1:6.1.14 (*)
| +--- commons-el:commons-el:1.0 (*)
| +--- net.java.dev.jets3t:jets3t:0.7.1 (*)
| +--- org.mortbay.jetty:servlet-api-2.5:6.1.14 (*)
| +--- net.sf.kosmosfs:kfs:0.3 (*)
| +--- junit:junit:4.8.1 (*)
| +--- hsqldb:hsqldb:1.8.0.10 (*)
| +--- oro:oro:2.0.8 (*)
| \--- org.apache.hadoop:avro:1.3.2
| +--- org.codehaus.jackson:jackson-mapper-asl:1.4.2 -> 1.8.8 (*)
| +--- org.slf4j:slf4j-api:1.5.11 -> 1.6.4 (*)
| +--- com.thoughtworks.paranamer:paranamer:2.2 -> 2.3 (*)
| +--- com.thoughtworks.paranamer:paranamer-ant:2.2
| | \--- com.thoughtworks.paranamer:paranamer-generator:2.2
| | +--- com.thoughtworks.qdox:qdox:1.10.1
| | \--- asm:asm:3.2 -> 3.3.1 (*)
| \--- commons-lang:commons-lang:2.5 (*)
\--- org.apache.hbase:hbase:0.94.1
+--- com.yammer.metrics:metrics-core:2.1.2
| \--- org.slf4j:slf4j-api:1.6.4 (*)
+--- com.google.guava:guava:11.0.2
| \--- com.google.code.findbugs:jsr305:1.3.9
+--- commons-cli:commons-cli:1.2 (*)
+--- commons-configuration:commons-configuration:1.6 (*)
+--- com.github.stephenc.high-scale-lib:high-scale-lib:1.1.1
+--- commons-codec:commons-codec:1.4 (*)
+--- commons-httpclient:commons-httpclient:3.1 (*)
+--- commons-io:commons-io:2.1
+--- commons-lang:commons-lang:2.5 (*)
+--- commons-logging:commons-logging:1.1.1 (*)
+--- log4j:log4j:1.2.16 (*)
+--- org.apache.avro:avro:1.5.3 -> 1.7.1 (*)
+--- org.apache.avro:avro-ipc:1.5.3 -> 1.7.1 (*)
+--- org.apache.zookeeper:zookeeper:3.4.3 (*)
+--- org.apache.thrift:libthrift:0.8.0 -> 0.9.0 (*)
+--- org.jruby:jruby-complete:1.6.5
+--- org.mortbay.jetty:jetty:6.1.26 (*)
+--- org.mortbay.jetty:jetty-util:6.1.26 (*)
+--- org.mortbay.jetty:jsp-2.1:6.1.14 (*)
+--- org.mortbay.jetty:jsp-api-2.1:6.1.14 (*)
+--- org.mortbay.jetty:servlet-api-2.5:6.1.14 (*)
+--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
+--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
+--- org.codehaus.jackson:jackson-jaxrs:1.8.8
| +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| \--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
+--- org.codehaus.jackson:jackson-xc:1.8.8
| +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| \--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
+--- org.slf4j:slf4j-api:1.4.3 -> 1.6.4 (*)
+--- org.slf4j:slf4j-log4j12:1.4.3 -> 1.6.1 (*)
+--- tomcat:jasper-compiler:5.5.23 (*)
+--- tomcat:jasper-runtime:5.5.23 (*)
+--- org.jamon:jamon-runtime:2.3.1
+--- com.google.protobuf:protobuf-java:2.4.0a
+--- com.sun.jersey:jersey-core:1.8
+--- com.sun.jersey:jersey-json:1.8
| +--- org.codehaus.jettison:jettison:1.1 (*)
| +--- com.sun.xml.bind:jaxb-impl:2.2.3-1
| | \--- javax.xml.bind:jaxb-api:2.2.2
| | +--- javax.xml.stream:stax-api:1.0-2
| | \--- javax.activation:activation:1.1
| +--- org.codehaus.jackson:jackson-core-asl:1.7.1 -> 1.8.8 (*)
| +--- org.codehaus.jackson:jackson-mapper-asl:1.7.1 -> 1.8.8 (*)
| +--- org.codehaus.jackson:jackson-jaxrs:1.7.1 -> 1.8.8 (*)
| \--- org.codehaus.jackson:jackson-xc:1.7.1 -> 1.8.8 (*)
+--- com.sun.jersey:jersey-server:1.8
| \--- asm:asm:3.1 -> 3.3.1 (*)
+--- javax.xml.bind:jaxb-api:2.1 -> 2.2.2 (*)
\--- stax:stax-api:1.0.1 (*)
provided
+--- org.apache.hadoop:hadoop-streaming:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4
| +--- commons-cli:commons-cli:1.2
| +--- xmlenc:xmlenc:0.52
| +--- commons-httpclient:commons-httpclient:3.0.1 -> 3.1
| | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1
| | \--- commons-codec:commons-codec:1.2 -> 1.4
| +--- commons-codec:commons-codec:1.4 (*)
| +--- org.apache.commons:commons-math:2.1
| +--- commons-configuration:commons-configuration:1.6
| | +--- commons-collections:commons-collections:3.2.1
| | +--- commons-lang:commons-lang:2.4
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | +--- commons-digester:commons-digester:1.8
| | | +--- commons-beanutils:commons-beanutils:1.7.0
| | | | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| | | \--- commons-logging:commons-logging:1.1 -> 1.1.1 (*)
| | \--- commons-beanutils:commons-beanutils-core:1.8.0
| | \--- commons-logging:commons-logging:1.1.1 (*)
| +--- commons-net:commons-net:1.4.1
| | \--- oro:oro:2.0.8
| +--- org.mortbay.jetty:jetty:6.1.26
| | +--- org.mortbay.jetty:jetty-util:6.1.26
| | \--- org.mortbay.jetty:servlet-api:2.5-20081211
| +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| +--- tomcat:jasper-runtime:5.5.12
| +--- tomcat:jasper-compiler:5.5.12
| +--- org.mortbay.jetty:jsp-api-2.1:6.1.14
| | \--- org.mortbay.jetty:servlet-api-2.5:6.1.14
| +--- org.mortbay.jetty:jsp-2.1:6.1.14
| | +--- org.eclipse.jdt:core:3.1.1
| | +--- org.mortbay.jetty:jsp-api-2.1:6.1.14 (*)
| | \--- ant:ant:1.6.5
| +--- commons-el:commons-el:1.0
| | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| +--- net.java.dev.jets3t:jets3t:0.7.1
| | +--- commons-codec:commons-codec:1.3 -> 1.4 (*)
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | \--- commons-httpclient:commons-httpclient:3.1 (*)
| +--- net.sf.kosmosfs:kfs:0.3
| +--- hsqldb:hsqldb:1.8.0.10
| +--- oro:oro:2.0.8 (*)
| +--- org.eclipse.jdt:core:3.1.1 (*)
| \--- org.codehaus.jackson:jackson-mapper-asl:1.0.1
| \--- org.codehaus.jackson:jackson-core-asl:1.0.1
+--- org.apache.hadoop:hadoop-tools:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4 (*)
\--- org.springframework:spring-context-support:3.0.7.RELEASE
+--- org.springframework:spring-beans:3.0.7.RELEASE
| \--- org.springframework:spring-core:3.0.7.RELEASE
| +--- org.springframework:spring-asm:3.0.7.RELEASE
| \--- commons-logging:commons-logging:1.1.1 (*)
+--- org.springframework:spring-context:3.0.7.RELEASE
| +--- org.springframework:spring-aop:3.0.7.RELEASE
| | +--- aopalliance:aopalliance:1.0
| | +--- org.springframework:spring-asm:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| +--- org.springframework:spring-core:3.0.7.RELEASE (*)
| +--- org.springframework:spring-expression:3.0.7.RELEASE
| | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| \--- org.springframework:spring-asm:3.0.7.RELEASE (*)
\--- org.springframework:spring-core:3.0.7.RELEASE (*)
runtime - Classpath for running the compiled main classes.
+--- org.apache.hadoop:hadoop-streaming:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4
| +--- commons-cli:commons-cli:1.2
| +--- xmlenc:xmlenc:0.52
| +--- commons-httpclient:commons-httpclient:3.0.1 -> 3.1
| | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1
| | \--- commons-codec:commons-codec:1.2 -> 1.4
| +--- commons-codec:commons-codec:1.4 (*)
| +--- org.apache.commons:commons-math:2.1
| +--- commons-configuration:commons-configuration:1.6
| | +--- commons-collections:commons-collections:3.2.1
| | +--- commons-lang:commons-lang:2.4
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | +--- commons-digester:commons-digester:1.8
| | | +--- commons-beanutils:commons-beanutils:1.7.0
| | | | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| | | \--- commons-logging:commons-logging:1.1 -> 1.1.1 (*)
| | \--- commons-beanutils:commons-beanutils-core:1.8.0
| | \--- commons-logging:commons-logging:1.1.1 (*)
| +--- commons-net:commons-net:1.4.1
| | \--- oro:oro:2.0.8
| +--- org.mortbay.jetty:jetty:6.1.26
| | +--- org.mortbay.jetty:jetty-util:6.1.26
| | \--- org.mortbay.jetty:servlet-api:2.5-20081211
| +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| +--- tomcat:jasper-runtime:5.5.12
| +--- tomcat:jasper-compiler:5.5.12
| +--- org.mortbay.jetty:jsp-api-2.1:6.1.14
| | \--- org.mortbay.jetty:servlet-api-2.5:6.1.14
| +--- org.mortbay.jetty:jsp-2.1:6.1.14
| | +--- org.eclipse.jdt:core:3.1.1
| | +--- org.mortbay.jetty:jsp-api-2.1:6.1.14 (*)
| | \--- ant:ant:1.6.5
| +--- commons-el:commons-el:1.0
| | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| +--- net.java.dev.jets3t:jets3t:0.7.1
| | +--- commons-codec:commons-codec:1.3 -> 1.4 (*)
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | \--- commons-httpclient:commons-httpclient:3.1 (*)
| +--- net.sf.kosmosfs:kfs:0.3
| +--- hsqldb:hsqldb:1.8.0.10
| +--- oro:oro:2.0.8 (*)
| +--- org.eclipse.jdt:core:3.1.1 (*)
| \--- org.codehaus.jackson:jackson-mapper-asl:1.0.1
| \--- org.codehaus.jackson:jackson-core-asl:1.0.1
+--- org.apache.hadoop:hadoop-tools:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4 (*)
\--- org.springframework:spring-context-support:3.0.7.RELEASE
+--- org.springframework:spring-beans:3.0.7.RELEASE
| \--- org.springframework:spring-core:3.0.7.RELEASE
| +--- org.springframework:spring-asm:3.0.7.RELEASE
| \--- commons-logging:commons-logging:1.1.1 (*)
+--- org.springframework:spring-context:3.0.7.RELEASE
| +--- org.springframework:spring-aop:3.0.7.RELEASE
| | +--- aopalliance:aopalliance:1.0
| | +--- org.springframework:spring-asm:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| +--- org.springframework:spring-core:3.0.7.RELEASE (*)
| +--- org.springframework:spring-expression:3.0.7.RELEASE
| | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| \--- org.springframework:spring-asm:3.0.7.RELEASE (*)
\--- org.springframework:spring-core:3.0.7.RELEASE (*)
testCompile - Classpath for compiling the test sources.
+--- org.apache.hadoop:hadoop-streaming:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4
| +--- commons-cli:commons-cli:1.2
| +--- xmlenc:xmlenc:0.52
| +--- commons-httpclient:commons-httpclient:3.0.1 -> 3.1
| | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1
| | \--- commons-codec:commons-codec:1.2 -> 1.4
| +--- commons-codec:commons-codec:1.4 (*)
| +--- org.apache.commons:commons-math:2.1
| +--- commons-configuration:commons-configuration:1.6
| | +--- commons-collections:commons-collections:3.2.1
| | +--- commons-lang:commons-lang:2.4
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | +--- commons-digester:commons-digester:1.8
| | | +--- commons-beanutils:commons-beanutils:1.7.0
| | | | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| | | \--- commons-logging:commons-logging:1.1 -> 1.1.1 (*)
| | \--- commons-beanutils:commons-beanutils-core:1.8.0
| | \--- commons-logging:commons-logging:1.1.1 (*)
| +--- commons-net:commons-net:1.4.1
| | \--- oro:oro:2.0.8
| +--- org.mortbay.jetty:jetty:6.1.26
| | +--- org.mortbay.jetty:jetty-util:6.1.26
| | \--- org.mortbay.jetty:servlet-api:2.5-20081211
| +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| +--- tomcat:jasper-runtime:5.5.12
| +--- tomcat:jasper-compiler:5.5.12
| +--- org.mortbay.jetty:jsp-api-2.1:6.1.14
| | \--- org.mortbay.jetty:servlet-api-2.5:6.1.14
| +--- org.mortbay.jetty:jsp-2.1:6.1.14
| | +--- org.eclipse.jdt:core:3.1.1
| | +--- org.mortbay.jetty:jsp-api-2.1:6.1.14 (*)
| | \--- ant:ant:1.6.5
| +--- commons-el:commons-el:1.0
| | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| +--- net.java.dev.jets3t:jets3t:0.7.1
| | +--- commons-codec:commons-codec:1.3 -> 1.4 (*)
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | \--- commons-httpclient:commons-httpclient:3.1 (*)
| +--- net.sf.kosmosfs:kfs:0.3
| +--- hsqldb:hsqldb:1.8.0.10
| +--- oro:oro:2.0.8 (*)
| +--- org.eclipse.jdt:core:3.1.1 (*)
| \--- org.codehaus.jackson:jackson-mapper-asl:1.0.1
| \--- org.codehaus.jackson:jackson-core-asl:1.0.1
+--- org.apache.hadoop:hadoop-tools:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4 (*)
+--- org.springframework:spring-context-support:3.0.7.RELEASE
| +--- org.springframework:spring-beans:3.0.7.RELEASE
| | \--- org.springframework:spring-core:3.0.7.RELEASE
| | +--- org.springframework:spring-asm:3.0.7.RELEASE
| | \--- commons-logging:commons-logging:1.1.1 (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE
| | +--- org.springframework:spring-aop:3.0.7.RELEASE
| | | +--- aopalliance:aopalliance:1.0
| | | +--- org.springframework:spring-asm:3.0.7.RELEASE (*)
| | | +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| | | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-core:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-expression:3.0.7.RELEASE
| | | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| | \--- org.springframework:spring-asm:3.0.7.RELEASE (*)
| \--- org.springframework:spring-core:3.0.7.RELEASE (*)
+--- junit:junit:4.8.1
+--- org.mockito:mockito-core:1.8.5
| +--- org.hamcrest:hamcrest-core:1.1
| \--- org.objenesis:objenesis:1.0
+--- org.springframework:spring-test:3.0.7.RELEASE
+--- javax.annotation:jsr250-api:1.0
+--- org.apache.hadoop:hadoop-examples:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4 (*)
+--- org.springframework.integration:spring-integration-stream:2.1.4.RELEASE
| +--- org.springframework.integration:spring-integration-core:2.1.4.RELEASE
| | +--- org.springframework:spring-aop:3.0.7.RELEASE (*)
| | \--- org.springframework:spring-context:3.0.7.RELEASE (*)
| \--- org.springframework:spring-context:3.0.7.RELEASE (*)
+--- org.springframework.integration:spring-integration-file:2.1.4.RELEASE
| +--- org.springframework.integration:spring-integration-core:2.1.4.RELEASE (*)
| \--- org.springframework:spring-context:3.0.7.RELEASE (*)
\--- cascading:cascading-local:2.1.2
+--- org.slf4j:slf4j-api:1.6.1
+--- com.google.guava:guava:13.0
\--- cascading:cascading-core:2.1.2
+--- riffle:riffle:0.1-dev
+--- thirdparty:jgrapht-jdk1.6:0.8.1
\--- org.codehaus.janino:janino:2.6.1
\--- org.codehaus.janino:commons-compiler:2.6.1
testRuntime - Classpath for running the compiled test classes.
+--- org.apache.hadoop:hadoop-streaming:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4
| +--- commons-cli:commons-cli:1.2
| +--- xmlenc:xmlenc:0.52
| +--- commons-httpclient:commons-httpclient:3.0.1 -> 3.1
| | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1
| | \--- commons-codec:commons-codec:1.2 -> 1.4
| +--- commons-codec:commons-codec:1.4 (*)
| +--- org.apache.commons:commons-math:2.1
| +--- commons-configuration:commons-configuration:1.6
| | +--- commons-collections:commons-collections:3.2.1
| | +--- commons-lang:commons-lang:2.4 -> 2.5
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | +--- commons-digester:commons-digester:1.8
| | | +--- commons-beanutils:commons-beanutils:1.7.0
| | | | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| | | \--- commons-logging:commons-logging:1.1 -> 1.1.1 (*)
| | \--- commons-beanutils:commons-beanutils-core:1.8.0
| | \--- commons-logging:commons-logging:1.1.1 (*)
| +--- commons-net:commons-net:1.4.1
| | \--- oro:oro:2.0.8
| +--- org.mortbay.jetty:jetty:6.1.26
| | +--- org.mortbay.jetty:jetty-util:6.1.26
| | \--- org.mortbay.jetty:servlet-api:2.5-20081211
| +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| +--- tomcat:jasper-runtime:5.5.12 -> 5.5.23
| | +--- javax.servlet:servlet-api:2.4
| | \--- commons-el:commons-el:1.0
| | \--- commons-logging:commons-logging:1.0.3 -> 1.1.1 (*)
| +--- tomcat:jasper-compiler:5.5.12 -> 5.5.23
| | +--- javax.servlet:jsp-api:2.0
| | | \--- javax.servlet:servlet-api:2.4 (*)
| | \--- ant:ant:1.6.5
| +--- org.mortbay.jetty:jsp-api-2.1:6.1.14
| | \--- org.mortbay.jetty:servlet-api-2.5:6.1.14
| +--- org.mortbay.jetty:jsp-2.1:6.1.14
| | +--- org.eclipse.jdt:core:3.1.1
| | +--- org.mortbay.jetty:jsp-api-2.1:6.1.14 (*)
| | \--- ant:ant:1.6.5 (*)
| +--- commons-el:commons-el:1.0 (*)
| +--- net.java.dev.jets3t:jets3t:0.7.1
| | +--- commons-codec:commons-codec:1.3 -> 1.4 (*)
| | +--- commons-logging:commons-logging:1.1.1 (*)
| | \--- commons-httpclient:commons-httpclient:3.1 (*)
| +--- net.sf.kosmosfs:kfs:0.3
| +--- hsqldb:hsqldb:1.8.0.10
| +--- oro:oro:2.0.8 (*)
| +--- org.eclipse.jdt:core:3.1.1 (*)
| \--- org.codehaus.jackson:jackson-mapper-asl:1.0.1 -> 1.8.8
| \--- org.codehaus.jackson:jackson-core-asl:1.8.8
+--- org.apache.hadoop:hadoop-tools:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4 (*)
+--- org.springframework:spring-context-support:3.0.7.RELEASE
| +--- org.springframework:spring-beans:3.0.7.RELEASE
| | \--- org.springframework:spring-core:3.0.7.RELEASE
| | +--- org.springframework:spring-asm:3.0.7.RELEASE
| | \--- commons-logging:commons-logging:1.1.1 (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE
| | +--- org.springframework:spring-aop:3.0.7.RELEASE
| | | +--- aopalliance:aopalliance:1.0
| | | +--- org.springframework:spring-asm:3.0.7.RELEASE (*)
| | | +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| | | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-core:3.0.7.RELEASE (*)
| | +--- org.springframework:spring-expression:3.0.7.RELEASE
| | | \--- org.springframework:spring-core:3.0.7.RELEASE (*)
| | \--- org.springframework:spring-asm:3.0.7.RELEASE (*)
| \--- org.springframework:spring-core:3.0.7.RELEASE (*)
+--- org.springframework:spring-tx:3.0.7.RELEASE
| +--- aopalliance:aopalliance:1.0 (*)
| +--- org.springframework:spring-aop:3.0.7.RELEASE (*)
| +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| +--- org.springframework:spring-context:3.0.7.RELEASE (*)
| \--- org.springframework:spring-core:3.0.7.RELEASE (*)
+--- org.springframework:spring-jdbc:3.0.7.RELEASE
| +--- org.springframework:spring-beans:3.0.7.RELEASE (*)
| +--- org.springframework:spring-core:3.0.7.RELEASE (*)
| \--- org.springframework:spring-tx:3.0.7.RELEASE (*)
+--- org.springframework.batch:spring-batch-core:2.1.9.RELEASE
| +--- org.springframework.batch:spring-batch-infrastructure:2.1.9.RELEASE
| | \--- org.springframework:spring-core:2.5.6 -> 3.0.7.RELEASE (*)
| +--- com.thoughtworks.xstream:xstream:1.3
| | \--- xpp3:xpp3_min:1.1.4c
| +--- org.codehaus.jettison:jettison:1.1
| | \--- stax:stax-api:1.0.1
| +--- org.springframework:spring-aop:2.5.6 -> 3.0.7.RELEASE (*)
| +--- org.springframework:spring-beans:2.5.6 -> 3.0.7.RELEASE (*)
| +--- org.springframework:spring-context:2.5.6 -> 3.0.7.RELEASE (*)
| +--- org.springframework:spring-core:2.5.6 -> 3.0.7.RELEASE (*)
| \--- org.springframework:spring-tx:2.5.6 -> 3.0.7.RELEASE (*)
+--- org.springframework.integration:spring-integration-core:2.1.4.RELEASE
| +--- org.springframework:spring-aop:3.0.7.RELEASE (*)
| \--- org.springframework:spring-context:3.0.7.RELEASE (*)
+--- cascading:cascading-hadoop:2.1.2
| \--- cascading:cascading-core:2.1.2
| +--- riffle:riffle:0.1-dev
| +--- thirdparty:jgrapht-jdk1.6:0.8.1
| \--- org.codehaus.janino:janino:2.6.1
| \--- org.codehaus.janino:commons-compiler:2.6.1
+--- org.apache.hive:hive-service:0.10.0
| +--- org.apache.hive:hive-exec:0.10.0
| | +--- org.apache.hive:hive-metastore:0.10.0
| | | +--- org.apache.hive:hive-serde:0.10.0
| | | | +--- org.apache.hive:hive-common:0.10.0
| | | | | +--- org.apache.hive:hive-shims:0.10.0
| | | | | | +--- org.apache.zookeeper:zookeeper:3.4.3
| | | | | | | +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4
| | | | | | | +--- org.slf4j:slf4j-log4j12:1.6.1
| | | | | | | | +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4 (*)
| | | | | | | | \--- log4j:log4j:1.2.16 -> 1.2.17
| | | | | | | +--- log4j:log4j:1.2.15 -> 1.2.17 (*)
| | | | | | | +--- jline:jline:0.9.94
| | | | | | | | \--- junit:junit:3.8.1 -> 4.10
| | | | | | | | \--- org.hamcrest:hamcrest-core:1.1
| | | | | | | \--- org.jboss.netty:netty:3.2.2.Final -> 3.2.4.Final
| | | | | | +--- org.apache.thrift:libthrift:0.9.0
| | | | | | | +--- org.slf4j:slf4j-api:1.5.8 -> 1.6.4 (*)
| | | | | | | +--- commons-lang:commons-lang:2.5 (*)
| | | | | | | +--- org.apache.httpcomponents:httpclient:4.1.3
| | | | | | | | +--- org.apache.httpcomponents:httpcore:4.1.4
| | | | | | | | +--- commons-logging:commons-logging:1.1.1 (*)
| | | | | | | | \--- commons-codec:commons-codec:1.4 (*)
| | | | | | | \--- org.apache.httpcomponents:httpcore:4.1.3 -> 4.1.4 (*)
| | | | | | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| | | | | | +--- commons-logging:commons-logging-api:1.0.4
| | | | | | +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| | | | | | \--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| | | | | +--- commons-cli:commons-cli:1.2 (*)
| | | | | +--- org.apache.commons:commons-compress:1.4.1
| | | | | | \--- org.tukaani:xz:1.0
| | | | | +--- commons-lang:commons-lang:2.4 -> 2.5 (*)
| | | | | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| | | | | +--- commons-logging:commons-logging-api:1.0.4 (*)
| | | | | \--- log4j:log4j:1.2.16 -> 1.2.17 (*)
| | | | +--- org.apache.hive:hive-shims:0.10.0 (*)
| | | | +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4 (*)
| | | | +--- org.slf4j:slf4j-log4j12:1.6.1 (*)
| | | | +--- org.mockito:mockito-all:1.8.2
| | | | +--- org.apache.thrift:libthrift:0.9.0 (*)
| | | | +--- org.apache.thrift:libfb303:0.9.0
| | | | | \--- org.apache.thrift:libthrift:0.9.0 (*)
| | | | +--- commons-lang:commons-lang:2.4 -> 2.5 (*)
| | | | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| | | | +--- commons-logging:commons-logging-api:1.0.4 (*)
| | | | +--- commons-codec:commons-codec:1.4 (*)
| | | | +--- org.apache.avro:avro:1.7.1
| | | | | +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| | | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| | | | | +--- com.thoughtworks.paranamer:paranamer:2.3
| | | | | +--- org.xerial.snappy:snappy-java:1.0.4.1
| | | | | \--- org.slf4j:slf4j-api:1.6.4 (*)
| | | | \--- org.apache.avro:avro-mapred:1.7.1
| | | | +--- org.apache.avro:avro-ipc:1.7.1
| | | | | +--- org.apache.avro:avro:1.7.1 (*)
| | | | | +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| | | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| | | | | +--- org.mortbay.jetty:jetty:6.1.26 (*)
| | | | | +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| | | | | +--- io.netty:netty:3.4.0.Final
| | | | | +--- org.apache.velocity:velocity:1.7
| | | | | | +--- commons-collections:commons-collections:3.2.1 (*)
| | | | | | \--- commons-lang:commons-lang:2.4 -> 2.5 (*)
| | | | | +--- org.mortbay.jetty:servlet-api:2.5-20081211 (*)
| | | | | \--- org.slf4j:slf4j-api:1.6.4 (*)
| | | | +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| | | | \--- org.slf4j:slf4j-api:1.6.4 (*)
| | | +--- org.apache.hive:hive-shims:0.10.0 (*)
| | | +--- org.antlr:antlr:3.0.1
| | | | +--- org.antlr:stringtemplate:3.1-b1
| | | | \--- antlr:antlr:2.7.7
| | | +--- org.antlr:antlr-runtime:3.0.1
| | | | \--- org.antlr:stringtemplate:3.1-b1 (*)
| | | +--- commons-cli:commons-cli:1.2 (*)
| | | +--- commons-lang:commons-lang:2.4 -> 2.5 (*)
| | | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| | | +--- commons-logging:commons-logging-api:1.0.4 (*)
| | | +--- commons-dbcp:commons-dbcp:1.4
| | | | \--- commons-pool:commons-pool:1.5.4
| | | +--- commons-pool:commons-pool:1.5.4 (*)
| | | +--- org.datanucleus:datanucleus-connectionpool:2.0.3
| | | +--- org.datanucleus:datanucleus-core:2.0.3
| | | +--- org.datanucleus:datanucleus-enhancer:2.0.3
| | | | \--- asm:asm:[3.0, 4.0) -> 3.3.1
| | | +--- org.datanucleus:datanucleus-rdbms:2.0.3
| | | +--- javax.jdo:jdo2-api:2.3-ec
| | | | \--- javax.transaction:jta:1.1
| | | +--- org.apache.derby:derby:10.4.2.0
| | | +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4 (*)
| | | +--- org.slf4j:slf4j-log4j12:1.6.1 (*)
| | | +--- org.apache.thrift:libthrift:0.9.0 (*)
| | | +--- org.apache.thrift:libfb303:0.9.0 (*)
| | | \--- asm:asm:3.1 -> 3.3.1 (*)
| | +--- org.apache.hive:hive-shims:0.10.0 (*)
| | +--- org.antlr:antlr:3.0.1 (*)
| | +--- org.antlr:antlr-runtime:3.0.1 (*)
| | +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4 (*)
| | +--- org.slf4j:slf4j-log4j12:1.6.1 (*)
| | +--- org.apache.zookeeper:zookeeper:3.4.3 (*)
| | +--- org.apache.thrift:libthrift:0.9.0 (*)
| | +--- log4j:log4j:1.2.16 -> 1.2.17 (*)
| | +--- org.json:json:20090211
| | +--- commons-collections:commons-collections:3.2.1 (*)
| | +--- commons-lang:commons-lang:2.4 -> 2.5 (*)
| | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| | +--- commons-logging:commons-logging-api:1.0.4 (*)
| | +--- commons-configuration:commons-configuration:1.6 (*)
| | +--- org.apache.derby:derby:10.4.2.0 (*)
| | +--- com.googlecode.javaewah:JavaEWAH:0.3.2
| | +--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| | +--- org.datanucleus:datanucleus-connectionpool:2.0.3 (*)
| | +--- org.datanucleus:datanucleus-core:2.0.3 (*)
| | +--- org.datanucleus:datanucleus-enhancer:2.0.3 (*)
| | +--- org.datanucleus:datanucleus-rdbms:2.0.3 (*)
| | \--- javolution:javolution:5.5.1
| +--- org.apache.thrift:libthrift:0.9.0 (*)
| +--- org.apache.thrift:libfb303:0.9.0 (*)
| +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| \--- commons-logging:commons-logging-api:1.0.4 (*)
+--- org.apache.pig:pig:0.10.1
| +--- commons-cli:commons-cli:1.2 (*)
| +--- xmlenc:xmlenc:0.52 (*)
| +--- commons-httpclient:commons-httpclient:3.1 (*)
| +--- commons-codec:commons-codec:1.4 (*)
| +--- commons-net:commons-net:1.4.1 (*)
| +--- org.mortbay.jetty:jetty:6.1.26 (*)
| +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| +--- tomcat:jasper-runtime:5.5.12 -> 5.5.23 (*)
| +--- tomcat:jasper-compiler:5.5.12 -> 5.5.23 (*)
| +--- org.mortbay.jetty:jsp-api-2.1:6.1.14 (*)
| +--- org.mortbay.jetty:jsp-2.1:6.1.14 (*)
| +--- commons-el:commons-el:1.0 (*)
| +--- net.java.dev.jets3t:jets3t:0.7.1 (*)
| +--- org.mortbay.jetty:servlet-api-2.5:6.1.14 (*)
| +--- net.sf.kosmosfs:kfs:0.3 (*)
| +--- junit:junit:4.8.1 -> 4.10 (*)
| +--- hsqldb:hsqldb:1.8.0.10 (*)
| +--- oro:oro:2.0.8 (*)
| \--- org.apache.hadoop:avro:1.3.2
| +--- org.codehaus.jackson:jackson-mapper-asl:1.4.2 -> 1.8.8 (*)
| +--- org.slf4j:slf4j-api:1.5.11 -> 1.6.4 (*)
| +--- com.thoughtworks.paranamer:paranamer:2.2 -> 2.3 (*)
| +--- com.thoughtworks.paranamer:paranamer-ant:2.2
| | \--- com.thoughtworks.paranamer:paranamer-generator:2.2
| | +--- com.thoughtworks.qdox:qdox:1.10.1
| | \--- asm:asm:3.2 -> 3.3.1 (*)
| \--- commons-lang:commons-lang:2.5 (*)
+--- org.apache.hbase:hbase:0.94.1
| +--- com.yammer.metrics:metrics-core:2.1.2
| | \--- org.slf4j:slf4j-api:1.6.4 (*)
| +--- com.google.guava:guava:11.0.2 -> 13.0
| +--- commons-cli:commons-cli:1.2 (*)
| +--- commons-configuration:commons-configuration:1.6 (*)
| +--- com.github.stephenc.high-scale-lib:high-scale-lib:1.1.1
| +--- commons-codec:commons-codec:1.4 (*)
| +--- commons-httpclient:commons-httpclient:3.1 (*)
| +--- commons-io:commons-io:2.1
| +--- commons-lang:commons-lang:2.5 (*)
| +--- commons-logging:commons-logging:1.1.1 (*)
| +--- log4j:log4j:1.2.16 -> 1.2.17 (*)
| +--- org.apache.avro:avro:1.5.3 -> 1.7.1 (*)
| +--- org.apache.avro:avro-ipc:1.5.3 -> 1.7.1 (*)
| +--- org.apache.zookeeper:zookeeper:3.4.3 (*)
| +--- org.apache.thrift:libthrift:0.8.0 -> 0.9.0 (*)
| +--- org.jruby:jruby-complete:1.6.5
| +--- org.mortbay.jetty:jetty:6.1.26 (*)
| +--- org.mortbay.jetty:jetty-util:6.1.26 (*)
| +--- org.mortbay.jetty:jsp-2.1:6.1.14 (*)
| +--- org.mortbay.jetty:jsp-api-2.1:6.1.14 (*)
| +--- org.mortbay.jetty:servlet-api-2.5:6.1.14 (*)
| +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| +--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| +--- org.codehaus.jackson:jackson-jaxrs:1.8.8
| | +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| | \--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| +--- org.codehaus.jackson:jackson-xc:1.8.8
| | +--- org.codehaus.jackson:jackson-core-asl:1.8.8 (*)
| | \--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
| +--- org.slf4j:slf4j-api:1.4.3 -> 1.6.4 (*)
| +--- org.slf4j:slf4j-log4j12:1.4.3 -> 1.6.1 (*)
| +--- tomcat:jasper-compiler:5.5.23 (*)
| +--- tomcat:jasper-runtime:5.5.23 (*)
| +--- org.jamon:jamon-runtime:2.3.1
| +--- com.google.protobuf:protobuf-java:2.4.0a
| +--- com.sun.jersey:jersey-core:1.8
| +--- com.sun.jersey:jersey-json:1.8
| | +--- org.codehaus.jettison:jettison:1.1 (*)
| | +--- com.sun.xml.bind:jaxb-impl:2.2.3-1
| | | \--- javax.xml.bind:jaxb-api:2.2.2
| | | +--- javax.xml.stream:stax-api:1.0-2
| | | \--- javax.activation:activation:1.1
| | +--- org.codehaus.jackson:jackson-core-asl:1.7.1 -> 1.8.8 (*)
| | +--- org.codehaus.jackson:jackson-mapper-asl:1.7.1 -> 1.8.8 (*)
| | +--- org.codehaus.jackson:jackson-jaxrs:1.7.1 -> 1.8.8 (*)
| | \--- org.codehaus.jackson:jackson-xc:1.7.1 -> 1.8.8 (*)
| +--- com.sun.jersey:jersey-server:1.8
| | \--- asm:asm:3.1 -> 3.3.1 (*)
| +--- javax.xml.bind:jaxb-api:2.1 -> 2.2.2 (*)
| \--- stax:stax-api:1.0.1 (*)
+--- junit:junit:4.8.1 -> 4.10 (*)
+--- org.mockito:mockito-core:1.8.5
| +--- org.hamcrest:hamcrest-core:1.1 (*)
| \--- org.objenesis:objenesis:1.0
+--- org.springframework:spring-test:3.0.7.RELEASE
+--- javax.annotation:jsr250-api:1.0
+--- org.apache.hadoop:hadoop-examples:1.0.4
| \--- org.apache.hadoop:hadoop-core:1.0.4 (*)
+--- org.springframework.integration:spring-integration-stream:2.1.4.RELEASE
| +--- org.springframework.integration:spring-integration-core:2.1.4.RELEASE (*)
| \--- org.springframework:spring-context:3.0.7.RELEASE (*)
+--- org.springframework.integration:spring-integration-file:2.1.4.RELEASE
| +--- org.springframework.integration:spring-integration-core:2.1.4.RELEASE (*)
| \--- org.springframework:spring-context:3.0.7.RELEASE (*)
+--- cascading:cascading-local:2.1.2
| +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4 (*)
| +--- com.google.guava:guava:13.0 (*)
| \--- cascading:cascading-core:2.1.2 (*)
+--- log4j:log4j:1.2.17 (*)
+--- commons-io:commons-io:2.1 (*)
+--- org.codehaus.jackson:jackson-mapper-asl:1.8.8 (*)
+--- cglib:cglib:2.2.2
| \--- asm:asm:3.3.1 (*)
+--- org.apache.hive:hive-jdbc:0.10.0
| +--- org.apache.hive:hive-service:0.10.0 (*)
| +--- org.apache.thrift:libthrift:0.9.0 (*)
| +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| \--- sqlline:sqlline:1_0_2
+--- org.apache.hive:hive-builtins:0.10.0
| +--- org.apache.hive:hive-exec:0.10.0 (*)
| \--- org.apache.hive:hive-pdk:0.10.0
| +--- org.apache.hive:hive-cli:0.10.0
| | +--- commons-cli:commons-cli:1.2 (*)
| | +--- commons-lang:commons-lang:2.4 -> 2.5 (*)
| | +--- commons-logging:commons-logging:1.0.4 -> 1.1.1 (*)
| | +--- commons-logging:commons-logging-api:1.0.4 (*)
| | +--- jline:jline:0.9.94 (*)
| | +--- org.apache.thrift:libthrift:0.9.0 (*)
| | +--- org.apache.hive:hive-service:0.10.0 (*)
| | +--- org.apache.hive:hive-shims:0.10.0 (*)
| | \--- org.apache.hive:hive-builtins:0.10.0 (*)
| \--- junit:junit:4.10 (*)
+--- org.apache.hive:hive-metastore:0.10.0 (*)
+--- org.springframework.integration:spring-integration-event:2.1.4.RELEASE
| +--- org.springframework.integration:spring-integration-core:2.1.4.RELEASE (*)
| \--- org.springframework:spring-context:3.0.7.RELEASE (*)
+--- org.codehaus.groovy:groovy:1.8.5
| +--- antlr:antlr:2.7.7 (*)
| +--- asm:asm:3.2 -> 3.3.1 (*)
| +--- asm:asm-commons:3.2
| | \--- asm:asm-tree:3.2
| | \--- asm:asm:3.2 -> 3.3.1 (*)
| +--- asm:asm-util:3.2
| | \--- asm:asm-tree:3.2 (*)
| +--- asm:asm-analysis:3.2
| | \--- asm:asm-tree:3.2 (*)
| \--- asm:asm-tree:3.2 (*)
+--- org.jruby:jruby:1.6.5.1
+--- org.python:jython-standalone:2.5.2
\--- org.antlr:antlr-runtime:3.0.1 (*)
(*) - dependencies omitted (listed previously)
BUILD SUCCESSFUL
Total time: 4.435 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment