Hi Attila, Thanks for sending this. I have a few thoughts / questions on this:
1) You didn't include the analysis of A,G,S, etc. for the listed dependencies in your email. 2) If there are security vulnerabilities reported that could affect Flume then we should upgrade those dependencies where possible. However, in my experience newer does not always mean better (a newer library may introduce new bugs in exchange for new features we do not use) so I am not sure I agree with the basic premise that we should avoid being on older versions of libraries. 3) From a quick look at mvn dependency:tree the majority of those libs are pulled in transitively by other projects. How do you propose dealing with that? I ran a quick script based on mvn dependency:tree and your list above and marked the libraries you mentioned with an arrow (<---) to illustrate where they come from (see below). Hope this is useful. Thanks, Mike [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-checkstyle --- [INFO] org.apache.flume:flume-checkstyle:jar:1.8.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Flume 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-parent --- [INFO] org.apache.flume:flume-parent:pom:1.8.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG SDK 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-sdk --- [INFO] org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | \- log4j:log4j:jar:1.2.17:compile [INFO] +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | \- org.tukaani:xz:jar:1.0:compile [INFO] +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] +- commons-lang:commons-lang:jar:2.5:compile [INFO] +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | +- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- commons-codec:commons-codec:jar:1.8:compile [INFO] \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Configuration 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-configuration --- [INFO] org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | \- log4j:log4j:jar:1.2.17:compile [INFO] +- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] \- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | \- org.tukaani:xz:jar:1.0:compile [INFO] +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] +- commons-lang:commons-lang:jar:2.5:compile [INFO] +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | +- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- commons-codec:commons-codec:jar:1.8:compile [INFO] \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume Auth 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-auth --- [INFO] org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | \- log4j:log4j:jar:1.2.17:compile [INFO] +- org.apache.hadoop:hadoop-common:jar:2.4.0:compile [INFO] | +- org.apache.hadoop:hadoop-annotations:jar:2.4.0:compile [INFO] | | \- jdk.tools:jdk.tools:jar:1.7:system [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- org.apache.commons:commons-math3:jar:3.1.1:compile [INFO] | +- xmlenc:xmlenc:jar:0.52:compile [INFO] | +- commons-httpclient:commons-httpclient:jar:3.1:compile <--- [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-net:commons-net:jar:3.1:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- javax.servlet:servlet-api:jar:2.5:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- com.sun.jersey:jersey-core:jar:1.8:compile [INFO] | +- com.sun.jersey:jersey-json:jar:1.9:compile [INFO] | | +- org.codehaus.jettison:jettison:jar:1.1:compile [INFO] | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile [INFO] | | | \- javax.xml.bind:jaxb-api:jar:2.2.2:compile <--- [INFO] | | | +- javax.xml.stream:stax-api:jar:1.0-2:compile [INFO] | | | \- javax.activation:activation:jar:1.1:compile [INFO] | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:compile [INFO] | | \- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile [INFO] | +- com.sun.jersey:jersey-server:jar:1.9:compile [INFO] | | \- asm:asm:jar:3.1:compile [INFO] | +- tomcat:jasper-compiler:jar:5.5.23:runtime <--- [INFO] | +- tomcat:jasper-runtime:jar:5.5.23:runtime <--- [INFO] | +- javax.servlet.jsp:jsp-api:jar:2.1:runtime [INFO] | +- commons-el:commons-el:jar:1.0:runtime [INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile [INFO] | +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile [INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.1.2:compile [INFO] | | \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- commons-configuration:commons-configuration:jar:1.6: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.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] | +- org.apache.hadoop:hadoop-auth:jar:2.4.0:compile [INFO] | +- com.jcraft:jsch:jar:0.1.42:compile [INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | +- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | \- org.tukaani:xz:jar:1.0:compile [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] +- org.apache.hadoop:hadoop-minikdc:jar:2.4.0:test [INFO] | +- org.apache.directory.server:apacheds-core-api:jar:2.0.0-M15:test [INFO] | | +- org.apache.directory.server:apacheds-core-constants:jar:2.0.0-M15:test [INFO] | | +- org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:test [INFO] | | +- org.apache.directory.api:api-i18n:jar:1.0.0-M20:test [INFO] | | +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:test [INFO] | | +- org.apache.directory.api:api-ldap-client-api:jar:1.0.0-M20:test [INFO] | | +- org.apache.directory.api:api-ldap-codec-core:jar:1.0.0-M20:test [INFO] | | +- org.apache.directory.api:api-ldap-extras-aci:jar:1.0.0-M20:test [INFO] | | +- org.apache.directory.api:api-ldap-extras-util:jar:1.0.0-M20:test [INFO] | | +- org.apache.directory.api:api-ldap-model:jar:1.0.0-M20:test [INFO] | | +- org.apache.directory.api:api-util:jar:1.0.0-M20:test [INFO] | | +- org.apache.mina:mina-core:jar:2.0.4:test [INFO] | | \- net.sf.ehcache:ehcache-core:jar:2.4.4:test [INFO] | +- org.apache.directory.server:apacheds-interceptor-kerberos:jar:2.0.0-M15:test [INFO] | | +- org.apache.directory.server:apacheds-core:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-admin:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-authn:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-authz:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-changelog:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-collective:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-event:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-exception:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-journal:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-normalization:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-operational:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-referral:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-schema:jar:2.0.0-M15:test [INFO] | | | +- org.apache.directory.server:apacheds-interceptors-subtree:jar:2.0.0-M15:test [INFO] | | | \- org.apache.directory.server:apacheds-interceptors-trigger:jar:2.0.0-M15:test [INFO] | | | \- org.apache.directory.api:api-ldap-extras-trigger:jar:1.0.0-M20:test [INFO] | | \- org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:test [INFO] | +- org.apache.directory.server:apacheds-protocol-shared:jar:2.0.0-M15:test [INFO] | +- org.apache.directory.server:apacheds-protocol-kerberos:jar:2.0.0-M15:test [INFO] | | \- org.apache.directory.server:apacheds-core-shared:jar:2.0.0-M15:test [INFO] | +- org.apache.directory.server:apacheds-ldif-partition:jar:2.0.0-M15:test [INFO] | | \- org.apache.directory.server:apacheds-xdbm-partition:jar:2.0.0-M15:test [INFO] | +- org.apache.directory.server:apacheds-mavibot-partition:jar:2.0.0-M15:test [INFO] | | +- org.apache.directory.mavibot:mavibot:jar:1.0.0-M1:test [INFO] | | \- org.apache.directory.server:apacheds-core-avl:jar:2.0.0-M15:test [INFO] | +- org.apache.directory.api:api-all:jar:1.0.0-M20:test [INFO] | | +- commons-pool:commons-pool:jar:1.6:test [INFO] | | \- antlr:antlr:jar:2.7.7:test [INFO] | +- org.apache.directory.server:apacheds-jdbm-partition:jar:2.0.0-M15:test [INFO] | | \- org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2:test [INFO] | \- org.apache.directory.server:apacheds-protocol-ldap:jar:2.0.0-M15:test [INFO] | +- org.apache.directory.api:api-asn1-ber:jar:1.0.0-M20:test [INFO] | +- org.apache.directory.api:api-ldap-extras-codec-api:jar:1.0.0-M20:test [INFO] | +- org.apache.directory.api:api-ldap-extras-codec:jar:1.0.0-M20:test [INFO] | +- org.apache.directory.api:api-ldap-extras-sp:jar:1.0.0-M20:test [INFO] | \- bouncycastle:bcprov-jdk15:jar:140:test [INFO] \- com.google.guava:guava:jar:11.0.2:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Core 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-core --- [INFO] org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume:flume-ng-sdk:jar:tests:1.8.0-SNAPSHOT:test [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- commons-io:commons-io:jar:2.1:compile [INFO] +- commons-codec:commons-codec:jar:1.8:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.easytesting:fest-reflect:jar:1.4:test [INFO] | \- org.easytesting:fest-util:jar:1.1.6:test [INFO] +- log4j:log4j:jar:1.2.17:compile [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] +- commons-cli:commons-cli:jar:1.2:compile [INFO] +- commons-lang:commons-lang:jar:2.5:compile [INFO] +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | \- org.tukaani:xz:jar:1.0:compile [INFO] +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] +- joda-time:joda-time:jar:2.1:compile [INFO] +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] +- org.apache.httpcomponents:httpclient:jar:4.2.1:test <--- [INFO] | +- org.apache.httpcomponents:httpcore:jar:4.2.1:compile [INFO] | \- commons-logging:commons-logging:jar:1.1.1:test [INFO] +- org.mockito:mockito-all:jar:1.9.0:test [INFO] +- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Sinks 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-sinks --- [INFO] org.apache.flume:flume-ng-sinks:pom:1.8.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG HDFS Sink 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-hdfs-sink --- [INFO] org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] +- org.mockito:mockito-all:jar:1.9.0:test [INFO] +- org.apache.hadoop:hadoop-common:jar:2.4.0:compile [INFO] | +- org.apache.hadoop:hadoop-annotations:jar:2.4.0:compile [INFO] | | \- jdk.tools:jdk.tools:jar:1.7:system [INFO] | +- org.apache.commons:commons-math3:jar:3.1.1:compile [INFO] | +- xmlenc:xmlenc:jar:0.52:compile [INFO] | +- commons-httpclient:commons-httpclient:jar:3.1:compile <--- [INFO] | +- commons-net:commons-net:jar:3.1:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- javax.servlet:servlet-api:jar:2.5:compile <--- [INFO] | +- com.sun.jersey:jersey-core:jar:1.8:compile [INFO] | +- com.sun.jersey:jersey-json:jar:1.9:compile [INFO] | | +- org.codehaus.jettison:jettison:jar:1.1:compile [INFO] | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile [INFO] | | | \- javax.xml.bind:jaxb-api:jar:2.2.2:compile <--- [INFO] | | | +- javax.xml.stream:stax-api:jar:1.0-2:compile [INFO] | | | \- javax.activation:activation:jar:1.1:compile [INFO] | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:compile [INFO] | | \- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile [INFO] | +- com.sun.jersey:jersey-server:jar:1.9:compile [INFO] | | \- asm:asm:jar:3.1:compile [INFO] | +- tomcat:jasper-compiler:jar:5.5.23:runtime <--- [INFO] | +- tomcat:jasper-runtime:jar:5.5.23:compile <--- [INFO] | +- javax.servlet.jsp:jsp-api:jar:2.1:compile [INFO] | +- commons-el:commons-el:jar:1.0:compile [INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile [INFO] | +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile [INFO] | | \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile [INFO] | +- commons-configuration:commons-configuration:jar:1.6: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.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] | +- com.jcraft:jsch:jar:0.1.42:compile [INFO] | +- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | \- org.tukaani:xz:jar:1.0:compile [INFO] +- commons-lang:commons-lang:jar:2.5:compile [INFO] +- commons-io:commons-io:jar:2.1:compile [INFO] +- org.apache.hadoop:hadoop-hdfs:jar:2.4.0:compile [INFO] | \- commons-daemon:commons-daemon:jar:1.0.13:compile <--- [INFO] +- org.apache.hadoop:hadoop-auth:jar:2.4.0:compile [INFO] | \- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] \- org.apache.hadoop:hadoop-minicluster:jar:2.4.0:test [INFO] +- org.apache.hadoop:hadoop-common:test-jar:tests:2.4.0:test [INFO] +- org.apache.hadoop:hadoop-hdfs:test-jar:tests:2.4.0:test [INFO] +- org.apache.hadoop:hadoop-yarn-server-tests:test-jar:tests:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-yarn-server-common:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-yarn-server-nodemanager:jar:2.4.0:test [INFO] | | +- com.sun.jersey:jersey-client:jar:1.9:test [INFO] | | +- com.google.inject:guice:jar:3.0:test [INFO] | | | +- javax.inject:javax.inject:jar:1:test [INFO] | | | \- aopalliance:aopalliance:jar:1.0:test [INFO] | | \- com.sun.jersey.contribs:jersey-guice:jar:1.9:test [INFO] | +- org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:2.4.0:test [INFO] | | \- org.apache.hadoop:hadoop-yarn-server-applicationhistoryservice:jar:2.4.0:test [INFO] | | \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:test [INFO] | \- org.apache.hadoop:hadoop-yarn-common:jar:2.4.0:test [INFO] +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:test-jar:tests:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.4.0:test [INFO] | | \- org.apache.hadoop:hadoop-yarn-client:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.4.0:test [INFO] | \- com.google.inject.extensions:guice-servlet:jar:3.0:test [INFO] +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.4.0:test [INFO] | \- org.apache.hadoop:hadoop-yarn-server-web-proxy:jar:2.4.0:test [INFO] +- org.apache.hadoop:hadoop-yarn-api:jar:2.4.0:test [INFO] +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.4.0:test [INFO] +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.4.0:test [INFO] \- org.apache.hadoop:hadoop-mapreduce-client-hs:jar:2.4.0:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG IRC Sink 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-irc-sink --- [INFO] org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | \- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- org.schwering:irclib:jar:1.10:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] \- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Channels 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-channels --- [INFO] org.apache.flume:flume-ng-channels:pom:1.8.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG JDBC channel 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-jdbc-channel --- [INFO] org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] | \- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile [INFO] | \- commons-pool:commons-pool:jar:1.5.4:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.apache.derby:derby:jar:10.11.1.1:compile [INFO] \- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG file-based channel 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-file-channel --- [INFO] org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | \- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] +- commons-lang:commons-lang:jar:2.5:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.mockito:mockito-all:jar:1.9.0:test [INFO] +- org.easytesting:fest-reflect:jar:1.4:test [INFO] | \- org.easytesting:fest-util:jar:1.1.6:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] +- org.mapdb:mapdb:jar:0.9.9:compile [INFO] \- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Spillable Memory channel 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-spillable-memory-channel --- [INFO] org.apache.flume.flume-ng-channels:flume-spillable-memory-channel:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | \- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.8.0-SNAPSHOT:compile [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] | +- org.mapdb:mapdb:jar:0.9.9:compile [INFO] | \- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] +- commons-lang:commons-lang:jar:2.5:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.mockito:mockito-all:jar:1.9.0:test [INFO] +- org.easytesting:fest-reflect:jar:1.4:test [INFO] | \- org.easytesting:fest-util:jar:1.1.6:test [INFO] \- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Node 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-node --- [INFO] org.apache.flume:flume-ng-node:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.8.0-SNAPSHOT:compile [INFO] | \- org.schwering:irclib:jar:1.10:compile [INFO] +- org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-dbcp:commons-dbcp:jar:1.4:compile [INFO] | | \- commons-pool:commons-pool:jar:1.5.4:compile [INFO] | \- org.apache.derby:derby:jar:10.11.1.1:compile [INFO] +- org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] | +- org.mapdb:mapdb:jar:0.9.9:compile [INFO] | \- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] +- org.apache.flume.flume-ng-channels:flume-spillable-memory-channel:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] +- log4j:log4j:jar:1.2.17:compile [INFO] +- log4j:apache-log4j-extras:jar:1.1:compile [INFO] +- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- commons-cli:commons-cli:jar:1.2:compile [INFO] +- commons-io:commons-io:jar:2.1:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.mockito:mockito-all:jar:1.9.0:test [INFO] +- com.github.stefanbirkner:system-rules:jar:1.16.0:test [INFO] +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] +- org.apache.curator:curator-framework:jar:2.6.0:compile <--- [INFO] | +- org.apache.curator:curator-client:jar:2.6.0:compile [INFO] | \- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | +- jline:jline:jar:0.9.94:test [INFO] | \- org.jboss.netty:netty:jar:3.2.2.Final:test [INFO] +- org.apache.curator:curator-recipes:jar:2.6.0:compile [INFO] \- org.apache.curator:curator-test:jar:2.6.0:test [INFO] +- org.javassist:javassist:jar:3.18.1-GA:test [INFO] \- org.apache.commons:commons-math:jar:2.2:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Embedded Agent 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-embedded-agent --- [INFO] org.apache.flume:flume-ng-embedded-agent:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | \- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.apache.flume:flume-ng-node:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.8.0-SNAPSHOT:compile [INFO] | | \- org.schwering:irclib:jar:1.10:compile [INFO] | +- org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.8.0-SNAPSHOT:compile [INFO] | | +- commons-dbcp:commons-dbcp:jar:1.4:compile [INFO] | | | \- commons-pool:commons-pool:jar:1.5.4:compile [INFO] | | \- org.apache.derby:derby:jar:10.11.1.1:compile [INFO] | +- org.apache.flume.flume-ng-channels:flume-spillable-memory-channel:jar:1.8.0-SNAPSHOT:compile [INFO] | +- log4j:apache-log4j-extras:jar:1.1:compile [INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | +- org.apache.curator:curator-framework:jar:2.6.0:compile <--- [INFO] | | +- org.apache.curator:curator-client:jar:2.6.0:compile [INFO] | | \- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | | +- jline:jline:jar:0.9.94:test [INFO] | | \- org.jboss.netty:netty:jar:3.2.2.Final:test [INFO] | \- org.apache.curator:curator-recipes:jar:2.6.0:compile [INFO] +- org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] | +- org.mapdb:mapdb:jar:0.9.9:compile [INFO] | \- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] \- org.mockito:mockito-all:jar:1.9.0:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG HBase Sink 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-hbase-sink --- [INFO] org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.hbase:asynchbase:jar:1.7.0:compile [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] | \- com.stumbleupon:async:jar:1.4.0:compile [INFO] +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.apache.hadoop:hadoop-common:jar:2.4.0:compile [INFO] | +- org.apache.hadoop:hadoop-annotations:jar:2.4.0:compile [INFO] | | \- jdk.tools:jdk.tools:jar:1.7:system [INFO] | +- org.apache.commons:commons-math3:jar:3.1.1:compile [INFO] | +- xmlenc:xmlenc:jar:0.52:compile [INFO] | +- commons-httpclient:commons-httpclient:jar:3.1:compile <--- [INFO] | +- commons-net:commons-net:jar:3.1:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- javax.servlet:servlet-api:jar:2.5:compile <--- [INFO] | +- com.sun.jersey:jersey-core:jar:1.8:compile [INFO] | +- com.sun.jersey:jersey-json:jar:1.9:compile [INFO] | | +- org.codehaus.jettison:jettison:jar:1.1:compile [INFO] | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile [INFO] | | | \- javax.xml.bind:jaxb-api:jar:2.2.2:compile <--- [INFO] | | | +- javax.xml.stream:stax-api:jar:1.0-2:compile [INFO] | | | \- javax.activation:activation:jar:1.1:compile [INFO] | | \- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile [INFO] | +- com.sun.jersey:jersey-server:jar:1.9:compile [INFO] | | \- asm:asm:jar:3.1:compile [INFO] | +- tomcat:jasper-compiler:jar:5.5.23:runtime <--- [INFO] | +- tomcat:jasper-runtime:jar:5.5.23:runtime <--- [INFO] | +- javax.servlet.jsp:jsp-api:jar:2.1:runtime [INFO] | +- commons-el:commons-el:jar:1.0:runtime [INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile [INFO] | +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile [INFO] | | \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile [INFO] | +- commons-configuration:commons-configuration:jar:1.6: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.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | +- org.apache.hadoop:hadoop-auth:jar:2.4.0:compile [INFO] | +- com.jcraft:jsch:jar:0.1.42:compile [INFO] | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | \- org.tukaani:xz:jar:1.0:compile [INFO] +- commons-io:commons-io:jar:2.1:test [INFO] +- commons-lang:commons-lang:jar:2.5:compile [INFO] +- org.mockito:mockito-all:jar:1.9.0:test [INFO] +- org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.hadoop:hadoop-minicluster:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-common:test-jar:tests:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-hdfs:test-jar:tests:2.4.0:test [INFO] | | \- commons-daemon:commons-daemon:jar:1.0.13:test <--- [INFO] | +- org.apache.hadoop:hadoop-yarn-server-tests:test-jar:tests:2.4.0:test [INFO] | | +- org.apache.hadoop:hadoop-yarn-server-common:jar:2.4.0:test [INFO] | | +- org.apache.hadoop:hadoop-yarn-server-nodemanager:jar:2.4.0:test [INFO] | | | +- com.sun.jersey:jersey-client:jar:1.9:test [INFO] | | | +- com.google.inject:guice:jar:3.0:compile [INFO] | | | | +- javax.inject:javax.inject:jar:1:compile [INFO] | | | | \- aopalliance:aopalliance:jar:1.0:compile [INFO] | | | \- com.sun.jersey.contribs:jersey-guice:jar:1.9:compile [INFO] | | +- org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:2.4.0:test [INFO] | | | \- org.apache.hadoop:hadoop-yarn-server-applicationhistoryservice:jar:2.4.0:test [INFO] | | | \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:test [INFO] | | \- org.apache.hadoop:hadoop-yarn-common:jar:2.4.0:compile [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:test-jar:tests:2.4.0:test [INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.4.0:test [INFO] | | | \- org.apache.hadoop:hadoop-yarn-client:jar:2.4.0:test [INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.4.0:test [INFO] | | \- com.google.inject.extensions:guice-servlet:jar:3.0:compile [INFO] | +- org.apache.hadoop:hadoop-hdfs:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.4.0:test [INFO] | | \- org.apache.hadoop:hadoop-yarn-server-web-proxy:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-yarn-api:jar:2.4.0:compile [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.4.0:compile [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.4.0:test [INFO] | \- org.apache.hadoop:hadoop-mapreduce-client-hs:jar:2.4.0:test [INFO] +- org.apache.hbase:hbase-client:jar:1.0.0:compile [INFO] | +- org.apache.hbase:hbase-annotations:jar:1.0.0:compile [INFO] | +- org.apache.hbase:hbase-protocol:jar:1.0.0:compile [INFO] | +- io.netty:netty-all:jar:4.0.23.Final:compile <--- [INFO] | +- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile <--- [INFO] | +- org.jruby.jcodings:jcodings:jar:1.0.8:compile [INFO] | +- org.jruby.joni:joni:jar:2.1.2:compile [INFO] | \- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile [INFO] +- org.apache.hbase:hbase-client:jar:tests:1.0.0:test [INFO] +- org.apache.hbase:hbase-server:jar:1.0.0:test [INFO] | +- org.apache.hbase:hbase-prefix-tree:jar:1.0.0:test [INFO] | +- org.apache.hbase:hbase-hadoop-compat:jar:1.0.0:test [INFO] | +- org.apache.hbase:hbase-hadoop2-compat:jar:1.0.0:test [INFO] | +- com.yammer.metrics:metrics-core:jar:2.2.0:test [INFO] | +- org.apache.commons:commons-math:jar:2.2:test [INFO] | +- org.mortbay.jetty:jetty-sslengine:jar:6.1.26:test <--- [INFO] | +- org.mortbay.jetty:jsp-2.1:jar:6.1.14:test [INFO] | +- org.mortbay.jetty:jsp-api-2.1:jar:6.1.14:test [INFO] | +- org.mortbay.jetty:servlet-api-2.5:jar:6.1.14:test <--- [INFO] | +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.8:compile [INFO] | +- org.jamon:jamon-runtime:jar:2.3.1:test [INFO] | +- com.lmax:disruptor:jar:3.3.0:test [INFO] | \- org.apache.hadoop:hadoop-client:jar:2.4.0:test [INFO] +- org.apache.hbase:hbase-server:jar:tests:1.0.0:test [INFO] +- org.apache.hbase:hbase-common:jar:1.0.0:compile [INFO] +- org.apache.hbase:hbase-testing-util:jar:1.0.0:test [INFO] | +- org.apache.hbase:hbase-common:test-jar:tests:1.0.0:test [INFO] | +- org.apache.hbase:hbase-annotations:test-jar:tests:1.0.0:test [INFO] | +- org.apache.hbase:hbase-hadoop-compat:test-jar:tests:1.0.0:test [INFO] | \- org.apache.hbase:hbase-hadoop2-compat:test-jar:tests:1.0.0:test [INFO] \- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] +- jline:jline:jar:0.9.94:test [INFO] \- org.jboss.netty:netty:jar:3.2.2.Final:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG ElasticSearch Sink 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-elasticsearch-sink --- [INFO] org.apache.flume.flume-ng-sinks:flume-ng-elasticsearch-sink:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- org.elasticsearch:elasticsearch:jar:0.90.1:compile [INFO] | +- org.apache.lucene:lucene-core:jar:4.3.0:compile [INFO] | +- org.apache.lucene:lucene-analyzers-common:jar:4.3.0:compile [INFO] | +- org.apache.lucene:lucene-codecs:jar:4.3.0:compile [INFO] | +- org.apache.lucene:lucene-queries:jar:4.3.0:compile [INFO] | +- org.apache.lucene:lucene-memory:jar:4.3.0:compile [INFO] | +- org.apache.lucene:lucene-highlighter:jar:4.3.0:compile [INFO] | +- org.apache.lucene:lucene-queryparser:jar:4.3.0:compile [INFO] | | \- org.apache.lucene:lucene-sandbox:jar:4.3.0:compile [INFO] | +- org.apache.lucene:lucene-suggest:jar:4.3.0:compile [INFO] | +- org.apache.lucene:lucene-join:jar:4.3.0:compile [INFO] | | \- org.apache.lucene:lucene-grouping:jar:4.3.0:compile [INFO] | \- org.apache.lucene:lucene-spatial:jar:4.3.0:compile [INFO] | \- com.spatial4j:spatial4j:jar:0.3:compile [INFO] +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | +- org.apache.httpcomponents:httpcore:jar:4.2.1:compile [INFO] | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] +- commons-lang:commons-lang:jar:2.5:compile [INFO] +- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] \- org.mockito:mockito-all:jar:1.9.0:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Morphline Solr Sink 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-morphline-solr-sink --- [INFO] org.apache.flume.flume-ng-sinks:flume-ng-morphline-solr-sink:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- com.google.guava:guava:jar:11.0.2:compile [INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | +- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- org.kitesdk:kite-morphlines-all:pom:1.0.0:compile [INFO] | +- org.kitesdk:kite-morphlines-core:jar:1.0.0:compile [INFO] | | +- com.typesafe:config:jar:1.0.2:compile [INFO] | | +- com.codahale.metrics:metrics-core:jar:3.0.2:compile [INFO] | | \- com.codahale.metrics:metrics-healthchecks:jar:3.0.2:compile [INFO] | +- org.kitesdk:kite-morphlines-avro:jar:1.0.0:compile [INFO] | +- org.kitesdk:kite-morphlines-json:jar:1.0.0:compile [INFO] | | \- com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile [INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile <--- [INFO] | +- org.kitesdk:kite-morphlines-saxon:jar:1.0.0:compile [INFO] | | +- net.sf.saxon:Saxon-HE:jar:9.5.1-5:compile [INFO] | | \- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile [INFO] | +- org.kitesdk:kite-morphlines-hadoop-core:jar:1.0.0:compile [INFO] | | \- org.kitesdk:kite-hadoop-compatibility:jar:1.0.0:compile [INFO] | +- org.kitesdk:kite-morphlines-hadoop-parquet-avro:jar:1.0.0:compile [INFO] | | \- com.twitter:parquet-avro:jar:1.4.1:compile [INFO] | | +- com.twitter:parquet-column:jar:1.4.1:compile [INFO] | | | +- com.twitter:parquet-common:jar:1.4.1:compile [INFO] | | | \- com.twitter:parquet-encoding:jar:1.4.1:compile [INFO] | | | \- com.twitter:parquet-generator:jar:1.4.1:compile [INFO] | | +- com.twitter:parquet-hadoop:jar:1.4.1:compile [INFO] | | | \- com.twitter:parquet-jackson:jar:1.4.1:compile [INFO] | | \- com.twitter:parquet-format:jar:2.0.0:compile [INFO] | +- org.kitesdk:kite-morphlines-hadoop-sequencefile:jar:1.0.0:compile [INFO] | +- org.kitesdk:kite-morphlines-hadoop-rcfile:jar:1.0.0:compile [INFO] | +- org.kitesdk:kite-morphlines-tika-core:jar:1.0.0:compile [INFO] | | \- org.apache.tika:tika-core:jar:1.5:compile [INFO] | +- org.kitesdk:kite-morphlines-tika-decompress:jar:1.0.0:compile [INFO] | +- org.kitesdk:kite-morphlines-solr-core:jar:1.0.0:compile [INFO] | +- org.kitesdk:kite-morphlines-solr-cell:jar:1.0.0:compile [INFO] | | +- org.apache.tika:tika-xmp:jar:1.5:compile [INFO] | | | +- org.apache.tika:tika-parsers:jar:1.5:compile [INFO] | | | | +- org.gagravarr:vorbis-java-tika:jar:0.1:compile [INFO] | | | | | \- org.gagravarr:vorbis-java-core:jar:tests:0.1:test,provided [INFO] | | | | +- edu.ucar:netcdf:jar:4.2-min:compile [INFO] | | | | +- org.apache.james:apache-mime4j-core:jar:0.7.2:compile <--- [INFO] | | | | +- org.apache.james:apache-mime4j-dom:jar:0.7.2:compile [INFO] | | | | +- org.apache.pdfbox:pdfbox:jar:1.8.4:compile [INFO] | | | | | +- org.apache.pdfbox:fontbox:jar:1.8.4:compile <--- [INFO] | | | | | \- org.apache.pdfbox:jempbox:jar:1.8.4:compile [INFO] | | | | +- org.bouncycastle:bcmail-jdk15:jar:1.45:compile [INFO] | | | | +- org.bouncycastle:bcprov-jdk15:jar:1.45:compile <--- [INFO] | | | | +- org.apache.poi:poi:jar:3.10-beta2:compile <--- [INFO] | | | | +- org.apache.poi:poi-scratchpad:jar:3.10-beta2:compile <--- [INFO] | | | | +- org.apache.poi:poi-ooxml:jar:3.10-beta2:compile <--- [INFO] | | | | | +- org.apache.poi:poi-ooxml-schemas:jar:3.10-beta2:compile <--- [INFO] | | | | | | \- org.apache.xmlbeans:xmlbeans:jar:2.3.0:compile [INFO] | | | | | \- dom4j:dom4j:jar:1.6.1:compile [INFO] | | | | +- org.ow2.asm:asm-debug-all:jar:4.1:compile [INFO] | | | | +- com.googlecode.mp4parser:isoparser:jar:1.0-RC-1:compile [INFO] | | | | | \- org.aspectj:aspectjrt:jar:1.6.11:compile [INFO] | | | | +- com.drewnoakes:metadata-extractor:jar:2.6.2:compile [INFO] | | | | +- de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile [INFO] | | | | +- rome:rome:jar:0.9:compile [INFO] | | | | | \- jdom:jdom:jar:1.0:compile [INFO] | | | | +- org.gagravarr:vorbis-java-core:jar:0.1:compile [INFO] | | | | +- com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile [INFO] | | | | \- com.uwyn:jhighlight:jar:1.0:compile [INFO] | | | \- com.adobe.xmp:xmpcore:jar:5.1.2:compile [INFO] | | \- org.apache.solr:solr-cell:jar:4.3.0:compile [INFO] | +- org.kitesdk:kite-morphlines-twitter:jar:1.0.0:compile [INFO] | +- org.kitesdk:kite-morphlines-maxmind:jar:1.0.0:compile [INFO] | | \- com.maxmind.db:maxmind-db:jar:1.0.0:compile [INFO] | +- org.kitesdk:kite-morphlines-metrics-servlets:jar:1.0.0:compile [INFO] | | \- com.codahale.metrics:metrics-servlets:jar:3.0.2:compile [INFO] | | +- com.codahale.metrics:metrics-json:jar:3.0.2:compile [INFO] | | \- com.codahale.metrics:metrics-jvm:jar:3.0.2:compile [INFO] | \- org.kitesdk:kite-morphlines-useragent:jar:1.0.0:compile [INFO] | \- ua_parser:ua-parser:jar:1.3.0:compile [INFO] | \- org.yaml:snakeyaml:jar:1.10:compile [INFO] +- org.slf4j:jcl-over-slf4j:jar:1.6.1:provided [INFO] +- org.apache.solr:solr-test-framework:jar:4.3.0:test [INFO] | +- org.apache.lucene:lucene-test-framework:jar:4.3.0:test [INFO] | | +- org.apache.lucene:lucene-core:jar:4.3.0:compile [INFO] | | +- org.apache.lucene:lucene-codecs:jar:4.3.0:compile [INFO] | | \- com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.0.9:test [INFO] | +- org.apache.solr:solr-core:jar:4.3.0:compile [INFO] | | +- org.apache.solr:solr-solrj:jar:4.3.0:compile [INFO] | | | +- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | | | \- org.noggit:noggit:jar:0.5:compile [INFO] | | +- org.apache.lucene:lucene-analyzers-common:jar:4.3.0:compile [INFO] | | +- org.apache.lucene:lucene-analyzers-kuromoji:jar:4.3.0:compile [INFO] | | +- org.apache.lucene:lucene-analyzers-phonetic:jar:4.3.0:compile [INFO] | | +- org.apache.lucene:lucene-highlighter:jar:4.3.0:compile [INFO] | | +- org.apache.lucene:lucene-memory:jar:4.3.0:compile [INFO] | | +- org.apache.lucene:lucene-misc:jar:4.3.0:compile [INFO] | | +- org.apache.lucene:lucene-queryparser:jar:4.3.0:compile [INFO] | | +- org.apache.lucene:lucene-spatial:jar:4.3.0:compile [INFO] | | | \- com.spatial4j:spatial4j:jar:0.3:compile [INFO] | | +- org.apache.lucene:lucene-suggest:jar:4.3.0:compile [INFO] | | +- org.apache.lucene:lucene-grouping:jar:4.3.0:compile [INFO] | | +- org.apache.lucene:lucene-queries:jar:4.3.0:compile [INFO] | | +- commons-fileupload:commons-fileupload:jar:1.2.1:compile [INFO] | | +- org.restlet.jee:org.restlet:jar:2.1.1:compile <--- [INFO] | | +- org.restlet.jee:org.restlet.ext.servlet:jar:2.1.1:compile <--- [INFO] | | +- org.codehaus.woodstox:wstx-asl:jar:3.2.7:runtime [INFO] | | \- org.apache.httpcomponents:httpmime:jar:4.2.3:compile <--- [INFO] | +- org.eclipse.jetty:jetty-servlet:jar:8.1.8.v20121106:compile [INFO] | | \- org.eclipse.jetty:jetty-security:jar:8.1.8.v20121106:compile [INFO] | +- org.eclipse.jetty:jetty-util:jar:8.1.8.v20121106:compile [INFO] | +- org.eclipse.jetty:jetty-server:jar:8.1.8.v20121106:compile [INFO] | | +- org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:compile [INFO] | | +- org.eclipse.jetty:jetty-continuation:jar:8.1.8.v20121106:compile [INFO] | | \- org.eclipse.jetty:jetty-http:jar:8.1.8.v20121106:compile [INFO] | | \- org.eclipse.jetty:jetty-io:jar:8.1.8.v20121106:compile [INFO] | \- org.eclipse.jetty:jetty-webapp:jar:8.1.8.v20121106:test [INFO] | \- org.eclipse.jetty:jetty-xml:jar:8.1.8.v20121106:test [INFO] +- org.kitesdk:kite-morphlines-solr-core:test-jar:tests:1.0.0:test [INFO] \- junit:junit:jar:4.10:test [INFO] \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume Shared Utils 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-shared --- [INFO] org.apache.flume:flume-shared:pom:1.8.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume Shared Kafka Test Utils 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-shared-kafka-test --- [INFO] org.apache.flume.flume-shared:flume-shared-kafka-test:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- com.google.guava:guava:jar:11.0.2:compile [INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- junit:junit:jar:4.10:compile [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:compile [INFO] +- org.apache.kafka:kafka_2.10:jar:0.9.0.1:provided [INFO] | +- com.101tec:zkclient:jar:0.7:provided [INFO] | +- com.yammer.metrics:metrics-core:jar:2.2.0:provided [INFO] | +- org.scala-lang:scala-library:jar:2.10.5:provided [INFO] | +- net.sf.jopt-simple:jopt-simple:jar:3.2:provided [INFO] | \- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | +- jline:jline:jar:0.9.94:test [INFO] | \- org.jboss.netty:netty:jar:3.2.2.Final:test [INFO] \- org.apache.kafka:kafka-clients:jar:0.9.0.1:provided [INFO] +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] \- net.jpountz.lz4:lz4:jar:1.2.0:provided [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume Kafka Sink 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-kafka-sink --- [INFO] org.apache.flume.flume-ng-sinks:flume-ng-kafka-sink:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- com.google.guava:guava:jar:11.0.2:compile [INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-shared:flume-shared-kafka-test:jar:1.8.0-SNAPSHOT:test [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.apache.kafka:kafka_2.10:jar:0.9.0.1:test [INFO] | +- com.101tec:zkclient:jar:0.7:test [INFO] | +- com.yammer.metrics:metrics-core:jar:2.2.0:test [INFO] | +- org.scala-lang:scala-library:jar:2.10.5:test [INFO] | +- net.sf.jopt-simple:jopt-simple:jar:3.2:test [INFO] | \- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | +- jline:jline:jar:0.9.94:test [INFO] | \- org.jboss.netty:netty:jar:3.2.2.Final:test [INFO] \- org.apache.kafka:kafka-clients:jar:0.9.0.1:compile [INFO] +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] \- net.jpountz.lz4:lz4:jar:1.2.0:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume HTTP/S Sink 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-http-sink --- [INFO] org.apache.flume.flume-ng-sinks:flume-http-sink:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | \- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- com.google.guava:guava:jar:18.0:compile [INFO] +- commons-lang:commons-lang:jar:2.5:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] +- org.mockito:mockito-all:jar:1.9.0:test [INFO] +- com.github.tomakehurst:wiremock:jar:1.53:test [INFO] | +- xmlunit:xmlunit:jar:1.5:test [INFO] | +- org.skyscreamer:jsonassert:jar:1.2.3:test [INFO] | | \- org.json:json:jar:20090211:test [INFO] | +- com.jayway.jsonpath:json-path:jar:0.8.1:test [INFO] | | \- net.minidev:json-smart:jar:1.1.1:test [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.2:test [INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.4.2:test <--- [INFO] | +- net.sf.jopt-simple:jopt-simple:jar:4.7:test [INFO] | \- com.fasterxml.jackson.core:jackson-databind:jar:2.4.2:test [INFO] \- org.apache.httpcomponents:httpclient:jar:4.3.5:test <--- [INFO] +- org.apache.httpcomponents:httpcore:jar:4.3.2:test [INFO] \- commons-logging:commons-logging:jar:1.1.3:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Kite Dataset Sink 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-dataset-sink --- [INFO] org.apache.flume.flume-ng-sinks:flume-dataset-sink:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.kitesdk:kite-data-core:jar:1.0.0:compile [INFO] | +- org.kitesdk:kite-hadoop-compatibility:jar:1.0.0:compile [INFO] | +- com.twitter:parquet-avro:jar:1.4.1:compile [INFO] | | +- com.twitter:parquet-column:jar:1.4.1:compile [INFO] | | | +- com.twitter:parquet-common:jar:1.4.1:compile [INFO] | | | \- com.twitter:parquet-encoding:jar:1.4.1:compile [INFO] | | | \- com.twitter:parquet-generator:jar:1.4.1:compile [INFO] | | +- com.twitter:parquet-hadoop:jar:1.4.1:compile [INFO] | | | \- com.twitter:parquet-jackson:jar:1.4.1:compile [INFO] | | \- com.twitter:parquet-format:jar:2.0.0:compile [INFO] | +- net.sf.opencsv:opencsv:jar:2.3:compile [INFO] | +- org.apache.commons:commons-jexl:jar:2.1.1:compile [INFO] | \- com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile [INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile <--- [INFO] +- org.kitesdk:kite-data-hive:jar:1.0.0:compile [INFO] | \- com.twitter:parquet-hive-bundle:jar:1.4.1:compile [INFO] +- org.kitesdk:kite-data-hbase:jar:1.0.0:compile [INFO] +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | \- org.tukaani:xz:jar:1.0:compile [INFO] +- org.apache.hive:hive-exec:jar:1.0.0:compile [INFO] | +- org.apache.hive:hive-ant:jar:1.0.0:compile [INFO] | +- org.apache.hive:hive-shims:jar:1.0.0:compile [INFO] | | +- org.apache.hive.shims:hive-shims-common:jar:1.0.0:compile [INFO] | | +- org.apache.hive.shims:hive-shims-0.20:jar:1.0.0:runtime [INFO] | | +- org.apache.hive.shims:hive-shims-common-secure:jar:1.0.0:compile [INFO] | | | \- org.apache.curator:curator-framework:jar:2.6.0:compile <--- [INFO] | | | \- org.apache.curator:curator-client:jar:2.6.0:compile [INFO] | | +- org.apache.hive.shims:hive-shims-0.20S:jar:1.0.0:runtime [INFO] | | \- org.apache.hive.shims:hive-shims-0.23:jar:1.0.0:runtime [INFO] | +- commons-httpclient:commons-httpclient:jar:3.0.1:compile <--- [INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile [INFO] | +- org.antlr:antlr-runtime:jar:3.4:compile [INFO] | | +- org.antlr:stringtemplate:jar:3.2.1:compile [INFO] | | \- antlr:antlr:jar:2.7.7:compile [INFO] | +- org.antlr:ST4:jar:4.0.4:compile [INFO] | +- org.apache.ant:ant:jar:1.9.1:compile [INFO] | | \- org.apache.ant:ant-launcher:jar:1.9.1:compile [INFO] | +- org.apache.thrift:libfb303:jar:0.9.0:compile <--- [INFO] | +- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | +- org.codehaus.groovy:groovy-all:jar:2.1.6:compile [INFO] | +- org.datanucleus:datanucleus-core:jar:3.2.10:compile [INFO] | +- org.apache.calcite:calcite-core:jar:0.9.2-incubating:compile [INFO] | | +- org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.3-jhyde:compile [INFO] | | +- eigenbase:eigenbase-properties:jar:1.1.4:compile [INFO] | | +- net.hydromatic:linq4j:jar:0.4:compile [INFO] | | +- net.hydromatic:quidem:jar:0.1.1:compile [INFO] | | +- org.codehaus.janino:janino:jar:2.7.6:compile [INFO] | | \- org.codehaus.janino:commons-compiler:jar:2.7.6:compile [INFO] | +- org.apache.calcite:calcite-avatica:jar:0.9.2-incubating:compile [INFO] | +- stax:stax-api:jar:1.0.1:compile [INFO] | +- jline:jline:jar:0.9.94:compile [INFO] | \- org.fusesource.jansi:jansi:jar:1.11:compile [INFO] +- org.apache.hive:hive-metastore:jar:1.0.0:compile [INFO] | +- org.apache.hive:hive-serde:jar:1.0.0:compile [INFO] | | \- org.apache.hive:hive-common:jar:1.0.0:compile [INFO] | +- com.jolbox:bonecp:jar:0.8.0.RELEASE:compile [INFO] | +- org.apache.derby:derby:jar:10.11.1.1:compile [INFO] | +- org.datanucleus:datanucleus-api-jdo:jar:3.2.6:compile [INFO] | +- org.datanucleus:datanucleus-rdbms:jar:3.2.9:compile [INFO] | +- commons-pool:commons-pool:jar:1.5.4:compile [INFO] | +- commons-dbcp:commons-dbcp:jar:1.4:compile [INFO] | \- javax.jdo:jdo-api:jar:3.0.1:compile [INFO] | \- javax.transaction:jta:jar:1.1:compile [INFO] +- org.apache.hadoop:hadoop-common:jar:2.4.0:compile [INFO] | +- org.apache.hadoop:hadoop-annotations:jar:2.4.0:compile [INFO] | | \- jdk.tools:jdk.tools:jar:1.7:system [INFO] | +- org.apache.commons:commons-math3:jar:3.1.1:compile [INFO] | +- xmlenc:xmlenc:jar:0.52:compile [INFO] | +- commons-net:commons-net:jar:3.1:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- javax.servlet:servlet-api:jar:2.5:compile <--- [INFO] | +- com.sun.jersey:jersey-core:jar:1.8:compile [INFO] | +- com.sun.jersey:jersey-json:jar:1.9:compile [INFO] | | +- org.codehaus.jettison:jettison:jar:1.1:compile [INFO] | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile [INFO] | | | \- javax.xml.bind:jaxb-api:jar:2.2.2:compile <--- [INFO] | | | +- javax.xml.stream:stax-api:jar:1.0-2:compile [INFO] | | | \- javax.activation:activation:jar:1.1:compile [INFO] | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:compile [INFO] | | \- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile [INFO] | +- com.sun.jersey:jersey-server:jar:1.9:compile [INFO] | | \- asm:asm:jar:3.1:compile [INFO] | +- tomcat:jasper-compiler:jar:5.5.23:runtime <--- [INFO] | +- tomcat:jasper-runtime:jar:5.5.23:runtime <--- [INFO] | +- javax.servlet.jsp:jsp-api:jar:2.1:runtime [INFO] | +- commons-el:commons-el:jar:1.0:runtime [INFO] | +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile [INFO] | | \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile [INFO] | +- commons-configuration:commons-configuration:jar:1.6: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] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] | +- org.apache.hadoop:hadoop-auth:jar:2.4.0:compile [INFO] | +- com.jcraft:jsch:jar:0.1.42:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- com.google.guava:guava:jar:11.0.2:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.apache.hadoop:hadoop-minicluster:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-common:test-jar:tests:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-hdfs:test-jar:tests:2.4.0:test [INFO] | | \- commons-daemon:commons-daemon:jar:1.0.13:test <--- [INFO] | +- org.apache.hadoop:hadoop-yarn-server-tests:test-jar:tests:2.4.0:test [INFO] | | +- org.apache.hadoop:hadoop-yarn-server-common:jar:2.4.0:test [INFO] | | +- org.apache.hadoop:hadoop-yarn-server-nodemanager:jar:2.4.0:test [INFO] | | | +- com.sun.jersey:jersey-client:jar:1.9:test [INFO] | | | +- com.google.inject:guice:jar:3.0:test [INFO] | | | | +- javax.inject:javax.inject:jar:1:test [INFO] | | | | \- aopalliance:aopalliance:jar:1.0:test [INFO] | | | \- com.sun.jersey.contribs:jersey-guice:jar:1.9:test [INFO] | | +- org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:2.4.0:test [INFO] | | | \- org.apache.hadoop:hadoop-yarn-server-applicationhistoryservice:jar:2.4.0:test [INFO] | | | \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:test [INFO] | | \- org.apache.hadoop:hadoop-yarn-common:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:test-jar:tests:2.4.0:test [INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.4.0:test [INFO] | | | \- org.apache.hadoop:hadoop-yarn-client:jar:2.4.0:test [INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.4.0:test [INFO] | | \- com.google.inject.extensions:guice-servlet:jar:3.0:test [INFO] | +- org.apache.hadoop:hadoop-hdfs:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.4.0:test [INFO] | | \- org.apache.hadoop:hadoop-yarn-server-web-proxy:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-yarn-api:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.4.0:test [INFO] | \- org.apache.hadoop:hadoop-mapreduce-client-hs:jar:2.4.0:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] \- org.mockito:mockito-all:jar:1.9.0:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Hive Sink 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-hive-sink --- [INFO] org.apache.flume.flume-ng-sinks:flume-hive-sink:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | \- com.google.guava:guava:jar:11.0.2:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] +- org.apache.hive.hcatalog:hive-hcatalog-streaming:jar:1.0.0:provided [INFO] | +- org.apache.hive:hive-serde:jar:1.0.0:provided [INFO] | | \- net.sf.opencsv:opencsv:jar:2.3:provided [INFO] | +- org.apache.hive:hive-metastore:jar:1.0.0:provided [INFO] | | +- com.jolbox:bonecp:jar:0.8.0.RELEASE:provided [INFO] | | +- org.apache.derby:derby:jar:10.11.1.1:provided [INFO] | | +- org.datanucleus:datanucleus-api-jdo:jar:3.2.6:provided [INFO] | | +- org.datanucleus:datanucleus-core:jar:3.2.10:provided [INFO] | | +- org.datanucleus:datanucleus-rdbms:jar:3.2.9:provided [INFO] | | +- commons-pool:commons-pool:jar:1.5.4:provided [INFO] | | +- commons-dbcp:commons-dbcp:jar:1.4:provided [INFO] | | +- javax.jdo:jdo-api:jar:3.0.1:provided [INFO] | | | \- javax.transaction:jta:jar:1.1:provided [INFO] | | +- org.antlr:antlr-runtime:jar:3.4:provided [INFO] | | | +- org.antlr:stringtemplate:jar:3.2.1:provided [INFO] | | | \- antlr:antlr:jar:2.7.7:provided [INFO] | | \- org.apache.thrift:libfb303:jar:0.9.0:provided <--- [INFO] | \- org.apache.hive:hive-exec:jar:1.0.0:provided [INFO] | +- org.apache.hive:hive-ant:jar:1.0.0:provided [INFO] | +- org.antlr:ST4:jar:4.0.4:provided [INFO] | +- org.apache.ant:ant:jar:1.9.1:provided [INFO] | | \- org.apache.ant:ant-launcher:jar:1.9.1:provided [INFO] | +- org.codehaus.groovy:groovy-all:jar:2.1.6:provided [INFO] | +- org.apache.calcite:calcite-core:jar:0.9.2-incubating:provided [INFO] | | +- org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.3-jhyde:provided [INFO] | | +- eigenbase:eigenbase-properties:jar:1.1.4:provided [INFO] | | +- net.hydromatic:linq4j:jar:0.4:provided [INFO] | | +- net.hydromatic:quidem:jar:0.1.1:provided [INFO] | | +- org.codehaus.janino:janino:jar:2.7.6:provided [INFO] | | \- org.codehaus.janino:commons-compiler:jar:2.7.6:provided [INFO] | +- org.apache.calcite:calcite-avatica:jar:0.9.2-incubating:provided [INFO] | +- stax:stax-api:jar:1.0.1:provided [INFO] | \- org.fusesource.jansi:jansi:jar:1.11:provided [INFO] +- org.apache.hive.hcatalog:hive-hcatalog-core:jar:1.0.0:provided [INFO] | +- org.apache.hive:hive-common:jar:1.0.0:provided [INFO] | \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] +- org.apache.hive:hive-cli:jar:1.0.0:test [INFO] | +- org.apache.hive:hive-service:jar:1.0.0:test [INFO] | | +- net.sf.jpam:jpam:jar:1.1:test [INFO] | | +- org.eclipse.jetty.aggregate:jetty-all:jar:7.6.0.v20120127:test [INFO] | | | +- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:test [INFO] | | | +- javax.mail:mail:jar:1.4.1:test <--- [INFO] | | | +- javax.activation:activation:jar:1.1:test [INFO] | | | +- org.apache.geronimo.specs:geronimo-jaspic_1.0_spec:jar:1.0:test [INFO] | | | +- org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar:1.1.1:test [INFO] | | | \- asm:asm-commons:jar:3.1:test [INFO] | | | \- asm:asm-tree:jar:3.1:test [INFO] | | \- org.apache.curator:curator-framework:jar:2.6.0:provided <--- [INFO] | | \- org.apache.curator:curator-client:jar:2.6.0:provided [INFO] | +- org.apache.hive:hive-shims:jar:1.0.0:provided [INFO] | | +- org.apache.hive.shims:hive-shims-common:jar:1.0.0:provided [INFO] | | +- org.apache.hive.shims:hive-shims-0.20:jar:1.0.0:provided [INFO] | | +- org.apache.hive.shims:hive-shims-common-secure:jar:1.0.0:provided [INFO] | | +- org.apache.hive.shims:hive-shims-0.20S:jar:1.0.0:provided [INFO] | | \- org.apache.hive.shims:hive-shims-0.23:jar:1.0.0:provided [INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile [INFO] | \- jline:jline:jar:0.9.94:provided [INFO] +- xerces:xercesImpl:jar:2.9.1:runtime [INFO] | \- xml-apis:xml-apis:jar:1.3.04:runtime [INFO] +- xalan:serializer:jar:2.7.2:runtime [INFO] +- xalan:xalan:jar:2.7.2:runtime [INFO] +- org.apache.hadoop:hadoop-common:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-annotations:jar:2.4.0:test [INFO] | | \- jdk.tools:jdk.tools:jar:1.7:system [INFO] | +- org.apache.commons:commons-math3:jar:3.1.1:test [INFO] | +- xmlenc:xmlenc:jar:0.52:test [INFO] | +- commons-httpclient:commons-httpclient:jar:3.1:provided <--- [INFO] | +- commons-net:commons-net:jar:3.1:test [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- javax.servlet:servlet-api:jar:2.5:test <--- [INFO] | +- com.sun.jersey:jersey-core:jar:1.8:test [INFO] | +- com.sun.jersey:jersey-json:jar:1.9:test [INFO] | | +- org.codehaus.jettison:jettison:jar:1.1:test [INFO] | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:test [INFO] | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:test [INFO] | | \- org.codehaus.jackson:jackson-xc:jar:1.8.3:test [INFO] | +- com.sun.jersey:jersey-server:jar:1.9:test [INFO] | | \- asm:asm:jar:3.1:test [INFO] | +- tomcat:jasper-compiler:jar:5.5.23:test <--- [INFO] | +- tomcat:jasper-runtime:jar:5.5.23:test <--- [INFO] | +- javax.servlet.jsp:jsp-api:jar:2.1:test [INFO] | +- commons-el:commons-el:jar:1.0:test [INFO] | +- net.java.dev.jets3t:jets3t:jar:0.9.0:test [INFO] | | \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:test [INFO] | +- commons-configuration:commons-configuration:jar:1.6:test [INFO] | | +- commons-digester:commons-digester:jar:1.8:test [INFO] | | | \- commons-beanutils:commons-beanutils:jar:1.7.0:test <--- [INFO] | | \- commons-beanutils:commons-beanutils-core:jar:1.8.0:test <--- [INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] | +- org.apache.hadoop:hadoop-auth:jar:2.4.0:test [INFO] | +- com.jcraft:jsch:jar:0.1.42:test [INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | +- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | \- org.tukaani:xz:jar:1.0:compile [INFO] \- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.4.0:test [INFO] +- org.apache.hadoop:hadoop-yarn-common:jar:2.4.0:test [INFO] | +- org.apache.hadoop:hadoop-yarn-api:jar:2.4.0:test [INFO] | +- javax.xml.bind:jaxb-api:jar:2.2.2:test <--- [INFO] | | \- javax.xml.stream:stax-api:jar:1.0-2:test [INFO] | +- com.google.inject:guice:jar:3.0:test [INFO] | | +- javax.inject:javax.inject:jar:1:test [INFO] | | \- aopalliance:aopalliance:jar:1.0:test [INFO] | \- com.sun.jersey.contribs:jersey-guice:jar:1.9:test [INFO] \- com.google.inject.extensions:guice-servlet:jar:3.0:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume Sources 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-sources --- [INFO] org.apache.flume:flume-ng-sources:pom:1.8.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume Scribe Source 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-scribe-source --- [INFO] org.apache.flume.flume-ng-sources:flume-scribe-source:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | \- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | \- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] +- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] \- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume JMS Source 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-jms-source --- [INFO] org.apache.flume.flume-ng-sources:flume-jms-source:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | \- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.mockito:mockito-all:jar:1.9.0:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] \- org.apache.activemq:activemq-core:jar:5.7.0:provided [INFO] +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:provided [INFO] +- org.apache.activemq:kahadb:jar:5.7.0:provided [INFO] +- org.apache.activemq.protobuf:activemq-protobuf:jar:1.1:provided [INFO] +- org.fusesource.mqtt-client:mqtt-client:jar:1.3:provided [INFO] | +- org.fusesource.hawtdispatch:hawtdispatch-transport:jar:1.11:provided [INFO] | | \- org.fusesource.hawtdispatch:hawtdispatch:jar:1.11:provided [INFO] | \- org.fusesource.hawtbuf:hawtbuf:jar:1.9:provided [INFO] +- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:provided [INFO] +- org.springframework:spring-context:jar:3.0.7.RELEASE:provided <--- [INFO] | +- org.springframework:spring-aop:jar:3.0.7.RELEASE:provided <--- [INFO] | | \- aopalliance:aopalliance:jar:1.0:provided [INFO] | +- org.springframework:spring-beans:jar:3.0.7.RELEASE:provided [INFO] | +- org.springframework:spring-core:jar:3.0.7.RELEASE:provided <--- [INFO] | +- org.springframework:spring-expression:jar:3.0.7.RELEASE:provided [INFO] | \- org.springframework:spring-asm:jar:3.0.7.RELEASE:provided [INFO] +- commons-net:commons-net:jar:3.1:provided [INFO] \- org.jasypt:jasypt:jar:1.9.0:provided [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume Twitter Source 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-twitter-source --- [INFO] org.apache.flume.flume-ng-sources:flume-twitter-source:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] | +- com.google.guava:guava:jar:11.0.2:compile [INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | +- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.twitter4j:twitter4j-core:jar:3.0.3:compile [INFO] +- org.twitter4j:twitter4j-media-support:jar:3.0.3:compile [INFO] \- org.twitter4j:twitter4j-stream:jar:3.0.3:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume Kafka Source 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-kafka-source --- [INFO] org.apache.flume.flume-ng-sources:flume-kafka-source:jar:1.8.0-SNAPSHOT [INFO] +- junit:junit:jar:4.10:compile [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] | +- com.google.guava:guava:jar:11.0.2:compile [INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | +- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.apache.flume.flume-shared:flume-shared-kafka-test:jar:1.8.0-SNAPSHOT:test [INFO] +- org.apache.kafka:kafka_2.10:jar:0.9.0.1:compile [INFO] | +- com.101tec:zkclient:jar:0.7:compile [INFO] | +- com.yammer.metrics:metrics-core:jar:2.2.0:compile [INFO] | +- org.scala-lang:scala-library:jar:2.10.5:compile [INFO] | \- net.sf.jopt-simple:jopt-simple:jar:3.2:compile [INFO] +- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | +- jline:jline:jar:0.9.94:test [INFO] | \- org.jboss.netty:netty:jar:3.2.2.Final:test [INFO] +- org.mockito:mockito-all:jar:1.9.0:test [INFO] +- org.apache.kafka:kafka-clients:jar:0.9.0.1:compile [INFO] | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | \- net.jpountz.lz4:lz4:jar:1.2.0:compile [INFO] \- org.apache.kafka:kafka_2.10:jar:test:0.9.0.1:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume Taildir Source 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-taildir-source --- [INFO] org.apache.flume.flume-ng-sources:flume-taildir-source:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] | +- com.google.guava:guava:jar:11.0.2:compile [INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | +- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] \- junit:junit:jar:4.10:test [INFO] \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building flume-kafka-channel 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-kafka-channel --- [INFO] org.apache.flume.flume-ng-channels:flume-kafka-channel:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] | +- com.google.guava:guava:jar:11.0.2:compile [INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | +- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-shared:flume-shared-kafka-test:jar:1.8.0-SNAPSHOT:test [INFO] | \- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.apache.kafka:kafka_2.10:jar:0.9.0.1:compile [INFO] | +- com.101tec:zkclient:jar:0.7:compile [INFO] | +- com.yammer.metrics:metrics-core:jar:2.2.0:compile [INFO] | +- org.scala-lang:scala-library:jar:2.10.5:compile [INFO] | +- net.sf.jopt-simple:jopt-simple:jar:3.2:compile [INFO] | \- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | +- jline:jline:jar:0.9.94:test [INFO] | \- org.jboss.netty:netty:jar:3.2.2.Final:test [INFO] +- org.apache.kafka:kafka-clients:jar:0.9.0.1:compile [INFO] | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | \- net.jpountz.lz4:lz4:jar:1.2.0:compile [INFO] \- org.apache.flume.flume-ng-sinks:flume-ng-kafka-sink:jar:tests:1.8.0-SNAPSHOT:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume legacy Sources 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-legacy-sources --- [INFO] org.apache.flume:flume-ng-legacy-sources:pom:1.8.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume legacy Avro source 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-avro-source --- [INFO] org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | \- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | \- org.tukaani:xz:jar:1.0:compile [INFO] +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] \- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume legacy Thrift Source 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-thrift-source --- [INFO] org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | \- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | \- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] +- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] \- commons-lang:commons-lang:jar:2.5:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Clients 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-clients --- [INFO] org.apache.flume:flume-ng-clients:pom:1.8.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Log4j Appender 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-log4jappender --- [INFO] org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.8.0-SNAPSHOT [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- log4j:log4j:jar:1.2.17:compile [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:test [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:test [INFO] | +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] | +- com.google.guava:guava:jar:11.0.2:test [INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:test [INFO] | +- commons-io:commons-io:jar:2.1:test [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.6.1:test [INFO] | +- commons-cli:commons-cli:jar:1.2:test [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:test [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:test [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:test [INFO] \- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Tools 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-tools --- [INFO] org.apache.flume:flume-tools:jar:1.8.0-SNAPSHOT [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | | \- org.tukaani:xz:jar:1.0:compile [INFO] | | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] | +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | | \- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | | +- commons-io:commons-io:jar:2.1:compile [INFO] | | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | | +- log4j:log4j:jar:1.2.17:compile [INFO] | | +- joda-time:joda-time:jar:2.1:compile [INFO] | | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] | +- org.mapdb:mapdb:jar:0.9.9:compile [INFO] | \- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] +- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- commons-cli:commons-cli:jar:1.2:compile [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] \- org.easytesting:fest-reflect:jar:1.4:test [INFO] \- org.easytesting:fest-util:jar:1.1.6:test [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG distribution 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-dist --- [INFO] org.apache.flume:flume-ng-dist:pom:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | \- com.google.guava:guava:jar:11.0.2:compile [INFO] | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | | \- org.tukaani:xz:jar:1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | \- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- log4j:log4j:jar:1.2.17:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.apache.flume:flume-ng-embedded-agent:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume:flume-ng-node:jar:1.8.0-SNAPSHOT:compile [INFO] | +- log4j:apache-log4j-extras:jar:1.1:compile [INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | +- org.apache.curator:curator-framework:jar:2.6.0:compile <--- [INFO] | | +- org.apache.curator:curator-client:jar:2.6.0:compile [INFO] | | \- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] | | +- jline:jline:jar:0.9.94:test [INFO] | | \- org.jboss.netty:netty:jar:3.2.2.Final:test [INFO] | \- org.apache.curator:curator-recipes:jar:2.6.0:compile [INFO] +- org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] | +- org.mapdb:mapdb:jar:0.9.9:compile [INFO] | \- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] +- org.apache.flume.flume-ng-channels:flume-spillable-memory-channel:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.8.0-SNAPSHOT:compile [INFO] | +- commons-dbcp:commons-dbcp:jar:1.4:compile [INFO] | | \- commons-pool:commons-pool:jar:1.5.4:compile [INFO] | \- org.apache.derby:derby:jar:10.11.1.1:compile [INFO] +- org.apache.flume.flume-ng-channels:flume-kafka-channel:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.kafka:kafka_2.10:jar:0.9.0.1:compile [INFO] | | +- com.101tec:zkclient:jar:0.7:compile [INFO] | | +- com.yammer.metrics:metrics-core:jar:2.2.0:compile [INFO] | | +- org.scala-lang:scala-library:jar:2.10.5:compile [INFO] | | \- net.sf.jopt-simple:jopt-simple:jar:3.2:compile [INFO] | \- org.apache.kafka:kafka-clients:jar:0.9.0.1:compile [INFO] | \- net.jpountz.lz4:lz4:jar:1.2.0:compile [INFO] +- org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.8.0-SNAPSHOT:compile [INFO] | \- org.schwering:irclib:jar:1.10:compile [INFO] +- org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.8.0-SNAPSHOT:compile [INFO] | \- org.hbase:asynchbase:jar:1.7.0:compile [INFO] | \- com.stumbleupon:async:jar:1.4.0:compile [INFO] +- org.apache.flume.flume-ng-sinks:flume-http-sink:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-sinks:flume-ng-elasticsearch-sink:jar:1.8.0-SNAPSHOT:compile [INFO] | \- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] +- org.apache.flume.flume-ng-sinks:flume-ng-morphline-solr-sink:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-sinks:flume-ng-kafka-sink:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-sources:flume-scribe-source:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-sources:flume-jms-source:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-sources:flume-twitter-source:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.twitter4j:twitter4j-core:jar:3.0.3:compile [INFO] | +- org.twitter4j:twitter4j-media-support:jar:3.0.3:compile [INFO] | \- org.twitter4j:twitter4j-stream:jar:3.0.3:compile [INFO] +- org.apache.flume.flume-ng-sources:flume-kafka-source:jar:1.8.0-SNAPSHOT:compile [INFO] | \- junit:junit:jar:4.10:compile [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:compile [INFO] +- org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-sources:flume-taildir-source:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:jar-with-dependencies:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume:flume-tools:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] +- org.apache.flume.flume-ng-sinks:flume-dataset-sink:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.kitesdk:kite-data-core:jar:1.0.0:compile [INFO] | | +- org.kitesdk:kite-hadoop-compatibility:jar:1.0.0:compile [INFO] | | +- com.twitter:parquet-avro:jar:1.4.1:compile [INFO] | | | +- com.twitter:parquet-column:jar:1.4.1:compile [INFO] | | | | +- com.twitter:parquet-common:jar:1.4.1:compile [INFO] | | | | \- com.twitter:parquet-encoding:jar:1.4.1:compile [INFO] | | | | \- com.twitter:parquet-generator:jar:1.4.1:compile [INFO] | | | +- com.twitter:parquet-hadoop:jar:1.4.1:compile [INFO] | | | | \- com.twitter:parquet-jackson:jar:1.4.1:compile [INFO] | | | \- com.twitter:parquet-format:jar:2.0.0:compile [INFO] | | +- net.sf.opencsv:opencsv:jar:2.3:compile [INFO] | | +- org.apache.commons:commons-jexl:jar:2.1.1:compile [INFO] | | \- com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile [INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile <--- [INFO] | +- org.kitesdk:kite-data-hive:jar:1.0.0:compile [INFO] | | \- com.twitter:parquet-hive-bundle:jar:1.4.1:compile [INFO] | \- org.kitesdk:kite-data-hbase:jar:1.0.0:compile [INFO] \- org.apache.flume.flume-ng-sinks:flume-hive-sink:jar:1.8.0-SNAPSHOT:compile [INFO] +- xerces:xercesImpl:jar:2.9.1:runtime [INFO] | \- xml-apis:xml-apis:jar:1.3.04:runtime [INFO] +- xalan:serializer:jar:2.7.2:runtime [INFO] \- xalan:xalan:jar:2.7.2:runtime [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Flume NG Integration Tests 1.8.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ flume-ng-tests --- [INFO] org.apache.flume:flume-ng-tests:jar:1.8.0-SNAPSHOT [INFO] +- org.apache.flume:flume-ng-core:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-sdk:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.apache.flume:flume-ng-auth:jar:1.8.0-SNAPSHOT:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.6.1:compile [INFO] | +- commons-io:commons-io:jar:2.1:compile [INFO] | +- commons-codec:commons-codec:jar:1.8:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile [INFO] | +- commons-cli:commons-cli:jar:1.2:compile [INFO] | +- commons-lang:commons-lang:jar:2.5:compile [INFO] | +- org.apache.avro:avro:jar:1.7.4:compile [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | | \- org.xerial.snappy:snappy-java:jar:1.1.0:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.4:compile [INFO] | | \- org.apache.velocity:velocity:jar:1.7:compile [INFO] | +- io.netty:netty:jar:3.9.4.Final:compile <--- [INFO] | +- joda-time:joda-time:jar:2.1:compile [INFO] | +- org.mortbay.jetty:servlet-api:jar:2.5-20110124:compile <--- [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile <--- [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile <--- [INFO] | +- com.google.code.gson:gson:jar:2.2.2:compile [INFO] | +- org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.2.1:compile <--- [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] | \- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] +- org.apache.flume:flume-ng-configuration:jar:1.8.0-SNAPSHOT:compile [INFO] +- log4j:log4j:jar:1.2.17:test [INFO] +- org.apache.commons:commons-compress:jar:1.4.1:test [INFO] | \- org.tukaani:xz:jar:1.0:test [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.apache.hadoop:hadoop-common:jar:2.4.0:compile [INFO] | +- org.apache.hadoop:hadoop-annotations:jar:2.4.0:compile [INFO] | | \- jdk.tools:jdk.tools:jar:1.7:system [INFO] | +- org.apache.commons:commons-math3:jar:3.1.1:compile [INFO] | +- xmlenc:xmlenc:jar:0.52:compile [INFO] | +- commons-httpclient:commons-httpclient:jar:3.1:compile <--- [INFO] | +- commons-net:commons-net:jar:3.1:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- javax.servlet:servlet-api:jar:2.5:compile <--- [INFO] | +- com.sun.jersey:jersey-core:jar:1.8:compile [INFO] | +- com.sun.jersey:jersey-json:jar:1.9:compile [INFO] | | +- org.codehaus.jettison:jettison:jar:1.1:compile [INFO] | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile [INFO] | | | \- javax.xml.bind:jaxb-api:jar:2.2.2:compile <--- [INFO] | | | +- javax.xml.stream:stax-api:jar:1.0-2:compile [INFO] | | | \- javax.activation:activation:jar:1.1:compile [INFO] | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:compile [INFO] | | \- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile [INFO] | +- com.sun.jersey:jersey-server:jar:1.9:compile [INFO] | | \- asm:asm:jar:3.1:compile [INFO] | +- tomcat:jasper-compiler:jar:5.5.23:runtime <--- [INFO] | +- tomcat:jasper-runtime:jar:5.5.23:runtime <--- [INFO] | +- javax.servlet.jsp:jsp-api:jar:2.1:runtime [INFO] | +- commons-el:commons-el:jar:1.0:runtime [INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile [INFO] | +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile [INFO] | | \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile [INFO] | +- commons-configuration:commons-configuration:jar:1.6: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.codehaus.jackson:jackson-core-asl:jar:1.9.3:compile <--- [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.3:compile [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile [INFO] | +- org.apache.hadoop:hadoop-auth:jar:2.4.0:compile [INFO] | +- com.jcraft:jsch:jar:0.1.42:compile [INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | \- org.apache.zookeeper:zookeeper:jar:3.4.5:test [INFO] \- com.google.guava:guava:jar:11.0.2:compile [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Flume checkstyle project ........................... SUCCESS [ 0.552 s] [INFO] Apache Flume ....................................... SUCCESS [ 0.031 s] [INFO] Flume NG SDK ....................................... SUCCESS [ 0.099 s] [INFO] Flume NG Configuration ............................. SUCCESS [ 0.031 s] [INFO] Flume Auth ......................................... SUCCESS [ 0.660 s] [INFO] Flume NG Core ...................................... SUCCESS [ 0.042 s] [INFO] Flume NG Sinks ..................................... SUCCESS [ 0.003 s] [INFO] Flume NG HDFS Sink ................................. SUCCESS [ 0.120 s] [INFO] Flume NG IRC Sink .................................. SUCCESS [ 0.020 s] [INFO] Flume NG Channels .................................. SUCCESS [ 0.002 s] [INFO] Flume NG JDBC channel .............................. SUCCESS [ 0.023 s] [INFO] Flume NG file-based channel ........................ SUCCESS [ 0.050 s] [INFO] Flume NG Spillable Memory channel .................. SUCCESS [ 0.024 s] [INFO] Flume NG Node ...................................... SUCCESS [ 0.056 s] [INFO] Flume NG Embedded Agent ............................ SUCCESS [ 0.041 s] [INFO] Flume NG HBase Sink ................................ SUCCESS [ 0.245 s] [INFO] Flume NG ElasticSearch Sink ........................ SUCCESS [ 0.037 s] [INFO] Flume NG Morphline Solr Sink ....................... SUCCESS [ 0.233 s] [INFO] Flume Shared Utils ................................. SUCCESS [ 0.002 s] [INFO] Flume Shared Kafka Test Utils ...................... SUCCESS [ 0.018 s] [INFO] Flume Kafka Sink ................................... SUCCESS [ 0.016 s] [INFO] Flume HTTP/S Sink .................................. SUCCESS [ 0.025 s] [INFO] Flume NG Kite Dataset Sink ......................... SUCCESS [ 0.089 s] [INFO] Flume NG Hive Sink ................................. SUCCESS [ 0.086 s] [INFO] Flume Sources ...................................... SUCCESS [ 0.008 s] [INFO] Flume Scribe Source ................................ SUCCESS [ 0.021 s] [INFO] Flume JMS Source ................................... SUCCESS [ 0.060 s] [INFO] Flume Twitter Source ............................... SUCCESS [ 0.023 s] [INFO] Flume Kafka Source ................................. SUCCESS [ 0.025 s] [INFO] Flume Taildir Source ............................... SUCCESS [ 0.014 s] [INFO] flume-kafka-channel ................................ SUCCESS [ 0.016 s] [INFO] Flume legacy Sources ............................... SUCCESS [ 0.002 s] [INFO] Flume legacy Avro source ........................... SUCCESS [ 0.012 s] [INFO] Flume legacy Thrift Source ......................... SUCCESS [ 0.016 s] [INFO] Flume NG Clients ................................... SUCCESS [ 0.006 s] [INFO] Flume NG Log4j Appender ............................ SUCCESS [ 0.020 s] [INFO] Flume NG Tools ..................................... SUCCESS [ 0.020 s] [INFO] Flume NG distribution .............................. SUCCESS [ 0.080 s] [INFO] Flume NG Integration Tests ......................... SUCCESS [ 0.020 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.036 s [INFO] Finished at: 2017-07-05T10:37:16-07:00 [INFO] Final Memory: 55M/662M [INFO] ------------------------------------------------------------------------ On Tue, Jul 4, 2017 at 3:49 AM, Attila Simon <s...@cloudera.com> wrote: > Hi, > > My colleague made a through analysis on our library dependencies and > classified them using the following notation: > > > G = Good - we're on the latest version > M = Mostly good - we're only a patch version behind > O = Old - not on latest version, but on same major version > B = Bad - one or more major versions behind - you may want to strongly > consider upgrading > S = Security - potential security vulnerability reported against this or a > newer version > A = Abandonware - no longer supported in any form - these must be addressed > ? = Needs further research > > > As a result I would like to create a jira for each upgrade to track the > Security vulnerability categories so please expect some noise from that > direction today and tomorrow. (If we can make a good progress there then we > can continue with the A,B,O,M categories later) > > > I'll somehow collect these into an epic or umbrella jira or label (if no > suggestion then I would pick one of them) including the existing library > upgrade jiras (eg FLUME-2914 > <https://issues.apache.org/jira/browse/FLUME-2914>) > > So the candidates for this iteration are the following. I think what we > should consider (will be part of the description of the newly created > jiras) is > - double check the existence of security vulnerability and > - double check the newest version. > - We might also want to consider to remove a dependency if better > alternative is available. > - check whether the lib change would introduce a backward incompatibility > (I think that would be marked as a label "breaking-change" and a fix > version for flume-ng 2.0.0) > > Group Artifact Version used Version(s) available at search.maven.org > com.fasterxml.jackson.core jackson-core 2.3.1 2.8.1, > commons-beanutils commons-beanutils 1.7.0 1.9.2 > commons-beanutils commons-beanutils-core 1.8.0 1.8.3, > commons-daemon commons-daemon 1.0.13 1.0.15 > commons-httpclient commons-httpclient 3.1, 3.0.1 4.5.2 > io.netty netty 3.2.2.Final, 3.9.4.Final 4.1.4 > javax.mail mail 1.4.1 1.5.0-b01, > javax.servlet servlet-api 2.5 3.0-alpha-1, 2.5 > javax.xml.bind jaxb-api 2.2.2 2.2.12, > org.apache.curator curator-framework 2.6.0 3.2.0, > org.apache.htrace htrace-core 3.1.0-incubating 4.0.0-incubating, > org.apache.httpcomponents httpclient 4.2.1 4.5.2, > org.apache.httpcomponents httpmime 4.2.5 4.5.2, > org.apache.james apache-mime4j-core 0.7.2 0.7.2, > org.apache.pdfbox fontbox 1.8.4 2.0.2, > org.apache.poi poi 3.10-beta2 3.15-beta2, > org.apache.poi poi-ooxml 3.10-beta2 3.15-beta2, > org.apache.poi poi-scratchpad 3.10-beta2 3.15-beta2, > org.apache.thrift libfb303 0.9.0 0.9.3, > org.bouncycastle bcprov-jdk15 1.45 1.46, > org.codehaus.jackson jackson-core-asl 1.9.3 1.9.13, > org.mortbay.jetty jetty 6.1.26 7.0.0.pre5, > org.mortbay.jetty jetty-util 6.1.26 7.0.0.pre5, > org.mortbay.jetty servlet-api 2.5-20110124 3.0.20100224, > org.restlet.jee org.restlet 2.1.1 2.3.4 > org.springframework spring-aop 3.0.7.RELEASE 4.3.2.RELEASE, > org.springframework spring-context 3.0.7.RELEASE 4.3.2.RELEASE, > org.springframework spring-core 3.0.7.RELEASE 4.3.2.RELEASE, > tomcat jasper-compiler 5.5.23 5.5.23, > tomcat jasper-runtime 5.5.23 5.5.23, > > Comments are very welcomed. > > Cheers, > Attila > > > *Attila Simon* > Software Engineer > Email: s...@cloudera.com > > [image: Cloudera Inc.] >