Skip to content

Instantly share code, notes, and snippets.

@farizrahman4u
Created March 18, 2018 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farizrahman4u/2032050ab255794cdbaec8a0c6d2573e to your computer and use it in GitHub Desktop.
Save farizrahman4u/2032050ab255794cdbaec8a0c6d2573e to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] nd4j
[INFO] nd4j-shade
[INFO] jackson
[INFO] nd4j-common
[INFO] nd4j-context
[INFO] nd4j-buffer
[INFO] nd4j-backends
[INFO] nd4j-api-parent
[INFO] nd4j-api
[INFO] nd4j-jdbc
[INFO] nd4j-jdbc-api
[INFO] nd4j-jdbc-mysql
[INFO] nd4j-backend-impls
[INFO] nd4j-native-api
[INFO] nd4j-serde
[INFO] nd4j-base64
[INFO] nd4j-jackson
[INFO] nd4j-native
[INFO] nd4j-jdbc-hsql
[INFO] nd4j-instrumentation
[INFO] nd4j-perf
[INFO] nd4j-aeron
[INFO] nd4j-kryo
[INFO] nd4j-camel-routes
[INFO] nd4j-kafka
[INFO] nd4j-gson
[INFO] nd4j-jackson-reflectionloader
[INFO] nd4j-tests
[INFO] nd4j-native-platform
[INFO] nd4j-cuda
[INFO] nd4j-cuda-platform
[INFO] nd4j-parameter-server-parent
[INFO] nd4j-parameter-server-model
[INFO] nd4j-parameter-server
[INFO] nd4j-parameter-server-status
[INFO] nd4j-parameter-server-client
[INFO] nd4j-parameter-server-rocksdb-storage
[INFO] nd4j-parameter-server-node
[INFO] nd4j-uberjar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j ---
[INFO] org.nd4j:nd4j:pom:0.9.2-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-shade 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-shade ---
[INFO] org.nd4j:nd4j-shade:pom:0.9.2-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jackson 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.0.0:tree (default-cli) @ jackson ---
[INFO] org.nd4j:jackson:jar:0.9.2-SNAPSHOT
[INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] \- joda-time:joda-time:jar:2.2:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-common 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-common ---
[INFO] org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | \- joda-time:joda-time:jar:2.2:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- com.google.guava:guava:jar:20.0:compile
[INFO] | \- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] +- commons-io:commons-io:jar:2.4:compile
[INFO] +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] +- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | \- org.objenesis:objenesis:jar:2.6:compile
[INFO] \- org.projectlombok:lombok:jar:1.16.18:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-context 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-context ---
[INFO] org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT
[INFO] \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | \- joda-time:joda-time:jar:2.2:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- com.google.guava:guava:jar:20.0:compile
[INFO] | \- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] +- commons-io:commons-io:jar:2.4:compile
[INFO] +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] +- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | \- org.objenesis:objenesis:jar:2.6:compile
[INFO] \- org.projectlombok:lombok:jar:1.16.18:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-buffer 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-buffer ---
[INFO] org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | \- joda-time:joda-time:jar:2.2:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.reflections:reflections:jar:0.9.10:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | +- commons-io:commons-io:jar:2.4:compile
[INFO] | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | \- org.objenesis:objenesis:jar:2.6:compile
[INFO] +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] \- org.projectlombok:lombok:jar:1.16.18:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-backends 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-backends ---
[INFO] org.nd4j:nd4j-backends:pom:0.9.2-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-api-parent 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-api-parent ---
[INFO] org.nd4j:nd4j-api-parent:pom:0.9.2-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-api 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-api ---
[INFO] org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT
[INFO] +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | +- com.google.guava:guava:jar:20.0:compile
[INFO] | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- ch.qos.logback:logback-classic:jar:1.1.2:test
[INFO] +- ch.qos.logback:logback-core:jar:1.1.2:test
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | \- joda-time:joda-time:jar:2.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- commons-io:commons-io:jar:2.4:compile
[INFO] | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] \- org.reflections:reflections:jar:0.9.10:compile
[INFO] +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-jdbc 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-jdbc ---
[INFO] org.nd4j:nd4j-jdbc:pom:0.9.2-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-jdbc-api 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-jdbc-api ---
[INFO] org.nd4j:nd4j-jdbc-api:jar:0.9.2-SNAPSHOT
[INFO] +- com.mchange:c3p0:jar:0.9.5-pre5:compile
[INFO] | \- com.mchange:mchange-commons-java:jar:0.2.6.2:compile
[INFO] \- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | +- com.google.guava:guava:jar:20.0:compile
[INFO] | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | \- joda-time:joda-time:jar:2.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- commons-io:commons-io:jar:2.4:compile
[INFO] | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] \- org.reflections:reflections:jar:0.9.10:compile
[INFO] +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-jdbc-mysql 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-jdbc-mysql ---
[INFO] org.nd4j:nd4j-jdbc-mysql:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-jdbc-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- com.mchange:c3p0:jar:0.9.5-pre5:compile
[INFO] | | \- com.mchange:mchange-commons-java:jar:0.2.6.2:compile
[INFO] | \- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | \- joda-time:joda-time:jar:2.2:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] \- junit:junit:jar:4.12:test
[INFO] \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-backend-impls 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-backend-impls ---
[INFO] org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-native-api 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-native-api ---
[INFO] org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | \- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | \- joda-time:joda-time:jar:2.2:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-serde 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-serde ---
[INFO] org.nd4j:nd4j-serde:pom:0.9.2-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-base64 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-base64 ---
[INFO] org.nd4j:nd4j-base64:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | \- joda-time:joda-time:jar:2.2:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] \- commons-net:commons-net:jar:3.1:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-jackson 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-jackson ---
[INFO] org.nd4j:nd4j-jackson:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-base64:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- commons-net:commons-net:jar:3.1:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:provided
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:provided
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:provided
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:provided
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:provided
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:provided
[INFO] | | +- com.google.guava:guava:jar:20.0:provided
[INFO] | | \- com.google.code.gson:gson:jar:2.7:provided
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:provided
[INFO] | | \- org.objenesis:objenesis:jar:2.1:provided
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:provided
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:provided
[INFO] | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:provided
[INFO] | | \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:provided
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:provided
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:provided
[INFO] | | +- commons-io:commons-io:jar:2.4:provided
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:provided
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:provided
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:provided
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:provided
[INFO] | \- org.reflections:reflections:jar:0.9.10:provided
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:provided
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:provided
[INFO] \- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] \- joda-time:joda-time:jar:2.2:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-native 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-native ---
[INFO] org.nd4j:nd4j-native:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:compile
[INFO] +- org.springframework:spring-core:jar:5.0.2.RELEASE:test
[INFO] | \- org.springframework:spring-jcl:jar:5.0.2.RELEASE:test
[INFO] +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] +- org.bytedeco.javacpp-presets:openblas:jar:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] +- org.bytedeco.javacpp-presets:openblas:jar:windows-x86_64:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] +- org.bytedeco.javacpp-presets:mkl:jar:2018.1-1.4:compile
[INFO] +- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | \- joda-time:joda-time:jar:2.2:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.nd4j:nd4j-base64:jar:0.9.2-SNAPSHOT:test
[INFO] | \- commons-net:commons-net:jar:3.1:test
[INFO] +- org.nd4j:nd4j-jackson:jar:0.9.2-SNAPSHOT:test
[INFO] \- ch.qos.logback:logback-classic:jar:1.1.2:test
[INFO] \- ch.qos.logback:logback-core:jar:1.1.2:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-jdbc-hsql 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-jdbc-hsql ---
[INFO] org.nd4j:nd4j-jdbc-hsql:jar:0.9.2-SNAPSHOT
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.nd4j:nd4j-native:jar:0.9.2-SNAPSHOT:test
[INFO] | +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:test
[INFO] | +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:windows-x86_64:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:2018.1-1.4:test
[INFO] | +- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:test
[INFO] | | \- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | \- joda-time:joda-time:jar:2.2:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] +- commons-dbutils:commons-dbutils:jar:1.7:test
[INFO] +- org.nd4j:nd4j-jdbc-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- com.mchange:c3p0:jar:0.9.5-pre5:compile
[INFO] | \- com.mchange:mchange-commons-java:jar:0.2.6.2:compile
[INFO] \- org.hsqldb:hsqldb:jar:2.4.0:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-instrumentation 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-instrumentation ---
[INFO] org.nd4j:nd4j-instrumentation:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] \- io.dropwizard:dropwizard-core:jar:0.8.0:compile
[INFO] +- io.dropwizard:dropwizard-util:jar:0.8.0:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | \- joda-time:joda-time:jar:2.7:compile
[INFO] +- io.dropwizard:dropwizard-jackson:jar:0.8.0:compile
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk7:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-guava:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.module:jackson-module-afterburner:jar:2.5.1:compile
[INFO] | \- ch.qos.logback:logback-classic:jar:1.1.2:compile
[INFO] +- io.dropwizard:dropwizard-validation:jar:0.8.0:compile
[INFO] | +- org.hibernate:hibernate-validator:jar:5.1.3.Final:compile
[INFO] | | +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
[INFO] | | \- com.fasterxml:classmate:jar:1.0.0:compile
[INFO] | \- org.glassfish:javax.el:jar:3.0.0:compile
[INFO] +- io.dropwizard:dropwizard-configuration:jar:0.8.0:compile
[INFO] | \- org.apache.commons:commons-lang3:jar:3.3.2:compile
[INFO] +- io.dropwizard:dropwizard-logging:jar:0.8.0:compile
[INFO] | +- io.dropwizard.metrics:metrics-logback:jar:3.1.0:compile
[INFO] | +- org.slf4j:jul-to-slf4j:jar:1.7.10:compile
[INFO] | +- ch.qos.logback:logback-core:jar:1.1.2:compile
[INFO] | +- org.slf4j:jcl-over-slf4j:jar:1.7.10:compile
[INFO] | \- org.eclipse.jetty:jetty-util:jar:9.2.9.v20150224:compile
[INFO] +- io.dropwizard:dropwizard-metrics:jar:0.8.0:compile
[INFO] +- io.dropwizard:dropwizard-jersey:jar:0.8.0:compile
[INFO] | +- org.glassfish.jersey.core:jersey-server:jar:2.16:compile
[INFO] | | +- org.glassfish.jersey.core:jersey-common:jar:2.16:compile
[INFO] | | | +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.16:compile
[INFO] | | | \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:compile
[INFO] | | +- org.glassfish.jersey.core:jersey-client:jar:2.16:compile
[INFO] | | +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[INFO] | | +- org.glassfish.jersey.media:jersey-media-jaxb:jar:2.16:compile
[INFO] | | +- javax.annotation:javax.annotation-api:jar:1.2:compile
[INFO] | | +- org.glassfish.hk2:hk2-api:jar:2.4.0-b09:compile
[INFO] | | | +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b09:compile
[INFO] | | | \- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b09:compile
[INFO] | | +- org.glassfish.hk2.external:javax.inject:jar:2.4.0-b09:compile
[INFO] | | \- org.glassfish.hk2:hk2-locator:jar:2.4.0-b09:compile
[INFO] | +- org.glassfish.jersey.ext:jersey-metainf-services:jar:2.16:compile
[INFO] | +- io.dropwizard.metrics:metrics-jersey2:jar:3.1.0:compile
[INFO] | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.5.1:compile
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.5.1:compile
[INFO] | +- org.glassfish.jersey.containers:jersey-container-servlet:jar:2.16:compile
[INFO] | | \- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.16:compile
[INFO] | +- org.eclipse.jetty:jetty-server:jar:9.2.9.v20150224:compile
[INFO] | | +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] | | \- org.eclipse.jetty:jetty-io:jar:9.2.9.v20150224:compile
[INFO] | +- org.eclipse.jetty:jetty-webapp:jar:9.2.9.v20150224:compile
[INFO] | | \- org.eclipse.jetty:jetty-xml:jar:9.2.9.v20150224:compile
[INFO] | \- org.eclipse.jetty:jetty-continuation:jar:9.2.9.v20150224:compile
[INFO] +- io.dropwizard:dropwizard-servlets:jar:0.8.0:compile
[INFO] | \- io.dropwizard.metrics:metrics-annotation:jar:3.1.0:compile
[INFO] +- io.dropwizard:dropwizard-jetty:jar:0.8.0:compile
[INFO] | +- io.dropwizard.metrics:metrics-jetty9:jar:3.1.0:compile
[INFO] | +- org.eclipse.jetty:jetty-servlet:jar:9.2.9.v20150224:compile
[INFO] | | \- org.eclipse.jetty:jetty-security:jar:9.2.9.v20150224:compile
[INFO] | +- org.eclipse.jetty:jetty-servlets:jar:9.2.9.v20150224:compile
[INFO] | \- org.eclipse.jetty:jetty-http:jar:9.2.9.v20150224:compile
[INFO] +- io.dropwizard:dropwizard-lifecycle:jar:0.8.0:compile
[INFO] +- io.dropwizard.metrics:metrics-core:jar:3.1.0:compile
[INFO] +- io.dropwizard.metrics:metrics-jvm:jar:3.1.0:compile
[INFO] +- io.dropwizard.metrics:metrics-servlets:jar:3.1.0:compile
[INFO] | \- io.dropwizard.metrics:metrics-json:jar:3.1.0:compile
[INFO] +- io.dropwizard.metrics:metrics-healthchecks:jar:3.1.0:compile
[INFO] +- net.sourceforge.argparse4j:argparse4j:jar:0.4.4:compile
[INFO] \- org.eclipse.jetty.toolchain.setuid:jetty-setuid-java:jar:1.0.2:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-perf 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-perf ---
[INFO] org.nd4j:nd4j-perf:jar:0.9.2-SNAPSHOT
[INFO] +- args4j:args4j:jar:2.32:compile
[INFO] \- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | +- com.google.guava:guava:jar:20.0:compile
[INFO] | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | \- joda-time:joda-time:jar:2.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- commons-io:commons-io:jar:2.4:compile
[INFO] | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] \- org.reflections:reflections:jar:0.9.10:compile
[INFO] +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-aeron 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-aeron ---
[INFO] org.nd4j:nd4j-aeron:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-native:jar:0.9.2-SNAPSHOT:test
[INFO] | +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:test
[INFO] | +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:windows-x86_64:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:2018.1-1.4:test
[INFO] | \- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:test
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | \- joda-time:joda-time:jar:2.2:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] +- io.aeron:aeron-all:jar:1.0.4:compile
[INFO] \- junit:junit:jar:4.12:test
[INFO] \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-kryo 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-kryo_2.11 ---
[INFO] org.nd4j:nd4j-kryo_2.11:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | \- joda-time:joda-time:jar:2.2:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] +- de.javakaffee:kryo-serializers:jar:0.41:compile
[INFO] | \- com.esotericsoftware:kryo:jar:4.0.0:compile
[INFO] | +- com.esotericsoftware:reflectasm:jar:1.11.3:compile
[INFO] | | \- org.ow2.asm:asm:jar:5.0.4:compile
[INFO] | \- com.esotericsoftware:minlog:jar:1.3.0:compile
[INFO] +- org.apache.spark:spark-core_2.11:jar:1.6.3:provided
[INFO] | +- org.apache.avro:avro-mapred:jar:hadoop2:1.7.7:provided
[INFO] | | +- org.apache.avro:avro-ipc:jar:1.7.7:provided
[INFO] | | | \- org.apache.avro:avro:jar:1.7.7:provided
[INFO] | | +- org.apache.avro:avro-ipc:jar:tests:1.7.7:provided
[INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:provided
[INFO] | | \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:provided
[INFO] | +- com.twitter:chill_2.11:jar:0.5.0:provided
[INFO] | | \- com.esotericsoftware.kryo:kryo:jar:2.21:provided
[INFO] | | +- com.esotericsoftware.reflectasm:reflectasm:jar:shaded:1.07:provided
[INFO] | | \- com.esotericsoftware.minlog:minlog:jar:1.2:provided
[INFO] | +- com.twitter:chill-java:jar:0.5.0:provided
[INFO] | +- org.apache.xbean:xbean-asm5-shaded:jar:4.4:provided
[INFO] | +- org.apache.hadoop:hadoop-client:jar:2.2.0:provided
[INFO] | | +- org.apache.hadoop:hadoop-common:jar:2.2.0:provided
[INFO] | | | +- commons-cli:commons-cli:jar:1.2:provided
[INFO] | | | +- org.apache.commons:commons-math:jar:2.1:provided
[INFO] | | | +- xmlenc:xmlenc:jar:0.52:provided
[INFO] | | | +- commons-configuration:commons-configuration:jar:1.6:provided
[INFO] | | | | +- commons-collections:commons-collections:jar:3.2.1:provided
[INFO] | | | | +- commons-digester:commons-digester:jar:1.8:provided
[INFO] | | | | | \- commons-beanutils:commons-beanutils:jar:1.7.0:provided
[INFO] | | | | \- commons-beanutils:commons-beanutils-core:jar:1.8.0:provided
[INFO] | | | \- org.apache.hadoop:hadoop-auth:jar:2.2.0:provided
[INFO] | | +- org.apache.hadoop:hadoop-hdfs:jar:2.2.0:provided
[INFO] | | | \- org.mortbay.jetty:jetty-util:jar:6.1.26:provided
[INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.2.0:provided
[INFO] | | | +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.2.0:provided
[INFO] | | | | +- org.apache.hadoop:hadoop-yarn-client:jar:2.2.0:provided
[INFO] | | | | | +- com.google.inject:guice:jar:3.0:provided
[INFO] | | | | | | +- javax.inject:javax.inject:jar:1:provided
[INFO] | | | | | | \- aopalliance:aopalliance:jar:1.0:provided
[INFO] | | | | | +- com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly2:jar:1.9:provided
[INFO] | | | | | | +- com.sun.jersey.jersey-test-framework:jersey-test-framework-core:jar:1.9:provided
[INFO] | | | | | | | +- javax.servlet:javax.servlet-api:jar:3.0.1:provided
[INFO] | | | | | | | \- com.sun.jersey:jersey-client:jar:1.9:provided
[INFO] | | | | | | \- com.sun.jersey:jersey-grizzly2:jar:1.9:provided
[INFO] | | | | | | +- org.glassfish.grizzly:grizzly-http:jar:2.1.2:provided
[INFO] | | | | | | | \- org.glassfish.grizzly:grizzly-framework:jar:2.1.2:provided
[INFO] | | | | | | | \- org.glassfish.gmbal:gmbal-api-only:jar:3.0.0-b023:provided
[INFO] | | | | | | | \- org.glassfish.external:management-api:jar:3.0.0-b012:provided
[INFO] | | | | | | +- org.glassfish.grizzly:grizzly-http-server:jar:2.1.2:provided
[INFO] | | | | | | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.1.2:provided
[INFO] | | | | | | +- org.glassfish.grizzly:grizzly-http-servlet:jar:2.1.2:provided
[INFO] | | | | | | \- org.glassfish:javax.servlet:jar:3.1:provided
[INFO] | | | | | +- com.sun.jersey:jersey-json:jar:1.9:provided
[INFO] | | | | | | +- org.codehaus.jettison:jettison:jar:1.1:provided
[INFO] | | | | | | | \- stax:stax-api:jar:1.0.1:provided
[INFO] | | | | | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:provided
[INFO] | | | | | | | \- javax.xml.bind:jaxb-api:jar:2.2.2:provided
[INFO] | | | | | | | \- javax.activation:activation:jar:1.1:provided
[INFO] | | | | | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:provided
[INFO] | | | | | | \- org.codehaus.jackson:jackson-xc:jar:1.8.3:provided
[INFO] | | | | | \- com.sun.jersey.contribs:jersey-guice:jar:1.9:provided
[INFO] | | | | \- org.apache.hadoop:hadoop-yarn-server-common:jar:2.2.0:provided
[INFO] | | | \- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.2.0:provided
[INFO] | | +- org.apache.hadoop:hadoop-yarn-api:jar:2.2.0:provided
[INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.2.0:provided
[INFO] | | | \- org.apache.hadoop:hadoop-yarn-common:jar:2.2.0:provided
[INFO] | | +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.2.0:provided
[INFO] | | \- org.apache.hadoop:hadoop-annotations:jar:2.2.0:provided
[INFO] | +- org.apache.spark:spark-launcher_2.11:jar:1.6.3:provided
[INFO] | +- org.apache.spark:spark-network-common_2.11:jar:1.6.3:provided
[INFO] | +- org.apache.spark:spark-network-shuffle_2.11:jar:1.6.3:provided
[INFO] | | +- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:provided
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.4:compile
[INFO] | +- org.apache.spark:spark-unsafe_2.11:jar:1.6.3:provided
[INFO] | +- net.java.dev.jets3t:jets3t:jar:0.7.1:provided
[INFO] | | +- commons-codec:commons-codec:jar:1.3:provided
[INFO] | | \- commons-httpclient:commons-httpclient:jar:3.1:provided
[INFO] | +- org.apache.curator:curator-recipes:jar:2.4.0:provided
[INFO] | | +- org.apache.curator:curator-framework:jar:2.4.0:provided
[INFO] | | | \- org.apache.curator:curator-client:jar:2.4.0:provided
[INFO] | | \- org.apache.zookeeper:zookeeper:jar:3.4.5:provided
[INFO] | | \- jline:jline:jar:0.9.94:provided
[INFO] | +- org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:provided
[INFO] | +- org.apache.commons:commons-lang3:jar:3.3.2:compile
[INFO] | +- org.slf4j:jul-to-slf4j:jar:1.7.10:provided
[INFO] | +- org.slf4j:jcl-over-slf4j:jar:1.7.10:provided
[INFO] | +- log4j:log4j:jar:1.2.17:provided
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.10:provided
[INFO] | +- com.ning:compress-lzf:jar:1.0.3:provided
[INFO] | +- org.xerial.snappy:snappy-java:jar:1.1.2.6:provided
[INFO] | +- net.jpountz.lz4:lz4:jar:1.3.0:provided
[INFO] | +- org.roaringbitmap:RoaringBitmap:jar:0.5.11:provided
[INFO] | +- commons-net:commons-net:jar:2.2:provided
[INFO] | +- com.typesafe.akka:akka-remote_2.11:jar:2.3.11:provided
[INFO] | | +- com.typesafe.akka:akka-actor_2.11:jar:2.3.11:provided
[INFO] | | | \- com.typesafe:config:jar:1.2.1:provided
[INFO] | | +- io.netty:netty:jar:3.8.0.Final:provided
[INFO] | | +- com.google.protobuf:protobuf-java:jar:2.5.0:provided
[INFO] | | \- org.uncommons.maths:uncommons-maths:jar:1.2.2a:provided
[INFO] | +- com.typesafe.akka:akka-slf4j_2.11:jar:2.3.11:provided
[INFO] | +- org.scala-lang:scala-library:jar:2.11.7:provided
[INFO] | +- org.json4s:json4s-jackson_2.11:jar:3.2.10:provided
[INFO] | | \- org.json4s:json4s-core_2.11:jar:3.2.10:provided
[INFO] | | +- org.json4s:json4s-ast_2.11:jar:3.2.10:provided
[INFO] | | \- org.scala-lang:scalap:jar:2.11.0:provided
[INFO] | | \- org.scala-lang:scala-compiler:jar:2.11.0:provided
[INFO] | | +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.1:provided
[INFO] | | \- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.1:provided
[INFO] | +- com.sun.jersey:jersey-server:jar:1.9:provided
[INFO] | | \- asm:asm:jar:3.1:provided
[INFO] | +- com.sun.jersey:jersey-core:jar:1.9:provided
[INFO] | +- org.apache.mesos:mesos:jar:shaded-protobuf:0.21.1:provided
[INFO] | +- io.netty:netty-all:jar:4.0.29.Final:provided
[INFO] | +- com.clearspring.analytics:stream:jar:2.7.0:provided
[INFO] | +- io.dropwizard.metrics:metrics-core:jar:3.1.2:provided
[INFO] | +- io.dropwizard.metrics:metrics-jvm:jar:3.1.2:provided
[INFO] | +- io.dropwizard.metrics:metrics-json:jar:3.1.2:provided
[INFO] | +- io.dropwizard.metrics:metrics-graphite:jar:3.1.2:provided
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:compile
[INFO] | +- com.fasterxml.jackson.module:jackson-module-scala_2.11:jar:2.4.4:provided
[INFO] | | +- org.scala-lang:scala-reflect:jar:2.11.2:provided
[INFO] | | \- com.thoughtworks.paranamer:paranamer:jar:2.6:provided
[INFO] | +- org.apache.ivy:ivy:jar:2.4.0:provided
[INFO] | +- oro:oro:jar:2.0.8:provided
[INFO] | +- org.tachyonproject:tachyon-client:jar:0.8.2:provided
[INFO] | | +- commons-lang:commons-lang:jar:2.4:provided
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- org.tachyonproject:tachyon-underfs-hdfs:jar:0.8.2:provided
[INFO] | | +- org.tachyonproject:tachyon-underfs-s3:jar:0.8.2:provided
[INFO] | | \- org.tachyonproject:tachyon-underfs-local:jar:0.8.2:provided
[INFO] | +- net.razorvine:pyrolite:jar:4.9:provided
[INFO] | +- net.sf.py4j:py4j:jar:0.9:provided
[INFO] | \- org.spark-project.spark:unused:jar:1.0.0:provided
[INFO] +- org.nd4j:nd4j-native:jar:0.9.2-SNAPSHOT:test
[INFO] | +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:test
[INFO] | +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:windows-x86_64:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:2018.1-1.4:test
[INFO] | \- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:test
[INFO] \- junit:junit:jar:4.12:test
[INFO] \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-camel-routes 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-camel-routes ---
[INFO] org.nd4j:nd4j-camel-routes:pom:0.9.2-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-kafka 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-kafka_2.11 ---
[INFO] org.nd4j:nd4j-kafka_2.11:jar:0.9.2-SNAPSHOT
[INFO] +- org.apache.camel:camel-kafka:jar:2.16.3:compile
[INFO] | +- org.apache.camel:camel-core:jar:2.16.3:compile
[INFO] | | \- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.apache.kafka:kafka_2.11:jar:0.8.2.2:compile
[INFO] | | +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.2:compile
[INFO] | | +- com.yammer.metrics:metrics-core:jar:2.2.0:compile
[INFO] | | +- net.sf.jopt-simple:jopt-simple:jar:3.2:compile
[INFO] | | +- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.2:compile
[INFO] | | +- com.101tec:zkclient:jar:0.3:compile
[INFO] | | | \- log4j:log4j:jar:1.2.14:compile
[INFO] | | +- org.apache.kafka:kafka-clients:jar:0.8.2.2:compile
[INFO] | | | +- org.xerial.snappy:snappy-java:jar:1.1.1.7:compile
[INFO] | | | \- net.jpountz.lz4:lz4:jar:1.2.0:compile
[INFO] | | \- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
[INFO] | | +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
[INFO] | | +- jline:jline:jar:0.9.94:compile
[INFO] | | | \- junit:junit:jar:4.12:test
[INFO] | | | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] | | \- io.netty:netty:jar:3.7.0.Final:compile
[INFO] | +- com.sun.xml.bind:jaxb-core:jar:2.2.11:compile
[INFO] | \- com.sun.xml.bind:jaxb-impl:jar:2.2.11:compile
[INFO] \- org.nd4j:nd4j-base64:jar:0.9.2-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | \- joda-time:joda-time:jar:2.2:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] \- commons-net:commons-net:jar:3.1:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-gson 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-gson ---
[INFO] org.nd4j:nd4j-gson:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:provided
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:provided
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:provided
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:provided
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:provided
[INFO] | | \- com.google.guava:guava:jar:20.0:provided
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:provided
[INFO] | | \- org.objenesis:objenesis:jar:2.1:provided
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:provided
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:provided
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:provided
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:provided
[INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:provided
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:provided
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:provided
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:provided
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:provided
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:provided
[INFO] | | \- joda-time:joda-time:jar:2.2:provided
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:provided
[INFO] | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:provided
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:provided
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:provided
[INFO] | | +- commons-io:commons-io:jar:2.4:provided
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:provided
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:provided
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:provided
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:provided
[INFO] | \- org.reflections:reflections:jar:0.9.10:provided
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:provided
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:provided
[INFO] +- com.google.code.gson:gson:jar:2.8.0:provided
[INFO] +- org.nd4j:nd4j-native:jar:0.9.2-SNAPSHOT:test
[INFO] | +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:test
[INFO] | +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:provided
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:windows-x86_64:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:2018.1-1.4:test
[INFO] | \- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:test
[INFO] \- junit:junit:jar:4.12:test
[INFO] \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-jackson-reflectionloader 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-jackson-reflectionloader ---
[INFO] org.nd4j:nd4j-jackson-reflectionloader:jar:0.9.2-SNAPSHOT
[INFO] +- org.projectlombok:lombok:jar:1.16.18:test
[INFO] +- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- com.google.guava:guava:jar:20.0:compile
[INFO] | \- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | \- joda-time:joda-time:jar:2.2:compile
[INFO] \- junit:junit:jar:4.12:test
[INFO] \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-tests 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-tests ---
[INFO] org.nd4j:nd4j-tests:jar:0.9.2-SNAPSHOT
[INFO] +- org.springframework:spring-core:jar:5.0.2.RELEASE:test
[INFO] | \- org.springframework:spring-jcl:jar:5.0.2.RELEASE:test
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] +- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-base64:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- commons-net:commons-net:jar:3.1:compile
[INFO] +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | \- joda-time:joda-time:jar:2.2:compile
[INFO] +- org.nd4j:nd4j-native:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:windows-x86_64:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | \- org.bytedeco.javacpp-presets:mkl:jar:2018.1-1.4:compile
[INFO] +- ch.qos.logback:logback-classic:jar:1.1.2:compile
[INFO] +- ch.qos.logback:logback-core:jar:1.1.2:compile
[INFO] \- org.nd4j:nd4j-kafka_2.11:jar:0.9.2-SNAPSHOT:compile
[INFO] \- org.apache.camel:camel-kafka:jar:2.16.3:compile
[INFO] +- org.apache.camel:camel-core:jar:2.16.3:compile
[INFO] +- org.apache.kafka:kafka_2.11:jar:0.8.2.2:compile
[INFO] | +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.2:compile
[INFO] | +- com.yammer.metrics:metrics-core:jar:2.2.0:compile
[INFO] | +- net.sf.jopt-simple:jopt-simple:jar:3.2:compile
[INFO] | +- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.2:compile
[INFO] | +- com.101tec:zkclient:jar:0.3:compile
[INFO] | | \- log4j:log4j:jar:1.2.14:compile
[INFO] | +- org.apache.kafka:kafka-clients:jar:0.8.2.2:compile
[INFO] | | +- org.xerial.snappy:snappy-java:jar:1.1.1.7:compile
[INFO] | | \- net.jpountz.lz4:lz4:jar:1.2.0:compile
[INFO] | \- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
[INFO] | +- jline:jline:jar:0.9.94:compile
[INFO] | \- io.netty:netty:jar:3.7.0.Final:compile
[INFO] +- com.sun.xml.bind:jaxb-core:jar:2.2.11:compile
[INFO] \- com.sun.xml.bind:jaxb-impl:jar:2.2.11:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-native-platform 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-native-platform ---
[INFO] org.nd4j:nd4j-native-platform:jar:0.9.2-SNAPSHOT
[INFO] +- org.bytedeco.javacpp-presets:openblas-platform:jar:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:android-arm:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:android-arm64:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:android-x86:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:android-x86_64:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:ios-arm64:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:ios-x86_64:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:linux-x86:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:linux-x86_64:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:linux-armhf:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:linux-ppc64le:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:macosx-x86_64:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:windows-x86:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] | \- org.bytedeco.javacpp-presets:openblas:jar:windows-x86_64:0.2.20-1.4.1-SNAPSHOT:compile
[INFO] +- org.bytedeco.javacpp-presets:mkl-platform:jar:2018.1-1.4:compile
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:2018.1-1.4:compile
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:linux-x86:2018.1-1.4:compile
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:linux-x86_64:2018.1-1.4:compile
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:macosx-x86_64:2018.1-1.4:compile
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:windows-x86:2018.1-1.4:compile
[INFO] | \- org.bytedeco.javacpp-presets:mkl:jar:windows-x86_64:2018.1-1.4:compile
[INFO] \- org.nd4j:nd4j-native:jar:0.9.2-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:compile
[INFO] +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] \- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | +- com.google.guava:guava:jar:20.0:compile
[INFO] | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | \- joda-time:joda-time:jar:2.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- commons-io:commons-io:jar:2.4:compile
[INFO] | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] \- org.reflections:reflections:jar:0.9.10:compile
[INFO] +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-cuda 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-cuda-8.0 ---
[INFO] org.nd4j:nd4j-cuda-8.0:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:compile
[INFO] +- org.springframework:spring-core:jar:5.0.2.RELEASE:test
[INFO] | \- org.springframework:spring-jcl:jar:5.0.2.RELEASE:test
[INFO] +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] +- org.bytedeco.javacpp-presets:cuda:jar:8.0-6.0-1.3:compile
[INFO] +- org.bytedeco.javacpp-presets:cuda:jar:windows-x86_64:8.0-6.0-1.3:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.nd4j:nd4j-base64:jar:0.9.2-SNAPSHOT:test
[INFO] | \- commons-net:commons-net:jar:3.1:test
[INFO] +- org.nd4j:nd4j-jackson:jar:0.9.2-SNAPSHOT:test
[INFO] | \- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | \- joda-time:joda-time:jar:2.2:compile
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] +- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:compile
[INFO] +- ch.qos.logback:logback-classic:jar:1.1.2:test
[INFO] \- ch.qos.logback:logback-core:jar:1.1.2:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-cuda-platform 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-cuda-8.0-platform ---
[INFO] org.nd4j:nd4j-cuda-8.0-platform:jar:0.9.2-SNAPSHOT
[INFO] +- org.bytedeco.javacpp-presets:cuda-platform:jar:8.0-6.0-1.3:compile
[INFO] | +- org.bytedeco.javacpp-presets:cuda:jar:8.0-6.0-1.3:compile
[INFO] | +- org.bytedeco.javacpp-presets:cuda:jar:linux-x86_64:8.0-6.0-1.3:compile
[INFO] | +- org.bytedeco.javacpp-presets:cuda:jar:linux-ppc64le:8.0-6.0-1.3:compile
[INFO] | +- org.bytedeco.javacpp-presets:cuda:jar:macosx-x86_64:8.0-6.0-1.3:compile
[INFO] | \- org.bytedeco.javacpp-presets:cuda:jar:windows-x86_64:8.0-6.0-1.3:compile
[INFO] \- org.nd4j:nd4j-cuda-8.0:jar:0.9.2-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:compile
[INFO] +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | \- joda-time:joda-time:jar:2.2:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] \- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-parameter-server-parent 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-parameter-server-parent ---
[INFO] org.nd4j:nd4j-parameter-server-parent:pom:0.9.2-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-parameter-server-model 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-parameter-server-model ---
[INFO] org.nd4j:nd4j-parameter-server-model:jar:0.9.2-SNAPSHOT
[INFO] \- org.projectlombok:lombok:jar:1.16.18:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-parameter-server 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-parameter-server ---
[INFO] org.nd4j:nd4j-parameter-server:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-parameter-server-model:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] +- com.mashape.unirest:unirest-java:jar:1.4.9:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | \- commons-codec:commons-codec:jar:1.9:compile
[INFO] | +- org.apache.httpcomponents:httpasyncclient:jar:4.1.1:compile
[INFO] | | \- org.apache.httpcomponents:httpcore-nio:jar:4.4.4:compile
[INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.2:compile
[INFO] | \- org.json:json:jar:20160212:compile
[INFO] +- org.nd4j:nd4j-jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-base64:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- commons-net:commons-net:jar:3.1:compile
[INFO] | \- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | \- joda-time:joda-time:jar:2.2:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.10:test
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | \- log4j:log4j:jar:1.2.17:test
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- com.beust:jcommander:jar:1.27:compile
[INFO] +- org.nd4j:nd4j-native:jar:0.9.2-SNAPSHOT:test
[INFO] | +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:test
[INFO] | +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:windows-x86_64:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:2018.1-1.4:test
[INFO] | +- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:test
[INFO] | | \- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] +- org.nd4j:nd4j-native:jar:windows-x86_64:0.9.2-SNAPSHOT:test
[INFO] \- org.nd4j:nd4j-aeron:jar:0.9.2-SNAPSHOT:compile
[INFO] \- io.aeron:aeron-all:jar:1.0.4:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-parameter-server-status 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-parameter-server-status_2.11 ---
[INFO] org.nd4j:nd4j-parameter-server-status_2.11:jar:0.9.2-SNAPSHOT
[INFO] +- org.mapdb:mapdb:jar:3.0.5:compile
[INFO] | +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.0.7:compile
[INFO] | | \- org.jetbrains.kotlin:kotlin-runtime:jar:1.0.7:compile
[INFO] | +- org.eclipse.collections:eclipse-collections-api:jar:7.1.1:compile (version selected from constraint [7.0.0,7.20.0))
[INFO] | | \- net.jcip:jcip-annotations:jar:1.0:compile
[INFO] | +- org.eclipse.collections:eclipse-collections:jar:7.1.1:compile (version selected from constraint [7.0.0,7.20.0))
[INFO] | +- org.eclipse.collections:eclipse-collections-forkjoin:jar:7.1.1:compile (version selected from constraint [7.0.0,7.20.0))
[INFO] | +- com.google.guava:guava:jar:20.0:compile
[INFO] | +- net.jpountz.lz4:lz4:jar:1.3.0:compile
[INFO] | \- org.mapdb:elsa:jar:3.0.0-M5:compile
[INFO] +- org.nd4j:nd4j-parameter-server:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-parameter-server-model:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- com.mashape.unirest:unirest-java:jar:1.4.9:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[INFO] | | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:compile
[INFO] | | | \- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpasyncclient:jar:4.1.1:compile
[INFO] | | | \- org.apache.httpcomponents:httpcore-nio:jar:4.4.4:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.2:compile
[INFO] | | \- org.json:json:jar:20160212:compile
[INFO] | +- org.nd4j:nd4j-jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- org.nd4j:nd4j-base64:jar:0.9.2-SNAPSHOT:compile
[INFO] | | | \- commons-net:commons-net:jar:3.1:compile
[INFO] | | \- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | +- com.beust:jcommander:jar:1.27:compile
[INFO] | \- org.nd4j:nd4j-aeron:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | | | \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | | \- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- io.aeron:aeron-all:jar:1.0.4:compile
[INFO] +- com.typesafe.play:play-java_2.11:jar:2.4.6:compile
[INFO] | +- org.scala-lang:scala-library:jar:2.11.6:compile
[INFO] | +- com.typesafe.play:play_2.11:jar:2.4.6:compile
[INFO] | | +- com.typesafe.play:build-link:jar:2.4.6:compile
[INFO] | | | \- com.typesafe.play:play-exceptions:jar:2.4.6:compile
[INFO] | | +- com.typesafe.play:play-iteratees_2.11:jar:2.4.6:compile
[INFO] | | | \- com.typesafe:config:jar:1.3.0:compile
[INFO] | | +- com.typesafe.play:play-json_2.11:jar:2.4.6:compile
[INFO] | | | +- com.typesafe.play:play-functional_2.11:jar:2.4.6:compile
[INFO] | | | \- com.typesafe.play:play-datacommons_2.11:jar:2.4.6:compile
[INFO] | | +- com.typesafe.play:play-netty-utils:jar:2.4.6:compile
[INFO] | | +- com.typesafe.play:twirl-api_2.11:jar:1.1.1:compile
[INFO] | | | \- org.scala-lang.modules:scala-xml_2.11:jar:1.0.1:compile
[INFO] | | +- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.1:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | | +- org.slf4j:jul-to-slf4j:jar:1.7.12:compile
[INFO] | | +- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.1.3:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.1.3:compile
[INFO] | | +- com.typesafe.akka:akka-actor_2.11:jar:2.3.13:compile
[INFO] | | +- com.typesafe.akka:akka-slf4j_2.11:jar:2.3.13:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.4:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.4:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.4:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.5.4:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.5.4:compile
[INFO] | | +- org.scala-stm:scala-stm_2.11:jar:0.7:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- joda-time:joda-time:jar:2.8.1:compile
[INFO] | | +- org.joda:joda-convert:jar:1.7:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] | | +- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- javax.transaction:jta:jar:1.1:compile
[INFO] | | +- com.google.inject:guice:jar:4.0:compile
[INFO] | | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | +- com.google.inject.extensions:guice-assistedinject:jar:4.0:compile
[INFO] | | \- org.scala-lang:scala-reflect:jar:2.11.6:compile
[INFO] | +- org.scala-lang.modules:scala-java8-compat_2.11:jar:0.3.0:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- org.hibernate:hibernate-validator:jar:5.0.3.Final:compile
[INFO] | | +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] | | \- com.fasterxml:classmate:jar:1.0.0:compile
[INFO] | +- org.jboss.logging:jboss-logging:jar:3.2.1.Final:compile
[INFO] | +- org.springframework:spring-context:jar:4.1.6.RELEASE:compile
[INFO] | +- org.springframework:spring-core:jar:4.1.6.RELEASE:compile
[INFO] | +- org.springframework:spring-beans:jar:4.1.6.RELEASE:compile
[INFO] | +- org.reflections:reflections:jar:0.9.9:compile
[INFO] | +- net.jodah:typetools:jar:0.4.3:compile
[INFO] | +- org.apache.tomcat:tomcat-servlet-api:jar:8.0.21:compile
[INFO] | \- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] +- com.typesafe.play:play-netty-server_2.11:jar:2.4.6:compile
[INFO] | +- com.typesafe.play:play-server_2.11:jar:2.4.6:compile
[INFO] | +- io.netty:netty:jar:3.10.4.Final:compile
[INFO] | \- com.typesafe.netty:netty-http-pipelining:jar:1.1.4:compile
[INFO] \- junit:junit:jar:4.12:test
[INFO] \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-parameter-server-client 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-parameter-server-client ---
[INFO] org.nd4j:nd4j-parameter-server-client:jar:0.9.2-SNAPSHOT
[INFO] +- com.mashape.unirest:unirest-java:jar:1.4.9:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | \- commons-codec:commons-codec:jar:1.9:compile
[INFO] | +- org.apache.httpcomponents:httpasyncclient:jar:4.1.1:compile
[INFO] | | \- org.apache.httpcomponents:httpcore-nio:jar:4.4.4:compile
[INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.2:compile
[INFO] | \- org.json:json:jar:20160212:compile
[INFO] +- org.nd4j:nd4j-parameter-server-model:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.nd4j:nd4j-aeron:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] | \- io.aeron:aeron-all:jar:1.0.4:compile
[INFO] +- org.zeroturnaround:zt-exec:jar:1.9:test
[INFO] | +- commons-io:commons-io:jar:1.4:compile
[INFO] | \- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- org.nd4j:nd4j-native:jar:0.9.2-SNAPSHOT:test
[INFO] | +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:test
[INFO] | +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:windows-x86_64:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:2018.1-1.4:test
[INFO] | \- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:test
[INFO] +- org.nd4j:nd4j-native:jar:windows-x86_64:0.9.2-SNAPSHOT:test
[INFO] +- org.nd4j:nd4j-parameter-server:jar:0.9.2-SNAPSHOT:test
[INFO] | +- org.nd4j:nd4j-jackson:jar:0.9.2-SNAPSHOT:test
[INFO] | | \- org.nd4j:nd4j-base64:jar:0.9.2-SNAPSHOT:test
[INFO] | | \- commons-net:commons-net:jar:3.1:test
[INFO] | \- com.beust:jcommander:jar:1.27:test
[INFO] \- org.nd4j:nd4j-parameter-server-status_2.11:jar:0.9.2-SNAPSHOT:test
[INFO] +- org.mapdb:mapdb:jar:3.0.5:test
[INFO] | +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.0.7:test
[INFO] | | \- org.jetbrains.kotlin:kotlin-runtime:jar:1.0.7:test
[INFO] | +- org.eclipse.collections:eclipse-collections-api:jar:7.1.1:test (version selected from constraint [7.0.0,7.20.0))
[INFO] | | \- net.jcip:jcip-annotations:jar:1.0:test
[INFO] | +- org.eclipse.collections:eclipse-collections:jar:7.1.1:test (version selected from constraint [7.0.0,7.20.0))
[INFO] | +- org.eclipse.collections:eclipse-collections-forkjoin:jar:7.1.1:test (version selected from constraint [7.0.0,7.20.0))
[INFO] | +- com.google.guava:guava:jar:20.0:compile
[INFO] | +- net.jpountz.lz4:lz4:jar:1.3.0:test
[INFO] | \- org.mapdb:elsa:jar:3.0.0-M5:test
[INFO] +- com.typesafe.play:play-java_2.11:jar:2.4.6:test
[INFO] | +- org.scala-lang:scala-library:jar:2.11.6:test
[INFO] | +- com.typesafe.play:play_2.11:jar:2.4.6:test
[INFO] | | +- com.typesafe.play:build-link:jar:2.4.6:test
[INFO] | | | \- com.typesafe.play:play-exceptions:jar:2.4.6:test
[INFO] | | +- com.typesafe.play:play-iteratees_2.11:jar:2.4.6:test
[INFO] | | | \- com.typesafe:config:jar:1.3.0:test
[INFO] | | +- com.typesafe.play:play-json_2.11:jar:2.4.6:test
[INFO] | | | +- com.typesafe.play:play-functional_2.11:jar:2.4.6:test
[INFO] | | | \- com.typesafe.play:play-datacommons_2.11:jar:2.4.6:test
[INFO] | | +- com.typesafe.play:play-netty-utils:jar:2.4.6:test
[INFO] | | +- com.typesafe.play:twirl-api_2.11:jar:1.1.1:test
[INFO] | | | \- org.scala-lang.modules:scala-xml_2.11:jar:1.0.1:test
[INFO] | | +- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.1:test
[INFO] | | +- org.slf4j:jul-to-slf4j:jar:1.7.12:test
[INFO] | | +- org.slf4j:jcl-over-slf4j:jar:1.7.12:test
[INFO] | | +- ch.qos.logback:logback-core:jar:1.1.3:test
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.1.3:test
[INFO] | | +- com.typesafe.akka:akka-actor_2.11:jar:2.3.13:test
[INFO] | | +- com.typesafe.akka:akka-slf4j_2.11:jar:2.3.13:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.4:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.5.4:test
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.5.4:test
[INFO] | | +- org.scala-stm:scala-stm_2.11:jar:0.7:test
[INFO] | | +- joda-time:joda-time:jar:2.8.1:compile
[INFO] | | +- org.joda:joda-convert:jar:1.7:test
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] | | +- xerces:xercesImpl:jar:2.11.0:test
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:test
[INFO] | | +- javax.transaction:jta:jar:1.1:test
[INFO] | | +- com.google.inject:guice:jar:4.0:test
[INFO] | | | +- javax.inject:javax.inject:jar:1:test
[INFO] | | | \- aopalliance:aopalliance:jar:1.0:test
[INFO] | | +- com.google.inject.extensions:guice-assistedinject:jar:4.0:test
[INFO] | | \- org.scala-lang:scala-reflect:jar:2.11.6:test
[INFO] | +- org.scala-lang.modules:scala-java8-compat_2.11:jar:0.3.0:test
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- org.hibernate:hibernate-validator:jar:5.0.3.Final:test
[INFO] | | +- javax.validation:validation-api:jar:1.1.0.Final:test
[INFO] | | \- com.fasterxml:classmate:jar:1.0.0:test
[INFO] | +- org.jboss.logging:jboss-logging:jar:3.2.1.Final:test
[INFO] | +- org.springframework:spring-context:jar:4.1.6.RELEASE:test
[INFO] | +- org.springframework:spring-core:jar:4.1.6.RELEASE:test
[INFO] | +- org.springframework:spring-beans:jar:4.1.6.RELEASE:test
[INFO] | +- net.jodah:typetools:jar:0.4.3:test
[INFO] | +- org.apache.tomcat:tomcat-servlet-api:jar:8.0.21:test
[INFO] | \- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] \- com.typesafe.play:play-netty-server_2.11:jar:2.4.6:test
[INFO] +- com.typesafe.play:play-server_2.11:jar:2.4.6:test
[INFO] +- io.netty:netty:jar:3.10.4.Final:test
[INFO] \- com.typesafe.netty:netty-http-pipelining:jar:1.1.4:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-parameter-server-rocksdb-storage 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-parameter-server-rocksdb-storage ---
[INFO] org.nd4j:nd4j-parameter-server-rocksdb-storage:jar:0.9.2-SNAPSHOT
[INFO] +- org.rocksdb:rocksdbjni:jar:4.11.2:compile
[INFO] +- org.nd4j:nd4j-parameter-server:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-parameter-server-model:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- com.mashape.unirest:unirest-java:jar:1.4.9:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[INFO] | | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:compile
[INFO] | | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | | \- commons-codec:commons-codec:jar:1.9:compile
[INFO] | | +- org.apache.httpcomponents:httpasyncclient:jar:4.1.1:compile
[INFO] | | | \- org.apache.httpcomponents:httpcore-nio:jar:4.4.4:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.2:compile
[INFO] | | \- org.json:json:jar:20160212:compile
[INFO] | +- org.nd4j:nd4j-jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- org.nd4j:nd4j-base64:jar:0.9.2-SNAPSHOT:compile
[INFO] | | | \- commons-net:commons-net:jar:3.1:compile
[INFO] | | \- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | | \- org.yaml:snakeyaml:jar:1.12:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | | \- joda-time:joda-time:jar:2.2:compile
[INFO] | +- com.beust:jcommander:jar:1.27:compile
[INFO] | \- org.nd4j:nd4j-aeron:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | | +- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | | | \- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | | +- org.apache.commons:commons-lang3:jar:3.3.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] | \- io.aeron:aeron-all:jar:1.0.4:compile
[INFO] \- junit:junit:jar:4.12:test
[INFO] \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-parameter-server-node 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-parameter-server-node_2.11 ---
[INFO] org.nd4j:nd4j-parameter-server-node_2.11:jar:0.9.2-SNAPSHOT
[INFO] +- org.nd4j:nd4j-native:jar:0.9.2-SNAPSHOT:test
[INFO] | +- org.nd4j:nd4j-backend-impls:pom:0.9.2-SNAPSHOT:test
[INFO] | +- org.bytedeco:javacpp:jar:1.4.1-SNAPSHOT:compile
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:openblas:jar:windows-x86_64:0.2.20-1.4.1-SNAPSHOT:test
[INFO] | +- org.bytedeco.javacpp-presets:mkl:jar:2018.1-1.4:test
[INFO] | +- org.nd4j:nd4j-native-api:jar:0.9.2-SNAPSHOT:test
[INFO] | | \- org.nd4j:nd4j-buffer:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-api:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.vlkan:flatbuffers:jar:1.2.0-3f79e055:compile
[INFO] | +- com.github.os72:protobuf-java-shaded-351:jar:0.9:compile
[INFO] | +- com.github.os72:protobuf-java-util-shaded-351:jar:0.9:compile
[INFO] | | \- com.google.code.gson:gson:jar:2.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.3:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] | +- org.nd4j:jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.5.1:compile
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.5.1:compile
[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | \- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.5.1:compile
[INFO] | +- org.projectlombok:lombok:jar:1.16.18:compile
[INFO] | +- org.nd4j:nd4j-context:jar:0.9.2-SNAPSHOT:compile
[INFO] | | \- org.nd4j:nd4j-common:jar:0.9.2-SNAPSHOT:compile
[INFO] | | +- commons-io:commons-io:jar:2.4:compile
[INFO] | | +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.16.1:compile
[INFO] | +- net.ericaro:neoitertools:jar:1.0.0:compile
[INFO] | \- org.reflections:reflections:jar:0.9.10:compile
[INFO] | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] +- org.nd4j:nd4j-parameter-server-client:jar:0.9.2-SNAPSHOT:test
[INFO] | +- com.mashape.unirest:unirest-java:jar:1.4.9:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[INFO] | | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:compile
[INFO] | | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | | \- commons-codec:commons-codec:jar:1.9:compile
[INFO] | | +- org.apache.httpcomponents:httpasyncclient:jar:4.1.1:compile
[INFO] | | | \- org.apache.httpcomponents:httpcore-nio:jar:4.4.4:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.2:compile
[INFO] | | \- org.json:json:jar:20160212:compile
[INFO] | +- org.nd4j:nd4j-parameter-server-model:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-aeron:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- io.aeron:aeron-all:jar:1.0.4:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.nd4j:nd4j-parameter-server-status_2.11:jar:0.9.2-SNAPSHOT:compile
[INFO] | +- org.mapdb:mapdb:jar:3.0.5:compile
[INFO] | | +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.0.7:compile
[INFO] | | | \- org.jetbrains.kotlin:kotlin-runtime:jar:1.0.7:compile
[INFO] | | +- org.eclipse.collections:eclipse-collections-api:jar:7.1.1:compile (version selected from constraint [7.0.0,7.20.0))
[INFO] | | | \- net.jcip:jcip-annotations:jar:1.0:compile
[INFO] | | +- org.eclipse.collections:eclipse-collections:jar:7.1.1:compile (version selected from constraint [7.0.0,7.20.0))
[INFO] | | +- org.eclipse.collections:eclipse-collections-forkjoin:jar:7.1.1:compile (version selected from constraint [7.0.0,7.20.0))
[INFO] | | +- com.google.guava:guava:jar:20.0:compile
[INFO] | | +- net.jpountz.lz4:lz4:jar:1.3.0:compile
[INFO] | | \- org.mapdb:elsa:jar:3.0.0-M5:compile
[INFO] | +- com.typesafe.play:play-java_2.11:jar:2.4.6:compile
[INFO] | | +- org.scala-lang:scala-library:jar:2.11.6:compile
[INFO] | | +- com.typesafe.play:play_2.11:jar:2.4.6:compile
[INFO] | | | +- com.typesafe.play:build-link:jar:2.4.6:compile
[INFO] | | | | \- com.typesafe.play:play-exceptions:jar:2.4.6:compile
[INFO] | | | +- com.typesafe.play:play-iteratees_2.11:jar:2.4.6:compile
[INFO] | | | | \- com.typesafe:config:jar:1.3.0:compile
[INFO] | | | +- com.typesafe.play:play-json_2.11:jar:2.4.6:compile
[INFO] | | | | +- com.typesafe.play:play-functional_2.11:jar:2.4.6:compile
[INFO] | | | | \- com.typesafe.play:play-datacommons_2.11:jar:2.4.6:compile
[INFO] | | | +- com.typesafe.play:play-netty-utils:jar:2.4.6:compile
[INFO] | | | +- com.typesafe.play:twirl-api_2.11:jar:1.1.1:compile
[INFO] | | | | \- org.scala-lang.modules:scala-xml_2.11:jar:1.0.1:compile
[INFO] | | | +- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.1:compile
[INFO] | | | +- org.slf4j:jul-to-slf4j:jar:1.7.12:compile
[INFO] | | | +- org.slf4j:jcl-over-slf4j:jar:1.7.12:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.1.3:compile
[INFO] | | | +- ch.qos.logback:logback-classic:jar:1.1.3:compile
[INFO] | | | +- com.typesafe.akka:akka-actor_2.11:jar:2.3.13:compile
[INFO] | | | +- com.typesafe.akka:akka-slf4j_2.11:jar:2.3.13:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.4:compile
[INFO] | | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.5.4:compile
[INFO] | | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.5.4:compile
[INFO] | | | +- org.scala-stm:scala-stm_2.11:jar:0.7:compile
[INFO] | | | +- joda-time:joda-time:jar:2.8.1:compile
[INFO] | | | +- org.joda:joda-convert:jar:1.7:compile
[INFO] | | | +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] | | | +- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | | +- javax.transaction:jta:jar:1.1:compile
[INFO] | | | +- com.google.inject:guice:jar:4.0:compile
[INFO] | | | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | | | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | | +- com.google.inject.extensions:guice-assistedinject:jar:4.0:compile
[INFO] | | | \- org.scala-lang:scala-reflect:jar:2.11.6:compile
[INFO] | | +- org.scala-lang.modules:scala-java8-compat_2.11:jar:0.3.0:compile
[INFO] | | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | | +- org.hibernate:hibernate-validator:jar:5.0.3.Final:compile
[INFO] | | | +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] | | | \- com.fasterxml:classmate:jar:1.0.0:compile
[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.2.1.Final:compile
[INFO] | | +- org.springframework:spring-context:jar:4.1.6.RELEASE:compile
[INFO] | | +- org.springframework:spring-core:jar:4.1.6.RELEASE:compile
[INFO] | | +- org.springframework:spring-beans:jar:4.1.6.RELEASE:compile
[INFO] | | +- net.jodah:typetools:jar:0.4.3:compile
[INFO] | | +- org.apache.tomcat:tomcat-servlet-api:jar:8.0.21:compile
[INFO] | | \- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | \- com.typesafe.play:play-netty-server_2.11:jar:2.4.6:compile
[INFO] | +- com.typesafe.play:play-server_2.11:jar:2.4.6:compile
[INFO] | +- io.netty:netty:jar:3.10.4.Final:compile
[INFO] | \- com.typesafe.netty:netty-http-pipelining:jar:1.1.4:compile
[INFO] \- org.nd4j:nd4j-parameter-server:jar:0.9.2-SNAPSHOT:compile
[INFO] +- org.nd4j:nd4j-jackson:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- org.nd4j:nd4j-base64:jar:0.9.2-SNAPSHOT:compile
[INFO] | \- commons-net:commons-net:jar:3.1:compile
[INFO] \- com.beust:jcommander:jar:1.27:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-uberjar 0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ nd4j-uberjar ---
[INFO] org.nd4j:nd4j-uberjar:jar:0.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] nd4j ............................................... SUCCESS [ 0.785 s]
[INFO] nd4j-shade ......................................... SUCCESS [ 0.003 s]
[INFO] jackson ............................................ SUCCESS [ 0.847 s]
[INFO] nd4j-common ........................................ SUCCESS [ 0.129 s]
[INFO] nd4j-context ....................................... SUCCESS [ 0.033 s]
[INFO] nd4j-buffer ........................................ SUCCESS [ 0.047 s]
[INFO] nd4j-backends ...................................... SUCCESS [ 0.002 s]
[INFO] nd4j-api-parent .................................... SUCCESS [ 0.005 s]
[INFO] nd4j-api ........................................... SUCCESS [ 0.084 s]
[INFO] nd4j-jdbc .......................................... SUCCESS [ 0.003 s]
[INFO] nd4j-jdbc-api ...................................... SUCCESS [ 0.062 s]
[INFO] nd4j-jdbc-mysql .................................... SUCCESS [ 0.057 s]
[INFO] nd4j-backend-impls ................................. SUCCESS [ 0.013 s]
[INFO] nd4j-native-api .................................... SUCCESS [ 0.043 s]
[INFO] nd4j-serde ......................................... SUCCESS [ 0.002 s]
[INFO] nd4j-base64 ........................................ SUCCESS [ 0.062 s]
[INFO] nd4j-jackson ....................................... SUCCESS [ 0.038 s]
[INFO] nd4j-native ........................................ SUCCESS [ 0.101 s]
[INFO] nd4j-jdbc-hsql ..................................... SUCCESS [ 0.050 s]
[INFO] nd4j-instrumentation ............................... SUCCESS [ 0.290 s]
[INFO] nd4j-perf .......................................... SUCCESS [ 0.044 s]
[INFO] nd4j-aeron ......................................... SUCCESS [ 0.054 s]
[INFO] nd4j-kryo .......................................... SUCCESS [ 0.735 s]
[INFO] nd4j-camel-routes .................................. SUCCESS [ 0.001 s]
[INFO] nd4j-kafka ......................................... SUCCESS [ 0.129 s]
[INFO] nd4j-gson .......................................... SUCCESS [ 0.045 s]
[INFO] nd4j-jackson-reflectionloader ...................... SUCCESS [ 0.014 s]
[INFO] nd4j-tests ......................................... SUCCESS [ 0.066 s]
[INFO] nd4j-native-platform ............................... SUCCESS [ 0.131 s]
[INFO] nd4j-cuda .......................................... SUCCESS [ 0.054 s]
[INFO] nd4j-cuda-platform ................................. SUCCESS [ 0.045 s]
[INFO] nd4j-parameter-server-parent ....................... SUCCESS [ 0.014 s]
[INFO] nd4j-parameter-server-model ........................ SUCCESS [ 0.002 s]
[INFO] nd4j-parameter-server .............................. SUCCESS [ 0.109 s]
[INFO] nd4j-parameter-server-status ....................... SUCCESS [ 0.295 s]
[INFO] nd4j-parameter-server-client ....................... SUCCESS [ 0.122 s]
[INFO] nd4j-parameter-server-rocksdb-storage .............. SUCCESS [ 0.057 s]
[INFO] nd4j-parameter-server-node ......................... SUCCESS [ 0.115 s]
[INFO] nd4j-uberjar ....................................... SUCCESS [ 0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.678 s
[INFO] Finished at: 2018-03-19T04:03:40+05:30
[INFO] Final Memory: 39M/415M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment