Skip to content

Instantly share code, notes, and snippets.

@paul-hammant
Created February 6, 2018 01:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save paul-hammant/928613a64464598ec6445e54dbdd6625 to your computer and use it in GitHub Desktop.
Jooby reactor output
[INFO] ------------------------------------------------------------------------
[INFO] Building jooby-project 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-project ---
[INFO] org.jooby:jooby-project:pom:1.2.4-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jooby 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby ---
[INFO] org.jooby:jooby:jar:1.2.4-SNAPSHOT
[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:provided
[INFO] +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- com.typesafe:config:jar:1.3.1:compile
[INFO] +- org.ow2.asm:asm:jar:5.0.3:compile
[INFO] +- org.jooby:funzy:jar:0.1.0:compile
[INFO] +- com.google.guava:guava:jar:21.0:compile
[INFO] +- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.apache.httpcomponents:fluent-hc:jar:4.5.2:test
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.2:test
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:test
[INFO] | | +- (commons-logging:commons-logging:jar:1.2:test - omitted for duplicate)
[INFO] | | \- commons-codec:commons-codec:jar:1.9:test
[INFO] | \- commons-logging:commons-logging:jar:1.2:test
[INFO] +- org.apache.httpcomponents:httpmime:jar:4.5.2:test
[INFO] | \- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - omitted for duplicate)
[INFO] \- com.ning:async-http-client:jar:1.9.36:test
[INFO] +- io.netty:netty:jar:3.10.5.Final:test
[INFO] \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building modules 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ modules ---
[INFO] org.jooby:modules:pom:1.2.4-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building lang-kotlin 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-lang-kotlin ---
[INFO] org.jooby:jooby-lang-kotlin:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.21:compile
[INFO] | \- org.jetbrains:annotations:jar:13.0:compile
[INFO] +- org.jetbrains.kotlin:kotlin-stdlib-jre7:jar:1.2.21:compile
[INFO] | \- (org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.21:compile - omitted for duplicate)
[INFO] +- org.jetbrains.kotlin:kotlin-stdlib-jre8:jar:1.2.21:compile
[INFO] | +- (org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.21:compile - omitted for duplicate)
[INFO] | \- (org.jetbrains.kotlin:kotlin-stdlib-jre7:jar:1.2.21:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building netty module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-netty ---
[INFO] org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- io.netty:netty-transport:jar:4.1.16.Final:compile
[INFO] | +- io.netty:netty-buffer:jar:4.1.16.Final:compile
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | \- (io.netty:netty-resolver:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] +- io.netty:netty-resolver:jar:4.1.16.Final:compile
[INFO] | \- (io.netty:netty-common:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] +- io.netty:netty-codec:jar:4.1.16.Final:compile
[INFO] | \- (io.netty:netty-transport:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] +- io.netty:netty-codec-http:jar:4.1.16.Final:compile
[INFO] | \- (io.netty:netty-codec:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] +- io.netty:netty-codec-http2:jar:4.1.16.Final:compile
[INFO] | +- (io.netty:netty-codec-http:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | \- (io.netty:netty-handler:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] +- io.netty:netty-common:jar:4.1.16.Final:compile
[INFO] +- io.netty:netty-handler:jar:4.1.16.Final:compile
[INFO] | +- (io.netty:netty-buffer:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | +- (io.netty:netty-transport:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | \- (io.netty:netty-codec:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] +- org.javassist:javassist:jar:3.20.0-GA:compile
[INFO] +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:compile
[INFO] | +- (io.netty:netty-common:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | +- (io.netty:netty-buffer:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:compile
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | \- (io.netty:netty-transport:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.apache.httpcomponents:fluent-hc:jar:4.5.2:test
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.2:test
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:test
[INFO] | | +- (commons-logging:commons-logging:jar:1.2:test - omitted for duplicate)
[INFO] | | \- commons-codec:commons-codec:jar:1.9:test
[INFO] | \- commons-logging:commons-logging:jar:1.2:test
[INFO] +- org.apache.httpcomponents:httpmime:jar:4.5.2:test
[INFO] | \- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - omitted for duplicate)
[INFO] \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jooby-apitool 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-apitool ---
[INFO] org.jooby:jooby-apitool:jar:1.2.4-SNAPSHOT
[INFO] +- org.ow2.asm:asm:jar:5.2:compile
[INFO] +- org.ow2.asm:asm-tree:jar:5.2:compile
[INFO] | \- (org.ow2.asm:asm:jar:5.0.3:compile - version managed from 5.2; omitted for conflict with 5.2)
[INFO] +- org.ow2.asm:asm-util:jar:5.2:compile
[INFO] | \- (org.ow2.asm:asm-tree:jar:5.2:compile - omitted for duplicate)
[INFO] +- org.antlr:antlr4-runtime:jar:4.7:compile
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[INFO] +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.2:compile
[INFO] | +- (org.yaml:snakeyaml:jar:1.15:compile - version managed from 1.18; omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - omitted for duplicate)
[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] +- io.swagger:swagger-core:jar:1.5.16:compile
[INFO] | +- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.2.1; omitted for duplicate)
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.9:compile - omitted for conflict with 2.9.0)
[INFO] | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.8.9; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.2:compile - version managed from 2.8.9; omitted for duplicate)
[INFO] | +- io.swagger:swagger-models:jar:1.5.16:compile
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.9:compile - omitted for conflict with 2.9.0)
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[INFO] | | \- io.swagger:swagger-annotations:jar:1.5.16:compile
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 20.0; omitted for duplicate)
[INFO] | \- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] +- org.webjars:swagger-ui:jar:3.1.6:compile
[INFO] +- org.webjars.bower:swagger-ui-themes:jar:3.0.0:compile
[INFO] +- org.webjars.npm:api-console:jar:3.0.17:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.22; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 20.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- org.jooby:jooby-lang-kotlin:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.21:test
[INFO] | | \- org.jetbrains:annotations:jar:13.0:test
[INFO] | +- org.jetbrains.kotlin:kotlin-stdlib-jre7:jar:1.2.21:test
[INFO] | | \- (org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.21:test - omitted for duplicate)
[INFO] | \- org.jetbrains.kotlin:kotlin-stdlib-jre8:jar:1.2.21:test
[INFO] | +- (org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.21:test - omitted for duplicate)
[INFO] | \- (org.jetbrains.kotlin:kotlin-stdlib-jre7:jar:1.2.21:test - omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building route specification module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-spec ---
[INFO] org.jooby:jooby-spec:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.github.javaparser:javaparser-core:jar:2.3.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building executor module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-executor ---
[INFO] org.jooby:jooby-executor:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jackson module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-jackson ---
[INFO] org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - omitted for duplicate)
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - omitted for duplicate)
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - omitted for duplicate)
[INFO] +- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gson module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-gson ---
[INFO] org.jooby:jooby-gson:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building handlebars module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-hbs ---
[INFO] org.jooby:jooby-hbs:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.github.jknack:handlebars-guava-cache:jar:4.0.5:compile
[INFO] | +- com.github.jknack:handlebars:jar:4.0.5:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.4:compile (version managed from 3.1)
[INFO] | | +- org.antlr:antlr4-runtime:jar:4.5.1-1:compile
[INFO] | | +- org.mozilla:rhino:jar:1.7R4:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.6.4; omitted for duplicate)
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 14.0.1; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.6.4; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 14.0.1; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building freemarker module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-ftl ---
[INFO] org.jooby:jooby-ftl:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.freemarker:freemarker:jar:2.3.26-incubating:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pebble module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-pebble ---
[INFO] org.jooby:jooby-pebble:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.mitchellbosecke:pebble:jar:2.4.0:compile
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 16.0.1; omitted for duplicate)
[INFO] | +- com.coverity.security:coverity-escapers:jar:1.1.1:compile (version managed from 1.1)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.21; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.21; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 16.0.1; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jade module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-jade ---
[INFO] org.jooby:jooby-jade:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- de.neuland-bfi:jade4j:jar:1.1.4:compile
[INFO] | +- org.apache.commons:commons-jexl:jar:2.1.1:compile
[INFO] | | \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | +- commons-io:commons-io:jar:2.4:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] | +- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.4.2:compile
[INFO] | \- org.pegdown:pegdown:jar:1.6.0:compile
[INFO] | \- org.parboiled:parboiled-java:jar:1.1.7:compile
[INFO] | +- org.parboiled:parboiled-core:jar:1.1.7:compile
[INFO] | +- org.ow2.asm:asm:jar:5.0.3:compile
[INFO] | +- org.ow2.asm:asm-tree:jar:5.0.3:compile
[INFO] | | \- (org.ow2.asm:asm:jar:5.0.3:compile - omitted for duplicate)
[INFO] | +- org.ow2.asm:asm-analysis:jar:5.0.3:compile
[INFO] | | \- (org.ow2.asm:asm-tree:jar:5.0.3:compile - omitted for duplicate)
[INFO] | \- org.ow2.asm:asm-util:jar:5.0.3:compile
[INFO] | \- (org.ow2.asm:asm-tree:jar:5.0.3:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building caffeine module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-caffeine ---
[INFO] org.jooby:jooby-caffeine:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building guava-cache module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-guava-cache ---
[INFO] org.jooby:jooby-guava-cache:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jdbc module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-jdbc ---
[INFO] org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.zaxxer:HikariCP:jar:2.7.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- com.impossibl.pgjdbc-ng:pgjdbc-ng:jar:0.7.1:compile
[INFO] | +- io.netty:netty-common:jar:4.1.8.Final:compile
[INFO] | +- io.netty:netty-buffer:jar:4.1.16.Final:compile (version managed from 4.1.8.Final)
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:compile - omitted for conflict with 4.1.8.Final)
[INFO] | +- io.netty:netty-transport:jar:4.1.8.Final:compile
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:compile - version managed from 4.1.8.Final; omitted for duplicate)
[INFO] | | \- io.netty:netty-resolver:jar:4.1.16.Final:compile
[INFO] | | \- (io.netty:netty-common:jar:4.1.8.Final:compile - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.8.Final:compile
[INFO] | | \- (io.netty:netty-transport:jar:4.1.8.Final:compile - omitted for duplicate)
[INFO] | \- io.netty:netty-handler:jar:4.1.16.Final:compile (version managed from 4.1.8.Final)
[INFO] | +- (io.netty:netty-buffer:jar:4.1.16.Final:compile - version managed from 4.1.8.Final; omitted for duplicate)
[INFO] | +- (io.netty:netty-transport:jar:4.1.16.Final:compile - omitted for conflict with 4.1.8.Final)
[INFO] | \- (io.netty:netty-codec:jar:4.1.16.Final:compile - omitted for conflict with 4.1.8.Final)
[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test (scope not updated to compile)
[INFO] | +- ch.qos.logback:logback-core:jar:1.2.3:test
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for conflict with 4.1.8.Final)
[INFO] | +- (io.netty:netty-resolver:jar:4.1.16.Final:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for conflict with 4.1.8.Final)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for conflict with 4.1.8.Final)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - version managed from 4.1.8.Final; omitted for duplicate)
[INFO] | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for conflict with 4.1.8.Final)
[INFO] | +- (io.netty:netty-handler:jar:4.1.16.Final:test - version managed from 4.1.8.Final; omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for conflict with 4.1.8.Final)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - version managed from 4.1.8.Final; omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for conflict with 4.1.8.Final)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for conflict with 4.1.8.Final)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for conflict with 4.1.8.Final)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- com.h2database:h2:jar:1.4.190:test
[INFO] \- mysql:mysql-connector-java:jar:5.1.42:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jooq module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-jooq ---
[INFO] org.jooby:jooby-jooq:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.zaxxer:HikariCP:jar:2.7.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- org.jooq:jooq:jar:3.7.3:compile
[INFO] +- org.jooq:jooq-meta:jar:3.7.3:compile
[INFO] | \- (org.jooq:jooq:jar:3.7.3:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building hibernate 5.x module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-hbm ---
[INFO] org.jooby:jooby-hbm:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- (javax.inject:javax.inject:jar:1:compile - omitted for duplicate)
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.zaxxer:HikariCP:jar:2.7.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- org.hibernate:hibernate-entitymanager:jar:5.2.1.Final:compile
[INFO] | +- org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile
[INFO] | +- org.hibernate:hibernate-core:jar:5.2.1.Final:compile
[INFO] | | +- (org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile - omitted for duplicate)
[INFO] | | +- (org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile - omitted for duplicate)
[INFO] | | +- (org.javassist:javassist:jar:3.20.0-GA:compile - omitted for duplicate)
[INFO] | | +- antlr:antlr:jar:2.7.7:compile
[INFO] | | +- (org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile - omitted for duplicate)
[INFO] | | +- org.jboss:jandex:jar:2.0.0.Final:compile
[INFO] | | +- com.fasterxml:classmate:jar:1.3.0:compile
[INFO] | | +- (dom4j:dom4j:jar:1.6.1:compile - omitted for duplicate)
[INFO] | | +- (org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile - omitted for duplicate)
[INFO] | | \- javax.enterprise:cdi-api:jar:1.1-PFD:compile
[INFO] | | +- javax.el:el-api:jar:2.2:compile
[INFO] | | +- org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:1.0.0.Beta1:compile
[INFO] | | +- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] | | \- javax.inject:javax.inject:jar:1:compile
[INFO] | +- dom4j:dom4j:jar:1.6.1:compile
[INFO] | | \- xml-apis:xml-apis:jar:1.0.b2:compile
[INFO] | +- org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile
[INFO] | | \- (org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile - omitted for duplicate)
[INFO] | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:compile
[INFO] | \- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] \- com.h2database:h2:jar:1.4.190:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jooby-dist 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-dist ---
[INFO] org.jooby:jooby-dist:jar:1.2.4-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building undertow module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-undertow ---
[INFO] org.jooby:jooby-undertow:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- io.undertow:undertow-core:jar:1.4.20.Final:compile
[INFO] | +- org.jboss.logging:jboss-logging:jar:3.2.1.Final:compile
[INFO] | +- org.jboss.xnio:xnio-api:jar:3.3.8.Final:compile
[INFO] | \- org.jboss.xnio:xnio-nio:jar:3.3.8.Final:runtime
[INFO] | \- (org.jboss.xnio:xnio-api:jar:3.3.8.Final:runtime - omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.apache.httpcomponents:fluent-hc:jar:4.5.2:test
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.2:test
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:test
[INFO] | | +- (commons-logging:commons-logging:jar:1.2:test - omitted for duplicate)
[INFO] | | \- commons-codec:commons-codec:jar:1.9:test
[INFO] | \- commons-logging:commons-logging:jar:1.2:test
[INFO] \- org.apache.httpcomponents:httpmime:jar:4.5.2:test
[INFO] \- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - omitted for duplicate)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building servlet module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-servlet ---
[INFO] org.jooby:jooby-servlet:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jetty module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-jetty ---
[INFO] org.jooby:jooby-jetty:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-servlet:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] +- org.eclipse.jetty:jetty-server:jar:9.4.7.v20170914:compile
[INFO] | +- (javax.servlet:javax.servlet-api:jar:3.1.0:compile - omitted for duplicate)
[INFO] | +- org.eclipse.jetty:jetty-http:jar:9.4.7.v20170914:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile
[INFO] | | \- (org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | \- org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile
[INFO] | \- (org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] +- org.eclipse.jetty.http2:http2-server:jar:9.4.7.v20170914:compile
[INFO] | +- org.eclipse.jetty.http2:http2-common:jar:9.4.7.v20170914:compile
[INFO] | | \- org.eclipse.jetty.http2:http2-hpack:jar:9.4.7.v20170914:compile
[INFO] | | +- (org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | +- (org.eclipse.jetty:jetty-http:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | \- (org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | \- (org.eclipse.jetty:jetty-server:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] +- org.eclipse.jetty.websocket:websocket-server:jar:9.4.7.v20170914:compile
[INFO] | +- org.eclipse.jetty.websocket:websocket-common:jar:9.4.7.v20170914:compile
[INFO] | | +- org.eclipse.jetty.websocket:websocket-api:jar:9.4.7.v20170914:compile
[INFO] | | +- (org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | \- (org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | +- org.eclipse.jetty.websocket:websocket-client:jar:9.4.7.v20170914:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.7.v20170914:compile
[INFO] | | | +- (org.eclipse.jetty:jetty-http:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | | \- (org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.7.v20170914:compile
[INFO] | | | \- (org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | +- (org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | +- (org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | \- (org.eclipse.jetty.websocket:websocket-common:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | +- org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.7.v20170914:compile
[INFO] | | +- (org.eclipse.jetty.websocket:websocket-api:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | \- (javax.servlet:javax.servlet-api:jar:3.1.0:compile - omitted for duplicate)
[INFO] | +- org.eclipse.jetty:jetty-servlet:jar:9.4.7.v20170914:compile
[INFO] | | \- org.eclipse.jetty:jetty-security:jar:9.4.7.v20170914:compile
[INFO] | | \- (org.eclipse.jetty:jetty-server:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | \- (org.eclipse.jetty:jetty-http:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] +- org.eclipse.jetty:jetty-alpn-server:jar:9.4.7.v20170914:compile
[INFO] | \- (org.eclipse.jetty:jetty-server:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.apache.httpcomponents:fluent-hc:jar:4.5.2:test
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.2:test
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:test
[INFO] | | +- (commons-logging:commons-logging:jar:1.2:test - omitted for duplicate)
[INFO] | | \- commons-codec:commons-codec:jar:1.9:test
[INFO] | \- commons-logging:commons-logging:jar:1.2:test
[INFO] \- org.apache.httpcomponents:httpmime:jar:4.5.2:test
[INFO] \- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - omitted for duplicate)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building neo4j module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-neo4j ---
[INFO] org.jooby:jooby-neo4j:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- com.graphaware.neo4j:runtime:jar:3.2.1.51:compile
[INFO] | +- com.graphaware.neo4j:runtime-api:jar:3.2.1.51:compile
[INFO] | | +- (com.graphaware.neo4j:common:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | | \- (com.graphaware.neo4j:writer-api:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | +- com.graphaware.neo4j:writer-api:jar:3.2.1.51:compile
[INFO] | +- com.graphaware.neo4j:writer:jar:3.2.1.51:compile
[INFO] | | +- (com.graphaware.neo4j:writer-api:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | | +- com.graphaware.neo4j:tx-executor:jar:3.2.1.51:compile
[INFO] | | | +- (com.graphaware.neo4j:common:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | +- com.graphaware.neo4j:common:jar:3.2.1.51:compile
[INFO] | | +- com.esotericsoftware:kryo:jar:3.0.3:compile
[INFO] | | | +- com.esotericsoftware:reflectasm:jar:1.10.1:compile
[INFO] | | | | \- (org.ow2.asm:asm:jar:5.0.3:compile - version managed from 5.2; omitted for duplicate)
[INFO] | | | +- com.esotericsoftware:minlog:jar:1.3.0:compile
[INFO] | | | \- org.objenesis:objenesis:jar:1.3:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile (version managed from 4.5.1)
[INFO] | | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:compile
[INFO] | | | \- (commons-codec:commons-codec:jar:1.9:compile - omitted for conflict with 1.10)
[INFO] | | +- org.springframework:spring-expression:jar:4.3.7.RELEASE:compile
[INFO] | | | \- org.springframework:spring-core:jar:4.3.7.RELEASE:compile
[INFO] | | +- com.eaio.uuid:uuid:jar:3.2:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5:compile
[INFO] | +- com.graphaware.neo4j:tx-api:jar:3.2.1.51:compile
[INFO] | | +- (com.graphaware.neo4j:common:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | | \- (com.graphaware.neo4j:tx-executor:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | \- org.apache.commons:commons-math3:jar:3.5:compile
[INFO] +- org.neo4j:neo4j-graphdb-api:jar:3.2.1:compile
[INFO] | +- org.neo4j:neo4j-common:jar:3.2.1:compile
[INFO] | +- org.neo4j:neo4j-resource:jar:3.2.1:compile
[INFO] | +- org.neo4j:neo4j-collections:jar:3.2.1:compile
[INFO] | | +- (org.neo4j:neo4j-resource:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | \- (org.neo4j:neo4j-common:jar:3.2.1:compile - omitted for duplicate)
[INFO] | \- org.neo4j:neo4j-primitive-collections:jar:3.2.1:compile
[INFO] | +- org.neo4j:neo4j-unsafe:jar:3.2.1:compile
[INFO] | +- (org.neo4j:neo4j-common:jar:3.2.1:compile - omitted for duplicate)
[INFO] | \- (org.neo4j:neo4j-resource:jar:3.2.1:compile - omitted for duplicate)
[INFO] +- org.neo4j:neo4j:jar:3.2.1:compile
[INFO] | +- org.neo4j:neo4j-kernel:jar:3.2.1:compile
[INFO] | | +- (org.neo4j:neo4j-graphdb-api:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- (org.neo4j:neo4j-common:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- (org.neo4j:neo4j-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- (org.neo4j:neo4j-primitive-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-io:jar:3.2.1:compile
[INFO] | | | +- (org.neo4j:neo4j-unsafe:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- (org.neo4j:neo4j-primitive-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | \- org.apache.commons:commons-lang3:jar:3.4:compile (version managed from 3.3.2)
[INFO] | | +- org.neo4j:neo4j-csv:jar:3.2.1:compile
[INFO] | | | +- (org.neo4j:neo4j-primitive-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | \- (org.neo4j:neo4j-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- (org.neo4j:neo4j-logging:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-lucene-upgrade:jar:3.2.1:compile
[INFO] | | | +- (org.apache.lucene:lucene-core:jar:5.5.0:compile - omitted for duplicate)
[INFO] | | | \- org.apache.lucene:lucene-backward-codecs:jar:5.5.0:compile
[INFO] | | | \- (org.apache.lucene:lucene-core:jar:5.5.0:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-configuration:jar:3.2.1:compile
[INFO] | | | +- (org.neo4j:neo4j-graphdb-api:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | \- (org.neo4j:neo4j-logging:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | \- org.neo4j:neo4j-index:jar:3.2.1:compile
[INFO] | | \- (org.neo4j:neo4j-io:jar:3.2.1:compile - omitted for duplicate)
[INFO] | +- org.neo4j:neo4j-lucene-index:jar:3.2.1:compile
[INFO] | | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- org.apache.lucene:lucene-analyzers-common:jar:5.5.0:compile
[INFO] | | | \- (org.apache.lucene:lucene-core:jar:5.5.0:compile - omitted for duplicate)
[INFO] | | +- org.apache.lucene:lucene-core:jar:5.5.0:compile
[INFO] | | +- org.apache.lucene:lucene-queryparser:jar:5.5.0:compile
[INFO] | | | \- (org.apache.lucene:lucene-core:jar:5.5.0:compile - omitted for duplicate)
[INFO] | | \- org.apache.lucene:lucene-codecs:jar:5.5.0:compile
[INFO] | | \- (org.apache.lucene:lucene-core:jar:5.5.0:compile - omitted for duplicate)
[INFO] | +- org.neo4j:neo4j-graph-algo:jar:3.2.1:compile
[INFO] | | \- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | +- org.neo4j:neo4j-udc:jar:3.2.1:compile
[INFO] | | \- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | +- org.neo4j:neo4j-cypher:jar:3.2.1:compile
[INFO] | | +- org.scala-lang:scala-library:jar:2.11.8:compile
[INFO] | | +- org.scala-lang:scala-reflect:jar:2.11.8:compile
[INFO] | | | \- (org.scala-lang:scala-library:jar:2.11.8:compile - omitted for duplicate)
[INFO] | | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- (org.neo4j:neo4j-lucene-index:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-graph-matching:jar:3.1.3:compile
[INFO] | | | \- (org.neo4j:neo4j-kernel:jar:3.1.3:compile - omitted for conflict with 3.2.1)
[INFO] | | +- (org.neo4j:neo4j-graph-algo:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-codegen:jar:3.2.1:compile
[INFO] | | | +- org.ow2.asm:asm:jar:5.0.3:compile
[INFO] | | | \- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.3.2; omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-cypher-compiler-2.3:jar:2.3.10:compile
[INFO] | | | +- (org.scala-lang:scala-reflect:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] | | | +- org.neo4j:neo4j-cypher-frontend-2.3:jar:2.3.10:compile
[INFO] | | | | +- (org.scala-lang:scala-reflect:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] | | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | | \- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.3.2; omitted for duplicate)
[INFO] | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | \- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.4.2:compile
[INFO] | | +- org.neo4j:neo4j-cypher-compiler-3.1:jar:3.1.4:compile
[INFO] | | | +- org.neo4j:neo4j-cypher-frontend-3.1:jar:3.1.4:compile
[INFO] | | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | | \- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.3.2; omitted for duplicate)
[INFO] | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | \- com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile (version managed from 2.3.3)
[INFO] | | +- org.neo4j:neo4j-cypher-compiler-3.2:jar:3.2.1:compile
[INFO] | | | +- org.neo4j:neo4j-cypher-frontend-3.2:jar:3.2.1:compile
[INFO] | | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | | \- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.3.2; omitted for duplicate)
[INFO] | | | +- org.neo4j:neo4j-cypher-ir-3.2:jar:3.2.1:compile
[INFO] | | | | +- (org.neo4j:neo4j-cypher-frontend-3.2:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | | \- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.3.2; omitted for duplicate)
[INFO] | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | \- (com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile - version managed from 2.3.3; omitted for duplicate)
[INFO] | | +- org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile
[INFO] | | | \- org.parboiled:parboiled-core:jar:1.1.7:compile
[INFO] | | \- net.sf.opencsv:opencsv:jar:2.3:compile
[INFO] | +- org.neo4j:neo4j-jmx:jar:3.2.1:compile
[INFO] | \- org.neo4j:neo4j-consistency-check:jar:3.2.1:compile
[INFO] | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | +- (org.neo4j:neo4j-lucene-index:jar:3.2.1:compile - omitted for duplicate)
[INFO] | +- org.neo4j:neo4j-command-line:jar:3.2.1:compile
[INFO] | | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | \- (org.neo4j:neo4j-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | +- org.neo4j:neo4j-dbms:jar:3.2.1:compile
[INFO] | | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- (org.neo4j:neo4j-graphdb-api:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- (org.neo4j:neo4j-command-line:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- (org.neo4j:neo4j-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- (org.neo4j:neo4j-io:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-import-tool:jar:3.2.1:compile
[INFO] | | | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | \- (org.neo4j:neo4j-lucene-index:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | \- org.apache.commons:commons-compress:jar:1.12:compile
[INFO] | \- (org.neo4j:neo4j-io:jar:3.2.1:compile - omitted for duplicate)
[INFO] +- org.neo4j:neo4j-slf4j:jar:3.2.1:compile
[INFO] | +- org.neo4j:neo4j-logging:jar:3.2.1:compile
[INFO] | | \- (org.neo4j:neo4j-io:jar:3.2.1:compile - omitted for duplicate)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.25:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] +- org.javassist:javassist:jar:3.20.0-GA:compile
[INFO] +- net.iot-solutions.graphdb:jcypher:jar:3.7.0:compile
[INFO] | +- javax.json:javax.json-api:jar:1.0:compile
[INFO] | +- org.glassfish:javax.json:jar:1.0.4:compile
[INFO] | +- org.glassfish.jersey.core:jersey-client:jar:2.22.1:compile
[INFO] | | +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[INFO] | | +- org.glassfish.jersey.core:jersey-common:jar:2.22.1:compile
[INFO] | | | +- (javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile - omitted for duplicate)
[INFO] | | | +- javax.annotation:javax.annotation-api:jar:1.2:compile
[INFO] | | | +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.1:compile
[INFO] | | | +- (org.glassfish.hk2:hk2-api:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | | +- (org.glassfish.hk2.external:javax.inject:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | | +- (org.glassfish.hk2:hk2-locator:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | | \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:compile
[INFO] | | +- org.glassfish.hk2:hk2-api:jar:2.4.0-b31:compile
[INFO] | | | +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b31:compile
[INFO] | | | \- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b31:compile
[INFO] | | +- org.glassfish.hk2.external:javax.inject:jar:2.4.0-b31:compile
[INFO] | | \- org.glassfish.hk2:hk2-locator:jar:2.4.0-b31:compile
[INFO] | | +- (org.glassfish.hk2.external:javax.inject:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | +- (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | +- (org.glassfish.hk2:hk2-api:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | +- (org.glassfish.hk2:hk2-utils:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:compile - version managed from 3.18.1-GA; omitted for duplicate)
[INFO] | +- (org.neo4j:neo4j:jar:3.2.1:compile - version managed from 3.1.1; omitted for duplicate)
[INFO] | +- org.neo4j.driver:neo4j-java-driver:jar:1.1.0:compile
[INFO] | \- (org.javassist:javassist:jar:3.20.0-GA:compile - version managed from 3.18.1-GA; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- (org.objenesis:objenesis:jar:1.3:compile - scope updated from test; omitted for duplicate)
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - version managed from 3.18.1-GA; omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- (org.javassist:javassist:jar:3.20.0-GA:test - version managed from 3.18.1-GA; omitted for duplicate)
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- commons-lang:commons-lang:jar:2.6:test
[INFO] \- com.graphaware.neo4j:expire:jar:3.2.1.51.4:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building quartz module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-quartz ---
[INFO] org.jooby:jooby-quartz:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.quartz-scheduler:quartz:jar:2.2.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jdbi module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-jdbi ---
[INFO] org.jooby:jooby-jdbi:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.zaxxer:HikariCP:jar:2.7.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- org.jdbi:jdbi:jar:2.78:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jdbi3 module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-jdbi3 ---
[INFO] org.jooby:jooby-jdbi3:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.21; omitted for duplicate)
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.zaxxer:HikariCP:jar:2.7.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- org.jdbi:jdbi3:jar:3.0.0-beta2:compile
[INFO] | +- org.antlr:antlr-runtime:jar:3.4:compile
[INFO] | | +- org.antlr:stringtemplate:jar:3.2.1:compile
[INFO] | | | \- (antlr:antlr:jar:2.7.7:compile - omitted for duplicate)
[INFO] | | \- antlr:antlr:jar:2.7.7:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- com.google.code.findbugs:annotations:jar:3.0.1:compile
[INFO] | | +- net.jcip:jcip-annotations:jar:1.0:compile
[INFO] | | \- com.google.code.findbugs:jsr305:jar:3.0.2:compile (version managed from 3.0.1)
[INFO] | \- net.jodah:expiringmap:jar:0.5.6:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.21; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- com.h2database:h2:jar:1.4.190:test
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building hot reload module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-run ---
[INFO] org.jooby:jooby-run:jar:1.2.4-SNAPSHOT
[INFO] +- org.jboss.modules:jboss-modules:jar:1.7.0.Beta3:compile
[INFO] +- org.jooby:funzy:jar:0.1.0:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jedis module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-jedis ---
[INFO] org.jooby:jooby-jedis:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- redis.clients:jedis:jar:2.9.0:compile
[INFO] | \- org.apache.commons:commons-pool2:jar:2.4.2:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building mongodb module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-mongodb ---
[INFO] org.jooby:jooby-mongodb:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.mongodb:mongo-java-driver:jar:3.2.2:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] \- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:test
[INFO] +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:test
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:test
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:test
[INFO] +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building RxJava module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-rxjava ---
[INFO] org.jooby:jooby-rxjava:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-executor:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- io.reactivex:rxjava:jar:1.1.5:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building mongodb-rx module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-mongodb-rx ---
[INFO] org.jooby:jooby-mongodb-rx:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-rxjava:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-executor:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- io.reactivex:rxjava:jar:1.1.5:compile
[INFO] +- org.mongodb:mongodb-driver-core:jar:3.2.2:compile
[INFO] | \- org.mongodb:bson:jar:3.2.2:compile
[INFO] +- org.mongodb:mongodb-driver-async:jar:3.2.2:compile
[INFO] | +- (org.mongodb:mongodb-driver-core:jar:3.2.2:compile - omitted for duplicate)
[INFO] | \- (org.mongodb:bson:jar:3.2.2:compile - omitted for duplicate)
[INFO] +- org.mongodb:mongodb-driver-rx:jar:1.2.0:compile
[INFO] | +- (io.reactivex:rxjava:jar:1.1.5:compile - version managed from 1.0.17; omitted for duplicate)
[INFO] | \- (org.mongodb:mongodb-driver-async:jar:3.2.2:compile - version managed from 3.2.0; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - scope updated from test; omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - scope updated from test; omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building morphia module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-morphia ---
[INFO] org.jooby:jooby-morphia:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-mongodb:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.5; omitted for duplicate)
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- org.mongodb:mongo-java-driver:jar:3.2.2:compile
[INFO] +- org.mongodb.morphia:morphia:jar:1.1.1:compile
[INFO] | +- (org.mongodb:mongo-java-driver:jar:3.2.2:compile - version managed from 3.0.2; omitted for duplicate)
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:compile (version managed from 2.2.2)
[INFO] | \- com.thoughtworks.proxytoys:proxytoys:jar:1.0:compile
[INFO] +- org.mongodb.morphia:morphia-logging-slf4j:jar:1.1.1:compile
[INFO] | +- (org.mongodb.morphia:morphia:jar:1.1.1:compile - omitted for duplicate)
[INFO] | \- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.5; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] \- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building camel module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-camel ---
[INFO] org.jooby:jooby-camel:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.apache.camel:camel-core:jar:2.18.3:compile
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[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.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.22; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Elasticsearch module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-elasticsearch ---
[INFO] org.jooby:jooby-elasticsearch:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.elasticsearch.client:rest:jar:5.0.0:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[INFO] | | +- (org.apache.httpcomponents:httpcore:jar:4.4.4:compile - omitted for conflict with 4.4.5)
[INFO] | | +- (commons-logging:commons-logging:jar:1.2:compile - omitted for conflict with 1.1.3)
[INFO] | | \- (commons-codec:commons-codec:jar:1.9:compile - omitted for conflict with 1.10)
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.5:compile
[INFO] | +- org.apache.httpcomponents:httpasyncclient:jar:4.1.2:compile
[INFO] | | +- (org.apache.httpcomponents:httpcore:jar:4.4.5:compile - omitted for duplicate)
[INFO] | | +- (org.apache.httpcomponents:httpcore-nio:jar:4.4.5:compile - omitted for duplicate)
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - omitted for duplicate)
[INFO] | | \- (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate)
[INFO] | +- org.apache.httpcomponents:httpcore-nio:jar:4.4.5:compile
[INFO] | | \- (org.apache.httpcomponents:httpcore:jar:4.4.5:compile - omitted for duplicate)
[INFO] | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | \- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building hibernate validator module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-hbv ---
[INFO] org.jooby:jooby-hbv:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[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] +- javax.el:javax.el-api:jar:2.2.5:compile
[INFO] +- org.glassfish.web:javax.el:jar:2.2.6:compile
[INFO] | \- (javax.el:javax.el-api:jar:2.2.5:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jooby archetype generator 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-archetype ---
[INFO] org.jooby:jooby-archetype:maven-archetype:1.2.4-SNAPSHOT
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building assets module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets ---
[INFO] org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building maven plugins 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-maven-plugin ---
[INFO] org.jooby:jooby-maven-plugin:maven-plugin:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - omitted for duplicate)
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- (javax.inject:javax.inject:jar:1:compile - omitted for duplicate)
[INFO] | +- (aopalliance:aopalliance:jar:1.0:compile - omitted for duplicate)
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby-spec:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- com.github.javaparser:javaparser-core:jar:2.3.0:compile
[INFO] +- org.jooby:jooby-apitool:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.2:compile
[INFO] | | +- (org.yaml:snakeyaml:jar:1.15:compile - version managed from 1.18; omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - omitted for duplicate)
[INFO] | +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- io.swagger:swagger-core:jar:1.5.16:compile
[INFO] | | +- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.2.1; omitted for duplicate)
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.9:compile - omitted for conflict with 2.9.0)
[INFO] | | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.8.9; omitted for duplicate)
[INFO] | | +- (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.2:compile - version managed from 2.8.9; omitted for duplicate)
[INFO] | | +- io.swagger:swagger-models:jar:1.5.16:compile
[INFO] | | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.9:compile - omitted for conflict with 2.9.0)
[INFO] | | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[INFO] | | | \- io.swagger:swagger-annotations:jar:1.5.16:compile
[INFO] | | +- (com.google.guava:guava:jar:21.0:compile - version managed from 20.0; omitted for duplicate)
[INFO] | | \- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] | +- org.webjars:swagger-ui:jar:3.1.6:compile
[INFO] | +- org.webjars.bower:swagger-ui-themes:jar:3.0.0:compile
[INFO] | \- org.webjars.npm:api-console:jar:3.0.17:compile
[INFO] +- org.jooby:jooby-run:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jboss.modules:jboss-modules:jar:1.7.0.Beta3:compile
[INFO] | \- org.jooby:funzy:jar:0.1.0:compile
[INFO] +- org.apache.maven:maven-plugin-api:jar:3.3.3:compile
[INFO] | +- org.apache.maven:maven-model:jar:3.3.3:compile
[INFO] | | \- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.5.15; omitted for duplicate)
[INFO] | +- org.apache.maven:maven-artifact:jar:3.3.3:compile
[INFO] | | \- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - omitted for duplicate)
[INFO] | \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0:compile
[INFO] | +- javax.enterprise:cdi-api:jar:1.0:compile
[INFO] | | +- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] | | \- (javax.inject:javax.inject:jar:1:compile - omitted for duplicate)
[INFO] | +- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0:compile
[INFO] | +- (org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile - omitted for duplicate)
[INFO] | +- (org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile - omitted for duplicate)
[INFO] | \- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 3.0.17; omitted for duplicate)
[INFO] +- org.apache.maven:maven-project:jar:2.2.1:compile
[INFO] | +- org.apache.maven:maven-settings:jar:2.2.1:compile
[INFO] | | +- (org.apache.maven:maven-model:jar:2.2.1:compile - omitted for conflict with 3.3.3)
[INFO] | | +- (org.codehaus.plexus:plexus-interpolation:jar:1.11:compile - omitted for duplicate)
[INFO] | | +- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.5.15; omitted for duplicate)
[INFO] | | \- (org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile - omitted for duplicate)
[INFO] | +- org.apache.maven:maven-profile:jar:2.2.1:compile
[INFO] | | +- (org.apache.maven:maven-model:jar:2.2.1:compile - omitted for conflict with 3.3.3)
[INFO] | | +- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.5.15; omitted for duplicate)
[INFO] | | +- (org.codehaus.plexus:plexus-interpolation:jar:1.11:compile - omitted for duplicate)
[INFO] | | \- (org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile - omitted for duplicate)
[INFO] | +- (org.apache.maven:maven-model:jar:2.2.1:compile - omitted for conflict with 3.3.3)
[INFO] | +- org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[INFO] | | +- (org.apache.maven:maven-repository-metadata:jar:2.2.1:compile - omitted for conflict with 3.3.3)
[INFO] | | +- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.5.15; omitted for duplicate)
[INFO] | | +- (org.apache.maven:maven-artifact:jar:2.2.1:compile - omitted for conflict with 3.3.3)
[INFO] | | +- (org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile - omitted for duplicate)
[INFO] | | +- org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[INFO] | | | \- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.4.2; omitted for duplicate)
[INFO] | | \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[INFO] | +- org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[INFO] | | +- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.5.15; omitted for duplicate)
[INFO] | | \- (org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile - omitted for duplicate)
[INFO] | +- org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[INFO] | +- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.5.5; omitted for duplicate)
[INFO] | +- (org.apache.maven:maven-artifact:jar:2.2.1:compile - omitted for conflict with 3.3.3)
[INFO] | \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[INFO] | +- (junit:junit:jar:4.12:compile - version managed from 3.8.1; omitted for duplicate)
[INFO] | +- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.0.4; omitted for duplicate)
[INFO] | \- classworlds:classworlds:jar:1.1-alpha-2:compile
[INFO] +- org.apache.maven:maven-core:jar:3.3.3:compile
[INFO] | +- (org.apache.maven:maven-model:jar:3.3.3:compile - omitted for duplicate)
[INFO] | +- (org.apache.maven:maven-settings:jar:3.3.3:compile - omitted for conflict with 2.2.1)
[INFO] | +- org.apache.maven:maven-settings-builder:jar:3.3.3:compile
[INFO] | | +- org.apache.maven:maven-builder-support:jar:3.3.3:compile
[INFO] | | | \- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.0.4; omitted for duplicate)
[INFO] | | +- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.0.4; omitted for duplicate)
[INFO] | | +- (org.codehaus.plexus:plexus-interpolation:jar:1.21:compile - omitted for conflict with 1.11)
[INFO] | | +- (org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile - omitted for duplicate)
[INFO] | | +- (org.apache.maven:maven-settings:jar:3.3.3:compile - omitted for conflict with 2.2.1)
[INFO] | | \- (org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile - omitted for duplicate)
[INFO] | +- org.apache.maven:maven-repository-metadata:jar:3.3.3:compile
[INFO] | | \- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.5.5; omitted for duplicate)
[INFO] | +- (org.apache.maven:maven-artifact:jar:3.3.3:compile - omitted for duplicate)
[INFO] | +- (org.apache.maven:maven-plugin-api:jar:3.3.3:compile - omitted for duplicate)
[INFO] | +- org.apache.maven:maven-model-builder:jar:3.3.3:compile
[INFO] | | +- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.5.5; omitted for duplicate)
[INFO] | | +- (org.codehaus.plexus:plexus-interpolation:jar:1.21:compile - omitted for conflict with 1.11)
[INFO] | | +- (org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile - omitted for duplicate)
[INFO] | | +- (org.apache.maven:maven-model:jar:3.3.3:compile - omitted for duplicate)
[INFO] | | +- (org.apache.maven:maven-builder-support:jar:3.3.3:compile - omitted for duplicate)
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 18.0; omitted for duplicate)
[INFO] | +- org.apache.maven:maven-aether-provider:jar:3.3.3:compile
[INFO] | | +- (org.apache.maven:maven-model:jar:3.3.3:compile - omitted for duplicate)
[INFO] | | +- (org.apache.maven:maven-model-builder:jar:3.3.3:compile - omitted for duplicate)
[INFO] | | +- (org.apache.maven:maven-repository-metadata:jar:3.3.3:compile - omitted for duplicate)
[INFO] | | +- (org.eclipse.aether:aether-api:jar:1.0.2.v20150114:compile - omitted for duplicate)
[INFO] | | +- org.eclipse.aether:aether-spi:jar:1.0.2.v20150114:compile
[INFO] | | | \- (org.eclipse.aether:aether-api:jar:1.0.2.v20150114:compile - omitted for duplicate)
[INFO] | | +- (org.eclipse.aether:aether-util:jar:1.0.2.v20150114:compile - omitted for duplicate)
[INFO] | | +- (org.eclipse.aether:aether-impl:jar:1.0.2.v20150114:compile - omitted for duplicate)
[INFO] | | +- (org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile - omitted for duplicate)
[INFO] | | \- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.5.5; omitted for duplicate)
[INFO] | +- org.eclipse.aether:aether-impl:jar:1.0.2.v20150114:compile
[INFO] | | +- (org.eclipse.aether:aether-api:jar:1.0.2.v20150114:compile - omitted for duplicate)
[INFO] | | +- (org.eclipse.aether:aether-spi:jar:1.0.2.v20150114:compile - omitted for duplicate)
[INFO] | | \- (org.eclipse.aether:aether-util:jar:1.0.2.v20150114:compile - omitted for duplicate)
[INFO] | +- org.eclipse.aether:aether-api:jar:1.0.2.v20150114:compile
[INFO] | +- org.eclipse.aether:aether-util:jar:1.0.2.v20150114:compile
[INFO] | | \- (org.eclipse.aether:aether-api:jar:1.0.2.v20150114:compile - omitted for duplicate)
[INFO] | +- (org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0:compile - omitted for duplicate)
[INFO] | +- org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 16.0.1; omitted for duplicate)
[INFO] | +- (org.codehaus.plexus:plexus-interpolation:jar:1.21:compile - omitted for conflict with 1.11)
[INFO] | +- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.5.5; omitted for duplicate)
[INFO] | +- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
[INFO] | +- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[INFO] | \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[INFO] | +- (org.codehaus.plexus:plexus-utils:jar:3.0.20:compile - version managed from 1.5.5; omitted for duplicate)
[INFO] | \- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[INFO] +- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.4:provided
[INFO] | \- (org.apache.maven:maven-artifact:jar:3.0:provided - omitted for conflict with 3.3.3)
[INFO] +- org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:provided
[INFO] +- junit:junit:jar:4.12:test (scope not updated to compile)
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ehcache module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-ehcache ---
[INFO] org.jooby:jooby-ehcache:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- net.sf.ehcache:ehcache:jar:2.10.0:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pac4j module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-pac4j ---
[INFO] org.jooby:jooby-pac4j:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.pac4j:pac4j-core:jar:1.9.9:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.14; omitted for duplicate)
[INFO] +- org.pac4j:pac4j-http:jar:1.9.9:compile
[INFO] | \- (org.pac4j:pac4j-core:jar:2.2.1:compile - version managed from 1.9.9; omitted for conflict with 1.9.9)
[INFO] +- org.pac4j:pac4j-oauth:jar:1.9.9:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - version managed from 1.9.9; omitted for conflict with 1.9.9)
[INFO] | +- commons-codec:commons-codec:jar:1.10:test
[INFO] | +- com.github.scribejava:scribejava-apis:jar:2.5.3:test
[INFO] | | \- com.github.scribejava:scribejava-core:jar:2.5.3:test
[INFO] | \- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test (version managed from 2.6.5)
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] +- org.pac4j:pac4j-cas:jar:1.9.9:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - version managed from 1.9.9; omitted for conflict with 1.9.9)
[INFO] | +- org.jasig.cas.client:cas-client-core:jar:3.4.1:test
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.1; omitted for duplicate)
[INFO] | \- org.jasig.cas.client:cas-client-support-saml:jar:3.4.1:test
[INFO] | +- (org.jasig.cas.client:cas-client-core:jar:3.4.1:test - omitted for duplicate)
[INFO] | +- (joda-time:joda-time:jar:2.7:test - omitted for conflict with 2.9.2)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.1; omitted for duplicate)
[INFO] +- org.pac4j:pac4j-openid:jar:1.9.9:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - version managed from 1.9.9; omitted for conflict with 1.9.9)
[INFO] | +- org.openid4java:openid4java:jar:1.0.0:test
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.2:test (version managed from 4.1)
[INFO] | | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:test
[INFO] | | | \- (commons-codec:commons-codec:jar:1.9:test - omitted for conflict with 1.10)
[INFO] | | +- net.sourceforge.nekohtml:nekohtml:jar:1.9.10:test
[INFO] | | | \- (xerces:xercesImpl:jar:2.8.1:test - omitted for duplicate)
[INFO] | | +- (com.google.inject:guice:jar:4.1.0:test - version managed from 2.0; omitted for duplicate)
[INFO] | | \- xerces:xercesImpl:jar:2.8.1:test
[INFO] | | \- (xml-apis:xml-apis:jar:1.3.03:test - omitted for conflict with 1.0.b2)
[INFO] | +- org.slf4j:jcl-over-slf4j:jar:1.7.25:test (version managed from 1.7.14)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.1; omitted for duplicate)
[INFO] | \- xml-apis:xml-apis:jar:1.0.b2:test
[INFO] +- org.pac4j:pac4j-saml:jar:1.9.9:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - version managed from 1.9.9; omitted for conflict with 1.9.9)
[INFO] | +- org.opensaml:opensaml-core:jar:3.2.0:test
[INFO] | | +- (joda-time:joda-time:jar:2.9:test - omitted for conflict with 2.7)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- net.shibboleth.utilities:java-support:jar:7.1.1:test
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.2:test (version managed from 3.0.0)
[INFO] | | +- (com.google.guava:guava:jar:21.0:test - version managed from 18.0; omitted for duplicate)
[INFO] | | +- (joda-time:joda-time:jar:2.7:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.10; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-saml-api:jar:3.2.0:test
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-soap-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-profile-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- org.opensaml:opensaml-storage-api:jar:3.2.0:test
[INFO] | | | +- (joda-time:joda-time:jar:2.9:test - omitted for conflict with 2.7)
[INFO] | | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-saml-impl:jar:3.2.0:test
[INFO] | | +- (org.opensaml:opensaml-profile-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-saml-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-storage-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-security-impl:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-xmlsec-impl:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- org.opensaml:opensaml-soap-impl:jar:3.2.0:test
[INFO] | | | +- (org.opensaml:opensaml-soap-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | | +- (org.opensaml:opensaml-profile-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | | +- (org.apache.velocity:velocity:jar:1.7:test - omitted for duplicate)
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - version managed from 4.3.6; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-soap-api:jar:3.2.0:test
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - version managed from 4.3.6; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:3.2.0:test
[INFO] | | +- (org.opensaml:opensaml-security-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-security-api:jar:3.2.0:test
[INFO] | | +- (org.opensaml:opensaml-core:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- org.apache.santuario:xmlsec:jar:2.0.5:test
[INFO] | | | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | | | +- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:test
[INFO] | | | | +- javax.xml.stream:stax-api:jar:1.0-2:test
[INFO] | | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:test
[INFO] | | | \- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | +- (org.cryptacular:cryptacular:jar:1.0:test - omitted for conflict with 1.1.0)
[INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.53:test
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-security-impl:jar:3.2.0:test
[INFO] | | +- (org.opensaml:opensaml-security-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-profile-api:jar:3.2.0:test
[INFO] | | +- (org.opensaml:opensaml-core:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-profile-impl:jar:3.2.0:test
[INFO] | | +- (org.opensaml:opensaml-profile-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-messaging-api:jar:3.2.0:test
[INFO] | | +- (org.opensaml:opensaml-core:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (joda-time:joda-time:jar:2.9:test - omitted for conflict with 2.7)
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - version managed from 4.3.6; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-messaging-impl:jar:3.2.0:test
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-xmlsec-impl:jar:3.2.0:test
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-security-impl:jar:3.2.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.2.0:test - omitted for conflict with 7.1.1)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | +- org.cryptacular:cryptacular:jar:1.1.0:test
[INFO] | +- joda-time:joda-time:jar:2.9.2:test
[INFO] | +- xalan:xalan:jar:2.7.2:test
[INFO] | | \- xalan:serializer:jar:2.7.2:test
[INFO] | | \- (xml-apis:xml-apis:jar:1.3.04:test - omitted for conflict with 1.0.b2)
[INFO] | +- org.apache.velocity:velocity:jar:1.7:test
[INFO] | | +- (commons-collections:commons-collections:jar:3.2.1:test - omitted for conflict with 3.2.2)
[INFO] | | \- commons-lang:commons-lang:jar:2.4:test
[INFO] | +- commons-collections:commons-collections:jar:3.2.2:test
[INFO] | \- (org.slf4j:jcl-over-slf4j:jar:1.7.25:test - version managed from 1.7.14; omitted for duplicate)
[INFO] +- org.pac4j:pac4j-gae:jar:1.9.9:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - version managed from 1.9.9; omitted for conflict with 1.9.9)
[INFO] | +- com.google.appengine:appengine-api-1.0-sdk:jar:1.9.31:test
[INFO] | +- com.google.appengine:appengine-jsr107cache:jar:1.9.31:test
[INFO] | \- net.sf.jsr107cache:jsr107cache:jar:1.1:test
[INFO] +- org.pac4j:pac4j-oidc:jar:1.9.9:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - version managed from 1.9.9; omitted for conflict with 1.9.9)
[INFO] | +- com.nimbusds:oauth2-oidc-sdk:jar:5.24.2:test
[INFO] | | +- javax.mail:mail:jar:1.4.7:test
[INFO] | | | \- javax.activation:activation:jar:1.1:test
[INFO] | | +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:test
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.4:test (version managed from 3.5)
[INFO] | | +- org.apache.commons:commons-collections4:jar:4.1:test
[INFO] | | +- net.minidev:json-smart:jar:1.3.1:test
[INFO] | | \- com.nimbusds:lang-tag:jar:1.4.3:test
[INFO] | | \- (net.minidev:json-smart:jar:1.3.1:test - omitted for duplicate)
[INFO] | \- com.nimbusds:nimbus-jose-jwt:jar:4.26:test
[INFO] | +- (com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:test - omitted for duplicate)
[INFO] | +- (net.minidev:json-smart:jar:1.3.1:test - omitted for duplicate)
[INFO] | \- commons-io:commons-io:jar:2.6:test
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pac4j2 module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-pac4j2 ---
[INFO] org.jooby:jooby-pac4j2:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.pac4j:pac4j-core:jar:2.2.1:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- org.pac4j:pac4j-http:jar:2.2.1:compile
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:compile - omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile (version managed from 2.8.7)
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[INFO] +- org.pac4j:pac4j-oauth:jar:2.2.1:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - omitted for duplicate)
[INFO] | +- commons-codec:commons-codec:jar:1.10:test
[INFO] | +- com.github.scribejava:scribejava-apis:jar:3.3.0:test
[INFO] | | \- com.github.scribejava:scribejava-core:jar:3.3.0:test
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - version managed from 2.8.7; omitted for duplicate)
[INFO] +- org.pac4j:pac4j-cas:jar:2.2.1:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - omitted for duplicate)
[INFO] | +- org.jasig.cas.client:cas-client-core:jar:3.4.1:test
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.1; omitted for duplicate)
[INFO] | +- org.jasig.cas.client:cas-client-support-saml:jar:3.4.1:test
[INFO] | | +- (org.jasig.cas.client:cas-client-core:jar:3.4.1:test - omitted for duplicate)
[INFO] | | +- (joda-time:joda-time:jar:2.7:test - omitted for conflict with 2.9.2)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.1; omitted for duplicate)
[INFO] | \- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] +- org.pac4j:pac4j-openid:jar:2.2.1:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - omitted for duplicate)
[INFO] | +- org.openid4java:openid4java:jar:1.0.0:test
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.2:test (version managed from 4.1)
[INFO] | | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:test
[INFO] | | | \- (commons-codec:commons-codec:jar:1.9:test - omitted for conflict with 1.10)
[INFO] | | +- net.sourceforge.nekohtml:nekohtml:jar:1.9.10:test
[INFO] | | | \- (xerces:xercesImpl:jar:2.8.1:test - omitted for duplicate)
[INFO] | | +- (com.google.inject:guice:jar:4.1.0:test - version managed from 2.0; omitted for duplicate)
[INFO] | | \- xerces:xercesImpl:jar:2.8.1:test
[INFO] | | \- (xml-apis:xml-apis:jar:1.3.03:test - omitted for conflict with 1.0.b2)
[INFO] | +- org.slf4j:jcl-over-slf4j:jar:1.7.25:test
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.1; omitted for duplicate)
[INFO] | \- xml-apis:xml-apis:jar:1.0.b2:test
[INFO] +- org.pac4j:pac4j-saml:jar:2.2.1:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-core:jar:3.3.0:test
[INFO] | | +- (joda-time:joda-time:jar:2.9:test - omitted for conflict with 2.7)
[INFO] | | +- io.dropwizard.metrics:metrics-core:jar:3.1.2:test
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.7; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- net.shibboleth.utilities:java-support:jar:7.3.0:test
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.2:test (version managed from 3.0.1)
[INFO] | | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | | +- (joda-time:joda-time:jar:2.9:test - omitted for conflict with 2.7)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-saml-api:jar:3.3.0:test
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-soap-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-profile-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- org.opensaml:opensaml-storage-api:jar:3.3.0:test
[INFO] | | | +- (joda-time:joda-time:jar:2.9:test - omitted for conflict with 2.7)
[INFO] | | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-saml-impl:jar:3.3.0:test
[INFO] | | +- (org.opensaml:opensaml-profile-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-saml-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-storage-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-security-impl:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-xmlsec-impl:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- org.opensaml:opensaml-soap-impl:jar:3.3.0:test
[INFO] | | | +- (org.opensaml:opensaml-soap-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | | +- (org.opensaml:opensaml-profile-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | | +- (org.apache.velocity:velocity:jar:1.7:test - omitted for duplicate)
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - version managed from 4.3.6; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-soap-api:jar:3.3.0:test
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - version managed from 4.3.6; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:3.3.0:test
[INFO] | | +- (org.opensaml:opensaml-security-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-security-api:jar:3.3.0:test
[INFO] | | +- (org.opensaml:opensaml-core:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- org.apache.santuario:xmlsec:jar:2.0.5:test
[INFO] | | | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | | | +- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:test
[INFO] | | | | +- javax.xml.stream:stax-api:jar:1.0-2:test
[INFO] | | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:test
[INFO] | | | \- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | +- (org.cryptacular:cryptacular:jar:1.1.1:test - omitted for conflict with 1.1.0)
[INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.54:test
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-security-impl:jar:3.3.0:test
[INFO] | | +- (org.opensaml:opensaml-security-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-profile-api:jar:3.3.0:test
[INFO] | | +- (org.opensaml:opensaml-core:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-profile-impl:jar:3.3.0:test
[INFO] | | +- (org.opensaml:opensaml-profile-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-messaging-api:jar:3.3.0:test
[INFO] | | +- (org.opensaml:opensaml-core:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (joda-time:joda-time:jar:2.9:test - omitted for conflict with 2.7)
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - version managed from 4.3.6; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-messaging-impl:jar:3.3.0:test
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-xmlsec-impl:jar:3.3.0:test
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-security-impl:jar:3.3.0:test - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:test - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | +- org.cryptacular:cryptacular:jar:1.1.0:test
[INFO] | +- joda-time:joda-time:jar:2.9.2:test
[INFO] | +- xalan:xalan:jar:2.7.2:test
[INFO] | | \- xalan:serializer:jar:2.7.2:test
[INFO] | | \- (xml-apis:xml-apis:jar:1.3.04:test - omitted for conflict with 1.0.b2)
[INFO] | +- org.apache.velocity:velocity:jar:1.7:test
[INFO] | | +- (commons-collections:commons-collections:jar:3.2.1:test - omitted for conflict with 3.2.2)
[INFO] | | \- commons-lang:commons-lang:jar:2.4:test
[INFO] | +- commons-collections:commons-collections:jar:3.2.2:test
[INFO] | +- (org.slf4j:jcl-over-slf4j:jar:1.7.25:test - omitted for duplicate)
[INFO] | \- org.springframework:spring-core:jar:4.3.7.RELEASE:test
[INFO] | \- commons-logging:commons-logging:jar:1.2:test
[INFO] +- org.pac4j:pac4j-gae:jar:2.2.1:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - omitted for duplicate)
[INFO] | +- com.google.appengine:appengine-api-1.0-sdk:jar:1.9.50:test
[INFO] | +- com.google.appengine:appengine-jsr107cache:jar:1.9.50:test
[INFO] | \- net.sf.jsr107cache:jsr107cache:jar:1.1:test
[INFO] +- org.pac4j:pac4j-oidc:jar:2.2.1:test
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:test - omitted for duplicate)
[INFO] | +- com.nimbusds:oauth2-oidc-sdk:jar:5.24.2:test
[INFO] | | +- javax.mail:mail:jar:1.4.7:test
[INFO] | | | \- javax.activation:activation:jar:1.1:test
[INFO] | | +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:test
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.4:test (version managed from 3.5)
[INFO] | | +- org.apache.commons:commons-collections4:jar:4.1:test
[INFO] | | +- net.minidev:json-smart:jar:1.3.1:test
[INFO] | | \- com.nimbusds:lang-tag:jar:1.4.3:test
[INFO] | | \- (net.minidev:json-smart:jar:1.3.1:test - omitted for duplicate)
[INFO] | \- com.nimbusds:nimbus-jose-jwt:jar:4.36:test
[INFO] | +- (com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:test - omitted for duplicate)
[INFO] | +- (net.minidev:json-smart:jar:1.3.1:test - omitted for duplicate)
[INFO] | \- org.bouncycastle:bcpkix-jdk15on:jar:1.55:test
[INFO] | \- (org.bouncycastle:bcprov-jdk15on:jar:1.55:test - omitted for conflict with 1.54)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] \- org.ow2.asm:asm:jar:5.0.3:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building swagger module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-swagger ---
[INFO] org.jooby:jooby-swagger:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-spec:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- (com.google.guava:guava:jar:21.0:compile - version managed from 20.0; omitted for duplicate)
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.github.javaparser:javaparser-core:jar:2.3.0:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[INFO] +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.2:compile
[INFO] | +- (org.yaml:snakeyaml:jar:1.15:compile - version managed from 1.18; omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - omitted for duplicate)
[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] +- io.swagger:swagger-core:jar:1.5.16:compile
[INFO] | +- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.2.1; omitted for duplicate)
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.9:compile - omitted for conflict with 2.9.0)
[INFO] | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.8.9; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.2:compile - version managed from 2.8.9; omitted for duplicate)
[INFO] | +- io.swagger:swagger-models:jar:1.5.16:compile
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.9:compile - omitted for conflict with 2.9.0)
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[INFO] | | \- io.swagger:swagger-annotations:jar:1.5.16:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] +- org.webjars:swagger-ui:jar:3.1.6:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.22; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 20.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building raml module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-raml ---
[INFO] org.jooby:jooby-raml:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-spec:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.github.javaparser:javaparser-core:jar:2.3.0:compile
[INFO] +- org.jsoup:jsoup:jar:1.8.3:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building spymemcached module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-spymemcached ---
[INFO] org.jooby:jooby-spymemcached:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- net.spy:spymemcached:jar:2.12.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building aws module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-aws ---
[INFO] org.jooby:jooby-aws:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.4:compile
[INFO] | \- commons-codec:commons-codec:jar:1.9:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[INFO] +- com.amazonaws:aws-java-sdk-core:jar:1.11.43:compile
[INFO] | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - omitted for duplicate)
[INFO] | +- software.amazon.ion:ion-java:jar:1.0.1:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.6.6; omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6:compile
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.6.6; omitted for duplicate)
[INFO] | \- joda-time:joda-time:jar:2.8.1:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commons email module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-commons-email ---
[INFO] org.jooby:jooby-commons-email:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.apache.commons:commons-email:jar:1.4:compile
[INFO] | +- com.sun.mail:javax.mail:jar:1.5.2:compile
[INFO] | | \- (javax.activation:activation:jar:1.1:compile - omitted for conflict with 1.1.1)
[INFO] | \- javax.activation:activation:jar:1.1.1:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building consul module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-consul ---
[INFO] org.jooby:jooby-consul:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.2:compile
[INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile - omitted for conflict with 2.9.2)
[INFO] | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - omitted for duplicate)
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-guava:jar:2.9.2:compile
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 18.0; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - omitted for duplicate)
[INFO] +- com.orbitz.consul:consul-client:jar:1.0.1:compile
[INFO] | +- com.squareup.retrofit2:retrofit:jar:2.3.0:compile
[INFO] | | \- (com.squareup.okhttp3:okhttp:jar:3.8.0:compile - omitted for conflict with 3.9.0)
[INFO] | +- com.squareup.retrofit2:converter-jackson:jar:2.3.0:compile
[INFO] | | +- (com.squareup.retrofit2:retrofit:jar:2.3.0:compile - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.7.2; omitted for duplicate)
[INFO] | +- com.squareup.okhttp3:okhttp:jar:3.9.0:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 22.0; omitted for duplicate)
[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile (version managed from 1.3.9)
[INFO] | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.7.4:compile - omitted for conflict with 2.9.2)
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:compile (version managed from 2.7.4)
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.datatype:jackson-datatype-guava:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.21; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.21; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 22.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jongo module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-jongo ---
[INFO] org.jooby:jooby-jongo:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[INFO] +- de.undercouch:bson4jackson:jar:2.5.0:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.5.3; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.5.3; omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-annotations:jar:2.5.3:compile - omitted for conflict with 2.9.0)
[INFO] +- org.mongodb:mongo-java-driver:jar:3.2.2:compile
[INFO] +- org.jongo:jongo:jar:1.3.0:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.7.3; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.7.3; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.7.3:compile - omitted for conflict with 2.9.0)
[INFO] | \- (de.undercouch:bson4jackson:jar:2.5.0:compile - version managed from 2.7.0; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building flyway module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-flyway ---
[INFO] org.jooby:jooby-flyway:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- (javax.inject:javax.inject:jar:1:compile - omitted for duplicate)
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.zaxxer:HikariCP:jar:2.7.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- org.flywaydb:flyway-core:jar:4.2.0:compile
[INFO] +- org.hibernate:hibernate-entitymanager:jar:5.2.1.Final:compile
[INFO] | +- org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile
[INFO] | +- org.hibernate:hibernate-core:jar:5.2.1.Final:compile
[INFO] | | +- (org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile - omitted for duplicate)
[INFO] | | +- (org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile - omitted for duplicate)
[INFO] | | +- (org.javassist:javassist:jar:3.20.0-GA:compile - omitted for duplicate)
[INFO] | | +- antlr:antlr:jar:2.7.7:compile
[INFO] | | +- (org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile - omitted for duplicate)
[INFO] | | +- org.jboss:jandex:jar:2.0.0.Final:compile
[INFO] | | +- com.fasterxml:classmate:jar:1.3.0:compile
[INFO] | | +- (dom4j:dom4j:jar:1.6.1:compile - omitted for duplicate)
[INFO] | | +- (org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile - omitted for duplicate)
[INFO] | | \- javax.enterprise:cdi-api:jar:1.1-PFD:compile
[INFO] | | +- javax.el:el-api:jar:2.2:compile
[INFO] | | +- org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:1.0.0.Beta1:compile
[INFO] | | +- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] | | \- javax.inject:javax.inject:jar:1:compile
[INFO] | +- dom4j:dom4j:jar:1.6.1:compile
[INFO] | | \- xml-apis:xml-apis:jar:1.0.b2:compile
[INFO] | +- org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile
[INFO] | | \- (org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile - omitted for duplicate)
[INFO] | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:compile
[INFO] | \- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building hazelcast module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-hazelcast ---
[INFO] org.jooby:jooby-hazelcast:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.hazelcast:hazelcast:jar:3.6.1:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] \- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ebean module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-ebean ---
[INFO] org.jooby:jooby-ebean:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.zaxxer:HikariCP:jar:2.7.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[INFO] +- io.ebean:ebean:jar:10.1.7:compile
[INFO] | +- io.ebean:persistence-api:jar:2.2.1:compile
[INFO] | +- io.ebean:ebean-annotation:jar:2.2:compile
[INFO] | +- org.avaje:avaje-datasource-api:jar:1.1:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.avaje:avaje-datasource:jar:2.1.1:compile
[INFO] | | \- (org.avaje:avaje-datasource-api:jar:1.1:compile - omitted for duplicate)
[INFO] | +- org.avaje:avaje-classpath-scanner-api:jar:2.2:compile
[INFO] | +- org.avaje:avaje-classpath-scanner:jar:2.2.2:compile
[INFO] | | +- (org.avaje:avaje-classpath-scanner-api:jar:2.2:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- io.ebean:ebean-dbmigration:jar:10.1.4:compile
[INFO] | | +- (org.avaje:avaje-classpath-scanner-api:jar:2.1:compile - omitted for conflict with 2.2)
[INFO] | | +- (org.avaje:avaje-classpath-scanner:jar:2.2.2:compile - omitted for duplicate)
[INFO] | | \- com.h2database:h2:jar:1.4.190:compile (version managed from 1.4.193)
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | \- org.antlr:antlr4-runtime:jar:4.6:compile
[INFO] +- io.ebean:ebean-agent:jar:10.1.7:compile
[INFO] +- org.avaje:avaje-agentloader:jar:2.1.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building akka module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-akka ---
[INFO] org.jooby:jooby-akka:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.typesafe.akka:akka-actor_2.12:jar:2.4.19:compile
[INFO] | +- org.scala-lang:scala-library:jar:2.12.2:compile
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - version managed from 1.3.0; omitted for duplicate)
[INFO] | \- org.scala-lang.modules:scala-java8-compat_2.12:jar:0.8.0:compile
[INFO] | \- (org.scala-lang:scala-library:jar:2.12.0:compile - omitted for conflict with 2.12.2)
[INFO] +- com.typesafe.akka:akka-slf4j_2.12:jar:2.4.19:compile
[INFO] | +- (org.scala-lang:scala-library:jar:2.12.2:compile - omitted for duplicate)
[INFO] | +- (com.typesafe.akka:akka-actor_2.12:jar:2.4.19:compile - omitted for duplicate)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.16; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.16; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - version managed from 1.3.0; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building metrics module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-metrics ---
[INFO] org.jooby:jooby-metrics:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- io.dropwizard.metrics:metrics-core:jar:3.1.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] +- io.dropwizard.metrics:metrics-healthchecks:jar:3.1.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] +- io.dropwizard.metrics:metrics-jvm:jar:3.1.2:compile
[INFO] | +- (io.dropwizard.metrics:metrics-core:jar:3.1.2:compile - omitted for duplicate)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jooby-querydsl 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-querydsl ---
[INFO] org.jooby:jooby-querydsl:jar:1.2.4-SNAPSHOT
[INFO] +- com.querydsl:querydsl-core:jar:4.0.9:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile (version managed from 18.0)
[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile (version managed from 1.3.9)
[INFO] | +- com.mysema.commons:mysema-commons-lang:jar:0.2.4:compile
[INFO] | \- com.infradna.tool:bridge-method-annotation:jar:1.13:compile
[INFO] +- com.querydsl:querydsl-sql:jar:4.0.9:compile
[INFO] | +- (com.querydsl:querydsl-core:jar:4.0.9:compile - omitted for duplicate)
[INFO] | +- joda-time:joda-time:jar:1.6:compile
[INFO] | +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile (version managed from 1.6.1)
[INFO] | +- org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:jar:1_2:compile
[INFO] | \- (com.infradna.tool:bridge-method-annotation:jar:1.13:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.6.1; omitted for duplicate)
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.6.1; omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- (com.google.guava:guava:jar:21.0:compile - version managed from 18.0; omitted for duplicate)
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.zaxxer:HikariCP:jar:2.7.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.6.1; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.6.1; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] \- com.h2database:h2:jar:1.4.190:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building sitemap module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-sitemap ---
[INFO] org.jooby:jooby-sitemap:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- cz.jiripinkas:jsitemapgenerator:jar:2.1:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building rx-jdbc module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-rxjava-jdbc ---
[INFO] org.jooby:jooby-rxjava-jdbc:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.zaxxer:HikariCP:jar:2.7.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-rxjava:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-executor:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- io.reactivex:rxjava:jar:1.1.5:compile
[INFO] +- io.reactivex:rxjava-string:jar:1.1.0:compile
[INFO] | \- (io.reactivex:rxjava:jar:1.1.5:runtime - version managed from 1.1.1; omitted for duplicate)
[INFO] +- io.reactivex:rxjava-math:jar:1.0.0:compile
[INFO] | \- (io.reactivex:rxjava:jar:1.1.5:runtime - version managed from 1.0.1; omitted for duplicate)
[INFO] +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] +- com.github.davidmoten:rxjava-jdbc:jar:0.7:compile
[INFO] | +- (io.reactivex:rxjava:jar:1.1.5:compile - version managed from 1.1.0; omitted for duplicate)
[INFO] | +- (io.reactivex:rxjava-string:jar:1.1.0:compile - version managed from 0.22.0; omitted for duplicate)
[INFO] | +- (io.reactivex:rxjava-math:jar:1.0.0:compile - omitted for duplicate)
[INFO] | +- com.github.davidmoten:rxjava-extras:jar:0.6.6:compile
[INFO] | | \- (io.reactivex:rxjava:jar:1.1.5:compile - version managed from 1.0.14; omitted for duplicate)
[INFO] | +- commons-io:commons-io:jar:2.4:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.10; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.10; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building banner module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-banner ---
[INFO] org.jooby:jooby-banner:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.github.lalyos:jfiglet:jar:0.0.7:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building reactor module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-reactor ---
[INFO] org.jooby:jooby-reactor:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-executor:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- io.projectreactor:reactor-core:jar:2.5.0.M3:compile
[INFO] | \- org.reactivestreams:reactive-streams:jar:1.0.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building whoops module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-whoops ---
[INFO] org.jooby:jooby-whoops:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] +- com.mitchellbosecke:pebble:jar:2.4.0:compile
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 16.0.1; omitted for duplicate)
[INFO] | +- com.coverity.security:coverity-escapers:jar:1.1.1:compile (version managed from 1.1)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.21; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.21; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 16.0.1; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.apache.httpcomponents:fluent-hc:jar:4.5.2:test
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.2:test
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:test
[INFO] | | +- (commons-logging:commons-logging:jar:1.2:test - omitted for duplicate)
[INFO] | | \- commons-codec:commons-codec:jar:1.9:test
[INFO] | \- commons-logging:commons-logging:jar:1.2:test
[INFO] \- org.apache.httpcomponents:httpmime:jar:4.5.2:test
[INFO] \- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - omitted for duplicate)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gradle plugin 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-gradle-plugin ---
[INFO] org.jooby:jooby-gradle-plugin:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - omitted for duplicate)
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- (javax.inject:javax.inject:jar:1:compile - omitted for duplicate)
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby-spec:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- com.github.javaparser:javaparser-core:jar:2.3.0:compile
[INFO] +- org.jooby:jooby-apitool:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.2:compile
[INFO] | | +- (org.yaml:snakeyaml:jar:1.15:compile - version managed from 1.18; omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - omitted for duplicate)
[INFO] | +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- io.swagger:swagger-core:jar:1.5.16:compile
[INFO] | | +- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.2.1; omitted for duplicate)
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.9:compile - omitted for conflict with 2.9.0)
[INFO] | | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.8.9; omitted for duplicate)
[INFO] | | +- (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.2:compile - version managed from 2.8.9; omitted for duplicate)
[INFO] | | +- io.swagger:swagger-models:jar:1.5.16:compile
[INFO] | | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.9:compile - omitted for conflict with 2.9.0)
[INFO] | | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[INFO] | | | \- io.swagger:swagger-annotations:jar:1.5.16:compile
[INFO] | | +- (com.google.guava:guava:jar:21.0:compile - version managed from 20.0; omitted for duplicate)
[INFO] | | \- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] | +- org.webjars:swagger-ui:jar:3.1.6:compile
[INFO] | +- org.webjars.bower:swagger-ui-themes:jar:3.0.0:compile
[INFO] | \- org.webjars.npm:api-console:jar:3.0.17:compile
[INFO] +- org.jooby:jooby-run:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jboss.modules:jboss-modules:jar:1.7.0.Beta3:compile
[INFO] | \- org.jooby:funzy:jar:0.1.0:compile
[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:provided
[INFO] +- org.gradle:gradle-core:jar:2.6:provided
[INFO] | +- org.gradle:gradle-messaging:jar:2.6:provided
[INFO] | | +- com.google.guava:guava-jdk5:jar:17.0:provided
[INFO] | | +- com.esotericsoftware.kryo:kryo:jar:2.20:provided
[INFO] | | | +- com.esotericsoftware.reflectasm:reflectasm:jar:shaded:1.07:provided
[INFO] | | | | \- org.ow2.asm:asm:jar:5.0.3:provided (version managed from 4.0)
[INFO] | | | +- com.esotericsoftware.minlog:minlog:jar:1.2:provided
[INFO] | | | \- (org.objenesis:objenesis:jar:1.2:provided - omitted for conflict with 1.3)
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:provided - version managed from 1.7.10; omitted for duplicate)
[INFO] | | \- (org.gradle:gradle-base-services:jar:2.6:provided - omitted for duplicate)
[INFO] | +- org.gradle:gradle-resources:jar:2.6:provided
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.10; scope updated from provided; omitted for duplicate)
[INFO] | +- org.gradle:gradle-base-services-groovy:jar:2.6:provided
[INFO] | \- org.gradle:gradle-base-services:jar:2.6:provided
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:provided - version managed from 1.7.10; omitted for duplicate)
[INFO] +- org.gradle:gradle-tooling-api:jar:2.6:provided
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.10; scope updated from provided; omitted for duplicate)
[INFO] +- org.gradle:gradle-plugins:jar:0.9-rc-1:provided
[INFO] +- org.codehaus.groovy:groovy:jar:2.4.7:provided
[INFO] +- javax.inject:javax.inject:jar:1:provided (scope not updated to compile)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.10; scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 20.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building couchbase module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-couchbase ---
[INFO] org.jooby:jooby-couchbase:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- io.reactivex:rxjava:jar:1.1.5:compile
[INFO] +- com.couchbase.client:java-client:jar:2.3.1:compile
[INFO] | \- com.couchbase.client:core-io:jar:1.3.1:compile
[INFO] | \- (io.reactivex:rxjava:jar:1.1.5:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] \- org.jooby:jooby-rxjava:jar:1.2.4-SNAPSHOT:test
[INFO] +- org.jooby:jooby-executor:jar:1.2.4-SNAPSHOT:test
[INFO] | \- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] \- (io.reactivex:rxjava:jar:1.1.5:test - omitted for duplicate)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building cassandra module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-cassandra ---
[INFO] org.jooby:jooby-cassandra:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- io.netty:netty-handler:jar:4.1.16.Final:compile
[INFO] | +- io.netty:netty-buffer:jar:4.1.16.Final:compile
[INFO] | | \- io.netty:netty-common:jar:4.1.16.Final:compile
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:compile
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | | \- io.netty:netty-resolver:jar:4.1.16.Final:compile
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | \- io.netty:netty-codec:jar:4.1.16.Final:compile
[INFO] | \- (io.netty:netty-transport:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] +- com.datastax.cassandra:cassandra-driver-core:jar:3.2.0:compile
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | +- io.dropwizard.metrics:metrics-core:jar:3.1.2:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- com.github.jnr:jnr-ffi:jar:2.0.7:compile
[INFO] | | +- com.github.jnr:jffi:jar:1.2.10:compile
[INFO] | | +- com.github.jnr:jffi:jar:native:1.2.10:runtime
[INFO] | | +- org.ow2.asm:asm:jar:5.0.3:compile
[INFO] | | +- org.ow2.asm:asm-commons:jar:5.0.3:compile
[INFO] | | | \- (org.ow2.asm:asm-tree:jar:5.0.3:compile - omitted for duplicate)
[INFO] | | +- org.ow2.asm:asm-analysis:jar:5.0.3:compile
[INFO] | | | \- (org.ow2.asm:asm-tree:jar:5.0.3:compile - omitted for duplicate)
[INFO] | | +- org.ow2.asm:asm-tree:jar:5.0.3:compile
[INFO] | | | \- (org.ow2.asm:asm:jar:5.0.3:compile - omitted for duplicate)
[INFO] | | +- org.ow2.asm:asm-util:jar:5.0.3:compile
[INFO] | | | \- (org.ow2.asm:asm-tree:jar:5.0.3:compile - omitted for duplicate)
[INFO] | | \- com.github.jnr:jnr-x86asm:jar:1.0.2:compile
[INFO] | \- com.github.jnr:jnr-posix:jar:3.0.27:compile
[INFO] | +- (com.github.jnr:jnr-ffi:jar:2.0.7:compile - omitted for duplicate)
[INFO] | \- com.github.jnr:jnr-constants:jar:0.9.0:compile
[INFO] +- com.datastax.cassandra:cassandra-driver-mapping:jar:3.2.0:compile
[INFO] | \- (com.datastax.cassandra:cassandra-driver-core:jar:3.2.0:compile - omitted for duplicate)
[INFO] +- com.datastax.cassandra:cassandra-driver-extras:jar:3.2.0:compile
[INFO] | +- (com.datastax.cassandra:cassandra-driver-core:jar:3.2.0:compile - omitted for duplicate)
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- (io.netty:netty-resolver:jar:4.1.16.Final:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- (io.netty:netty-common:jar:4.1.16.Final:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] \- com.datastax.cassandra:dse-driver:jar:1.1.2:test
[INFO] +- (com.datastax.cassandra:cassandra-driver-core:jar:3.2.0:test - version managed from 3.1.4; omitted for duplicate)
[INFO] +- (com.google.guava:guava:jar:21.0:test - version managed from 16.0.1; omitted for duplicate)
[INFO] \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.13; omitted for duplicate)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building scanner module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-scanner ---
[INFO] org.jooby:jooby-scanner:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- io.github.lukehutch:fast-classpath-scanner:jar:2.8.1:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building xss-csl module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-csl ---
[INFO] org.jooby:jooby-csl:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.coverity.security:coverity-escapers:jar:1.1.1:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building xss-unbescape module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-unbescape ---
[INFO] org.jooby:jooby-unbescape:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.unbescape:unbescape:jar:1.1.3.RELEASE:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building crash shell module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-crash ---
[INFO] org.jooby:jooby-crash:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.25:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- org.slf4j:log4j-over-slf4j:jar:1.7.25:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- org.codehaus.groovy:groovy:jar:2.4.7:compile
[INFO] +- org.crashub:crash.shell:jar:1.3.1:compile
[INFO] | \- org.crashub:crash.cli:jar:1.3.1:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:test - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:test
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:test - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:test - omitted for duplicate)
[INFO] +- org.jooby:jooby-banner:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | \- com.github.lalyos:jfiglet:jar:0.0.7:test
[INFO] +- org.crashub:crash.connectors.telnet:jar:1.3.1:test
[INFO] | +- (org.crashub:crash.shell:jar:1.3.1:test - omitted for duplicate)
[INFO] | \- net.wimpi:telnetd-x:jar:2.1.1:test
[INFO] +- org.crashub:crash.connectors.web:jar:1.3.1:test
[INFO] | \- (org.crashub:crash.shell:jar:1.3.1:test - omitted for duplicate)
[INFO] +- org.crashub:crash.connectors.ssh:jar:1.3.1:test
[INFO] | +- (org.crashub:crash.shell:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- org.apache.sshd:sshd-core:jar:0.11.0:test
[INFO] | | \- (org.apache.mina:mina-core:jar:2.0.7:test - omitted for duplicate)
[INFO] | +- org.apache.sshd:sshd-pam:jar:0.11.0:test
[INFO] | | +- (org.apache.sshd:sshd-core:jar:0.11.0:test - omitted for duplicate)
[INFO] | | \- net.sf.jpam:jpam:jar:1.1:test
[INFO] | | \- commons-logging:commons-logging:jar:1.0.4:test
[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.51:test
[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.51:test
[INFO] | | \- (org.bouncycastle:bcprov-jdk15on:jar:1.51:test - omitted for duplicate)
[INFO] | \- org.apache.mina:mina-core:jar:2.0.7:test
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.6.6; omitted for duplicate)
[INFO] +- org.crashub:crash.plugins.mail:jar:1.3.1:test
[INFO] | +- (org.crashub:crash.shell:jar:1.3.1:test - omitted for duplicate)
[INFO] | \- javax.mail:mail:jar:1.4:test
[INFO] | \- javax.activation:activation:jar:1.1:test
[INFO] \- org.crashub:crash.plugins.cron:jar:1.3.1:test
[INFO] +- (org.crashub:crash.shell:jar:1.3.1:test - omitted for duplicate)
[INFO] \- it.sauronsoftware.cron4j:cron4j:jar:2.2.5:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building thymeleaf module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-thymeleaf ---
[INFO] org.jooby:jooby-thymeleaf:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.thymeleaf:thymeleaf:jar:3.0.2.RELEASE:compile
[INFO] | +- ognl:ognl:jar:3.1.10:compile
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:compile
[INFO] | +- org.attoparser:attoparser:jar:2.0.1.RELEASE:compile
[INFO] | +- org.unbescape:unbescape:jar:1.1.3.RELEASE:compile (version managed from 1.1.4.RELEASE)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.6.6; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.6.6; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] \- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] +- (org.javassist:javassist:jar:3.20.0-GA:compile - scope updated from test; omitted for duplicate)
[INFO] +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building file watcher module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-filewatcher ---
[INFO] org.jooby:jooby-filewatcher:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:test
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:test - omitted for duplicate)
[INFO] | +- io.netty:netty-transport:jar:4.1.16.Final:test
[INFO] | | +- io.netty:netty-buffer:jar:4.1.16.Final:test
[INFO] | | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-resolver:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-resolver:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:test
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- io.netty:netty-common:jar:4.1.16.Final:test
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:test
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:test
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:test - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:test
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building requery module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-requery ---
[INFO] org.jooby:jooby-requery:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.zaxxer:HikariCP:jar:2.7.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] +- io.requery:requery:jar:1.4.0:compile
[INFO] +- io.requery:requery-kotlin:jar:1.4.0:compile
[INFO] | +- (io.requery:requery:jar:1.4.0:compile - omitted for duplicate)
[INFO] | \- org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.21:compile (version managed from 1.1.3)
[INFO] | \- org.jetbrains:annotations:jar:13.0:compile
[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.25:compile
[INFO] | \- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] +- io.projectreactor:reactor-core:jar:2.5.0.M3:compile
[INFO] | \- org.reactivestreams:reactive-streams:jar:1.0.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] \- io.reactivex.rxjava2:rxjava:jar:2.0.7:test
[INFO] \- (org.reactivestreams:reactive-streams:jar:1.0.0:test - omitted for duplicate)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jooby-rocker 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-rocker ---
[INFO] org.jooby:jooby-rocker:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-filewatcher:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.fizzed:rocker-runtime:jar:0.16.0:compile
[INFO] | \- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] +- com.fizzed:rocker-compiler:jar:0.16.0:provided
[INFO] | +- (com.fizzed:rocker-runtime:jar:0.16.0:provided - omitted for duplicate)
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:provided - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- org.apache.commons:commons-lang3:jar:3.4:provided (version managed from 3.3.2)
[INFO] | \- org.antlr:antlr4-runtime:jar:4.5.3:provided
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jooby-livereload 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-livereload ---
[INFO] org.jooby:jooby-livereload:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-filewatcher:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building frontend module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-frontend ---
[INFO] org.jooby:jooby-frontend:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.github.eirslett:frontend-plugin-core:jar:1.6:compile
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] | | \- (org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile - omitted for duplicate)
[INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] | +- org.apache.commons:commons-compress:jar:1.5:compile
[INFO] | | \- org.tukaani:xz:jar:1.2:compile
[INFO] | +- commons-io:commons-io:jar:1.3.2:compile
[INFO] | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile (version managed from 4.5.1)
[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.codehaus.plexus:plexus-utils:jar:3.0.20:compile (version managed from 3.0.22)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.5; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.5; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building j2v8 module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-j2v8 ---
[INFO] org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nodejs module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-nodejs ---
[INFO] org.jooby:jooby-assets-nodejs:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] \- org.webjars.npm:jquery:jar:3.1.1:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jshint module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-jshint ---
[INFO] org.jooby:jooby-assets-jshint:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jscs module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-jscs ---
[INFO] org.jooby:jooby-assets-jscs:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building less.js module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-less ---
[INFO] org.jooby:jooby-assets-less:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building less4j module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-less4j ---
[INFO] org.jooby:jooby-assets-less4j:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[INFO] | \- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] +- com.github.sommeri:less4j:jar:1.13.0:compile
[INFO] | +- org.antlr:antlr-runtime:jar:3.5.2:compile
[INFO] | +- commons-io:commons-io:jar:2.3:compile
[INFO] | +- commons-beanutils:commons-beanutils:jar:1.8.3:compile
[INFO] | +- org.json:json:jar:20090211:compile
[INFO] | \- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building csslint module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-csslint ---
[INFO] org.jooby:jooby-assets-csslint:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ng-annotate module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-ng-annotate ---
[INFO] org.jooby:jooby-assets-ng-annotate:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building uglify.js module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-uglify ---
[INFO] org.jooby:jooby-assets-uglify:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building clean-css module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-clean-css ---
[INFO] org.jooby:jooby-assets-clean-css:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building yui-compressor module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-yui-compressor ---
[INFO] org.jooby:jooby-assets-yui-compressor:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- com.yahoo.platform.yui:yuicompressor:jar:2.4.8:compile
[INFO] | \- rhino:js:jar:1.7R2:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building google-closure compiler module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-closure-compiler ---
[INFO] org.jooby:jooby-assets-closure-compiler:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 18.0; omitted for duplicate)
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.25:compile
[INFO] | \- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] +- com.google.javascript:closure-compiler:jar:v20150901:compile
[INFO] | +- com.google.javascript:closure-compiler-externs:jar:v20150901:compile
[INFO] | +- args4j:args4j:jar:2.0.26:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] | +- com.google.code.gson:gson:jar:2.8.2:compile (version managed from 2.2.4)
[INFO] | \- com.google.code.findbugs:jsr305:jar:3.0.2:compile (version managed from 1.3.9)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 18.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building sass module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-sass ---
[INFO] org.jooby:jooby-assets-sass:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.21; omitted for duplicate)
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- io.bit3:jsass:jar:5.2.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- commons-io:commons-io:jar:2.5:compile
[INFO] | \- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.21; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building require.js module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-requirejs ---
[INFO] org.jooby:jooby-assets-requirejs:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building babeljs module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-babel ---
[INFO] org.jooby:jooby-assets-babel:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building rollup module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-rollup ---
[INFO] org.jooby:jooby-assets-rollup:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building svg-sprites module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-svg-sprites ---
[INFO] org.jooby:jooby-assets-svg-sprites:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-nodejs:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.apache.xmlgraphics:batik-transcoder:jar:1.8:compile
[INFO] | +- org.apache.xmlgraphics:batik-anim:jar:1.8:compile
[INFO] | | +- (org.apache.xmlgraphics:batik-awt-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- org.apache.xmlgraphics:batik-css:jar:1.8:compile
[INFO] | | | +- (org.apache.xmlgraphics:batik-ext:jar:1.8:compile - omitted for duplicate)
[INFO] | | | +- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | | +- (xml-apis:xml-apis:jar:1.3.04:compile - omitted for duplicate)
[INFO] | | | \- (xml-apis:xml-apis-ext:jar:1.3.04:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-dom:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- org.apache.xmlgraphics:batik-ext:jar:1.8:compile
[INFO] | | | \- (xml-apis:xml-apis:jar:1.3.04:compile - omitted for duplicate)
[INFO] | | +- org.apache.xmlgraphics:batik-parser:jar:1.8:compile
[INFO] | | | +- (org.apache.xmlgraphics:batik-awt-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | | +- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | | +- (org.apache.xmlgraphics:batik-xml:jar:1.8:compile - omitted for duplicate)
[INFO] | | | \- (xml-apis:xml-apis:jar:1.3.04:compile - omitted for duplicate)
[INFO] | | +- org.apache.xmlgraphics:batik-svg-dom:jar:1.8:compile
[INFO] | | | +- (org.apache.xmlgraphics:batik-awt-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | | +- (org.apache.xmlgraphics:batik-css:jar:1.8:compile - omitted for duplicate)
[INFO] | | | +- (org.apache.xmlgraphics:batik-dom:jar:1.8:compile - omitted for duplicate)
[INFO] | | | +- (org.apache.xmlgraphics:batik-ext:jar:1.8:compile - omitted for duplicate)
[INFO] | | | +- (org.apache.xmlgraphics:batik-parser:jar:1.8:compile - omitted for duplicate)
[INFO] | | | +- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | | +- (xml-apis:xml-apis:jar:1.3.04:compile - omitted for duplicate)
[INFO] | | | \- (xml-apis:xml-apis-ext:jar:1.3.04:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (xml-apis:xml-apis:jar:1.3.04:compile - omitted for duplicate)
[INFO] | | \- (xml-apis:xml-apis-ext:jar:1.3.04:compile - omitted for duplicate)
[INFO] | +- org.apache.xmlgraphics:batik-awt-util:jar:1.8:compile
[INFO] | | \- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] | +- org.apache.xmlgraphics:batik-bridge:jar:1.8:compile
[INFO] | | +- (org.apache.xmlgraphics:batik-anim:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-awt-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-css:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-dom:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-ext:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-gvt:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-parser:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- org.apache.xmlgraphics:batik-script:jar:1.8:compile
[INFO] | | | +- (org.apache.xmlgraphics:batik-anim:jar:1.8:compile - omitted for duplicate)
[INFO] | | | +- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | | \- (xml-apis:xml-apis:jar:1.3.04:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-svg-dom:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-xml:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- xalan:xalan:jar:2.7.0:compile
[INFO] | | | \- (xml-apis:xml-apis:jar:1.0.b2:compile - omitted for conflict with 1.3.04)
[INFO] | | +- (xml-apis:xml-apis:jar:1.3.04:compile - omitted for duplicate)
[INFO] | | \- (xml-apis:xml-apis-ext:jar:1.3.04:compile - omitted for duplicate)
[INFO] | +- org.apache.xmlgraphics:batik-dom:jar:1.8:compile
[INFO] | | +- (org.apache.xmlgraphics:batik-css:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-ext:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-xml:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (xalan:xalan:jar:2.7.0:compile - omitted for duplicate)
[INFO] | | +- (xml-apis:xml-apis:jar:1.3.04:compile - omitted for duplicate)
[INFO] | | \- (xml-apis:xml-apis-ext:jar:1.3.04:compile - omitted for duplicate)
[INFO] | +- org.apache.xmlgraphics:batik-gvt:jar:1.8:compile
[INFO] | | +- (org.apache.xmlgraphics:batik-awt-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | \- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] | +- org.apache.xmlgraphics:batik-svggen:jar:1.8:compile
[INFO] | | +- (org.apache.xmlgraphics:batik-awt-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | +- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] | | \- (xml-apis:xml-apis:jar:1.3.04:compile - omitted for duplicate)
[INFO] | +- org.apache.xmlgraphics:batik-util:jar:1.8:compile
[INFO] | +- org.apache.xmlgraphics:batik-xml:jar:1.8:compile
[INFO] | | \- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] | +- xml-apis:xml-apis:jar:1.3.04:compile
[INFO] | \- xml-apis:xml-apis-ext:jar:1.3.04:compile
[INFO] +- org.apache.xmlgraphics:batik-codec:jar:1.8:compile
[INFO] | +- (org.apache.xmlgraphics:batik-awt-util:jar:1.8:compile - omitted for duplicate)
[INFO] | +- (org.apache.xmlgraphics:batik-bridge:jar:1.8:compile - omitted for duplicate)
[INFO] | +- (org.apache.xmlgraphics:batik-transcoder:jar:1.8:compile - omitted for duplicate)
[INFO] | \- (org.apache.xmlgraphics:batik-util:jar:1.8:compile - omitted for duplicate)
[INFO] +- org.apache.xmlgraphics:xmlgraphics-commons:jar:2.1:compile
[INFO] | +- commons-io:commons-io:jar:1.3.1:compile
[INFO] | \- commons-logging:commons-logging:jar:1.0.4:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building svg-symbol module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-svg-symbol ---
[INFO] org.jooby:jooby-assets-svg-symbol:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jsoup:jsoup:jar:1.8.3:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building autoprefixer module 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-assets-autoprefixer ---
[INFO] org.jooby:jooby-assets-autoprefixer:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby-assets-nodejs:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- org.jooby:jooby-assets-j2v8:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | | +- com.google.guava:guava:jar:21.0:compile
[INFO] | | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | \- com.eclipsesource.j2v8:j2v8_macosx_x86_64:jar:4.6.0:compile
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; scope updated from test; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile - scope updated from test; omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- cglib:cglib-nodep:jar:3.2.0:test (version managed from 2.2.2)
[INFO] | \- org.objenesis:objenesis:jar:1.3:test
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:test - version managed from 2.2.2; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- org.javassist:javassist:jar:3.20.0-GA:test
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:test - omitted for conflict with 1.3)
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] \- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building coverage report 1.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ coverage-report ---
[INFO] org.jooby:coverage-report:jar:1.2.4-SNAPSHOT
[INFO] +- org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.typesafe:config:jar:1.3.1:compile
[INFO] | +- org.jooby:funzy:jar:0.1.0:compile
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | \- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile
[INFO] | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | +- javax.inject:javax.inject:jar:1:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby-executor:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-hbm:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | | \- com.zaxxer:HikariCP:jar:2.7.2:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | \- org.hibernate:hibernate-entitymanager:jar:5.2.1.Final:compile
[INFO] | +- org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile
[INFO] | +- org.hibernate:hibernate-core:jar:5.2.1.Final:compile
[INFO] | | +- (org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile - omitted for duplicate)
[INFO] | | +- (org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile - omitted for duplicate)
[INFO] | | +- (org.javassist:javassist:jar:3.20.0-GA:compile - omitted for duplicate)
[INFO] | | +- antlr:antlr:jar:2.7.7:compile
[INFO] | | +- (org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile - omitted for duplicate)
[INFO] | | +- org.jboss:jandex:jar:2.0.0.Final:compile
[INFO] | | +- (com.fasterxml:classmate:jar:1.3.0:compile - omitted for conflict with 1.0.0)
[INFO] | | +- (dom4j:dom4j:jar:1.6.1:compile - omitted for duplicate)
[INFO] | | +- (org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile - omitted for duplicate)
[INFO] | | \- javax.enterprise:cdi-api:jar:1.1-PFD:compile
[INFO] | | +- javax.el:el-api:jar:2.2:compile
[INFO] | | +- org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:1.0.0.Beta1:compile
[INFO] | | +- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] | | \- (javax.inject:javax.inject:jar:1:compile - omitted for duplicate)
[INFO] | +- dom4j:dom4j:jar:1.6.1:compile
[INFO] | | \- (xml-apis:xml-apis:jar:1.0.b2:compile - omitted for duplicate)
[INFO] | +- org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile
[INFO] | | \- (org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile - omitted for duplicate)
[INFO] | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
[INFO] | +- (org.javassist:javassist:jar:3.20.0-GA:compile - omitted for duplicate)
[INFO] | \- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile
[INFO] +- org.jooby:jooby-hbv:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[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 - omitted for conflict with 3.3.0.Final)
[INFO] | | \- com.fasterxml:classmate:jar:1.0.0:compile
[INFO] | +- javax.el:javax.el-api:jar:2.2.5:compile
[INFO] | \- org.glassfish.web:javax.el:jar:2.2.6:compile
[INFO] | \- (javax.el:javax.el-api:jar:2.2.5:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-jdbi3:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- org.jdbi:jdbi3:jar:3.0.0-beta2:compile
[INFO] | +- org.antlr:antlr-runtime:jar:3.4:compile
[INFO] | | +- org.antlr:stringtemplate:jar:3.2.1:compile
[INFO] | | | \- (antlr:antlr:jar:2.7.7:compile - omitted for duplicate)
[INFO] | | \- (antlr:antlr:jar:2.7.7:compile - omitted for duplicate)
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.21; omitted for duplicate)
[INFO] | +- com.google.code.findbugs:annotations:jar:3.0.1:compile
[INFO] | | +- net.jcip:jcip-annotations:jar:1.0:compile
[INFO] | | \- (com.google.code.findbugs:jsr305:jar:3.0.2:compile - version managed from 1.3.9; omitted for duplicate)
[INFO] | \- net.jodah:expiringmap:jar:0.5.6:compile
[INFO] +- org.jooby:jooby-sitemap:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- cz.jiripinkas:jsitemapgenerator:jar:2.1:compile
[INFO] +- org.jooby:jooby-jedis:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- redis.clients:jedis:jar:2.9.0:compile
[INFO] | \- org.apache.commons:commons-pool2:jar:2.4.2:compile
[INFO] +- org.jooby:jooby-morphia:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-mongodb:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | | \- org.mongodb:mongo-java-driver:jar:3.2.2:compile
[INFO] | +- org.mongodb.morphia:morphia:jar:1.1.1:compile
[INFO] | | +- (org.mongodb:mongo-java-driver:jar:3.2.2:compile - version managed from 3.0.2; omitted for duplicate)
[INFO] | | +- cglib:cglib-nodep:jar:3.2.0:compile (version managed from 2.2.2)
[INFO] | | \- com.thoughtworks.proxytoys:proxytoys:jar:1.0:compile
[INFO] | \- org.mongodb.morphia:morphia-logging-slf4j:jar:1.1.1:compile
[INFO] | +- (org.mongodb.morphia:morphia:jar:1.1.1:compile - omitted for duplicate)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.5; omitted for duplicate)
[INFO] +- org.jooby:jooby-elasticsearch:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- org.elasticsearch.client:rest:jar:5.0.0:compile
[INFO] | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - version managed from 4.5.1; omitted for duplicate)
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.4:compile
[INFO] | +- org.apache.httpcomponents:httpasyncclient:jar:4.1.2:compile
[INFO] | | +- (org.apache.httpcomponents:httpcore:jar:4.4.5:compile - omitted for duplicate)
[INFO] | | +- (org.apache.httpcomponents:httpcore-nio:jar:4.4.5:compile - omitted for duplicate)
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - omitted for duplicate)
[INFO] | | \- (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate)
[INFO] | +- org.apache.httpcomponents:httpcore-nio:jar:4.4.5:compile
[INFO] | | \- (org.apache.httpcomponents:httpcore:jar:4.4.5:compile - omitted for duplicate)
[INFO] | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | \- commons-logging:commons-logging:jar:1.2:compile
[INFO] +- org.jooby:jooby-ehcache:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- net.sf.ehcache:ehcache:jar:2.10.0:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] +- org.jooby:jooby-spymemcached:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- net.spy:spymemcached:jar:2.12.0:compile
[INFO] +- org.jooby:jooby-commons-email:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- org.apache.commons:commons-email:jar:1.4:compile
[INFO] | +- com.sun.mail:javax.mail:jar:1.5.2:compile
[INFO] | | \- (javax.activation:activation:jar:1.1:compile - omitted for conflict with 1.1.1)
[INFO] | \- javax.activation:activation:jar:1.1.1:compile
[INFO] +- org.jooby:jooby-consul:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile - omitted for conflict with 2.9.2)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-guava:jar:2.9.2:compile
[INFO] | | +- (com.google.guava:guava:jar:21.0:compile - version managed from 18.0; omitted for duplicate)
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - omitted for duplicate)
[INFO] | \- com.orbitz.consul:consul-client:jar:1.0.1:compile
[INFO] | +- com.squareup.retrofit2:retrofit:jar:2.3.0:compile
[INFO] | | \- (com.squareup.okhttp3:okhttp:jar:3.8.0:compile - omitted for conflict with 3.9.0)
[INFO] | +- com.squareup.retrofit2:converter-jackson:jar:2.3.0:compile
[INFO] | | +- (com.squareup.retrofit2:retrofit:jar:2.3.0:compile - omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.7.2; omitted for duplicate)
[INFO] | +- com.squareup.okhttp3:okhttp:jar:3.9.0:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 22.0; omitted for duplicate)
[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.7.4:compile - omitted for conflict with 2.9.2)
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.datatype:jackson-datatype-guava:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | +- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.1; omitted for duplicate)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.21; omitted for duplicate)
[INFO] +- org.jooby:jooby-caffeine:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile
[INFO] +- org.jooby:jooby-guava-cache:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-flyway:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- org.flywaydb:flyway-core:jar:4.2.0:compile
[INFO] +- org.jooby:jooby-hazelcast:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- com.hazelcast:hazelcast:jar:3.6.1:compile
[INFO] +- org.jooby:jooby-neo4j:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- (org.slf4j:jcl-over-slf4j:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- com.graphaware.neo4j:runtime:jar:3.2.1.51:compile
[INFO] | | +- com.graphaware.neo4j:runtime-api:jar:3.2.1.51:compile
[INFO] | | | +- (com.graphaware.neo4j:common:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | | | \- (com.graphaware.neo4j:writer-api:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | | +- com.graphaware.neo4j:writer-api:jar:3.2.1.51:compile
[INFO] | | +- com.graphaware.neo4j:writer:jar:3.2.1.51:compile
[INFO] | | | +- (com.graphaware.neo4j:writer-api:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | | | +- com.graphaware.neo4j:tx-executor:jar:3.2.1.51:compile
[INFO] | | | | +- (com.graphaware.neo4j:common:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | | | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 22.0; omitted for duplicate)
[INFO] | | | \- (com.google.guava:guava:jar:21.0:compile - version managed from 22.0; omitted for duplicate)
[INFO] | | +- com.graphaware.neo4j:common:jar:3.2.1.51:compile
[INFO] | | | +- com.esotericsoftware:kryo:jar:3.0.3:compile
[INFO] | | | | +- com.esotericsoftware:reflectasm:jar:1.10.1:compile
[INFO] | | | | | \- (org.ow2.asm:asm:jar:5.0.3:compile - version managed from 5.2; omitted for duplicate)
[INFO] | | | | +- com.esotericsoftware:minlog:jar:1.3.0:compile
[INFO] | | | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - version managed from 4.5.1; omitted for duplicate)
[INFO] | | | +- org.springframework:spring-expression:jar:4.3.7.RELEASE:compile
[INFO] | | | | \- (org.springframework:spring-core:jar:4.3.7.RELEASE:compile - omitted for duplicate)
[INFO] | | | +- com.eaio.uuid:uuid:jar:3.2:compile
[INFO] | | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | | \- (com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5:compile - omitted for conflict with 2.9.2)
[INFO] | | +- com.graphaware.neo4j:tx-api:jar:3.2.1.51:compile
[INFO] | | | +- (com.graphaware.neo4j:common:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | | | \- (com.graphaware.neo4j:tx-executor:jar:3.2.1.51:compile - omitted for duplicate)
[INFO] | | \- org.apache.commons:commons-math3:jar:3.5:compile
[INFO] | +- org.neo4j:neo4j-graphdb-api:jar:3.2.1:compile
[INFO] | | +- org.neo4j:neo4j-common:jar:3.2.1:compile
[INFO] | | +- org.neo4j:neo4j-resource:jar:3.2.1:compile
[INFO] | | +- org.neo4j:neo4j-collections:jar:3.2.1:compile
[INFO] | | | +- (org.neo4j:neo4j-resource:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | \- (org.neo4j:neo4j-common:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | \- org.neo4j:neo4j-primitive-collections:jar:3.2.1:compile
[INFO] | | +- org.neo4j:neo4j-unsafe:jar:3.2.1:compile
[INFO] | | +- (org.neo4j:neo4j-common:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | \- (org.neo4j:neo4j-resource:jar:3.2.1:compile - omitted for duplicate)
[INFO] | +- org.neo4j:neo4j:jar:3.2.1:compile
[INFO] | | +- org.neo4j:neo4j-kernel:jar:3.2.1:compile
[INFO] | | | +- (org.neo4j:neo4j-graphdb-api:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- (org.neo4j:neo4j-common:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- (org.neo4j:neo4j-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- (org.neo4j:neo4j-primitive-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- org.neo4j:neo4j-io:jar:3.2.1:compile
[INFO] | | | | +- (org.neo4j:neo4j-unsafe:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | | +- (org.neo4j:neo4j-primitive-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | | \- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.3.2; omitted for duplicate)
[INFO] | | | +- org.neo4j:neo4j-csv:jar:3.2.1:compile
[INFO] | | | | +- (org.neo4j:neo4j-primitive-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | | \- (org.neo4j:neo4j-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- (org.neo4j:neo4j-logging:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- org.neo4j:neo4j-lucene-upgrade:jar:3.2.1:compile
[INFO] | | | | +- (org.apache.lucene:lucene-core:jar:5.5.0:compile - omitted for duplicate)
[INFO] | | | | \- org.apache.lucene:lucene-backward-codecs:jar:5.5.0:compile
[INFO] | | | | \- (org.apache.lucene:lucene-core:jar:5.5.0:compile - omitted for duplicate)
[INFO] | | | +- org.neo4j:neo4j-configuration:jar:3.2.1:compile
[INFO] | | | | +- (org.neo4j:neo4j-graphdb-api:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | | \- (org.neo4j:neo4j-logging:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | \- org.neo4j:neo4j-index:jar:3.2.1:compile
[INFO] | | | \- (org.neo4j:neo4j-io:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-lucene-index:jar:3.2.1:compile
[INFO] | | | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- org.apache.lucene:lucene-analyzers-common:jar:5.5.0:compile
[INFO] | | | | \- (org.apache.lucene:lucene-core:jar:5.5.0:compile - omitted for duplicate)
[INFO] | | | +- org.apache.lucene:lucene-core:jar:5.5.0:compile
[INFO] | | | +- org.apache.lucene:lucene-queryparser:jar:5.5.0:compile
[INFO] | | | | \- (org.apache.lucene:lucene-core:jar:5.5.0:compile - omitted for duplicate)
[INFO] | | | \- org.apache.lucene:lucene-codecs:jar:5.5.0:compile
[INFO] | | | \- (org.apache.lucene:lucene-core:jar:5.5.0:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-graph-algo:jar:3.2.1:compile
[INFO] | | | \- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-udc:jar:3.2.1:compile
[INFO] | | | \- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-cypher:jar:3.2.1:compile
[INFO] | | | +- org.scala-lang:scala-library:jar:2.11.8:compile
[INFO] | | | +- org.scala-lang:scala-reflect:jar:2.11.8:compile
[INFO] | | | | \- (org.scala-lang:scala-library:jar:2.11.8:compile - omitted for duplicate)
[INFO] | | | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- (org.neo4j:neo4j-lucene-index:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- org.neo4j:neo4j-graph-matching:jar:3.1.3:compile
[INFO] | | | | \- (org.neo4j:neo4j-kernel:jar:3.1.3:compile - omitted for conflict with 3.2.1)
[INFO] | | | +- (org.neo4j:neo4j-graph-algo:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- org.neo4j:neo4j-codegen:jar:3.2.1:compile
[INFO] | | | | +- (org.ow2.asm:asm:jar:5.0.3:compile - version managed from 5.2; omitted for duplicate)
[INFO] | | | | \- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.3.2; omitted for duplicate)
[INFO] | | | +- org.neo4j:neo4j-cypher-compiler-2.3:jar:2.3.10:compile
[INFO] | | | | +- (org.scala-lang:scala-reflect:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] | | | | +- org.neo4j:neo4j-cypher-frontend-2.3:jar:2.3.10:compile
[INFO] | | | | | +- (org.scala-lang:scala-reflect:jar:2.11.7:compile - omitted for conflict with 2.11.8)
[INFO] | | | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | | | \- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.3.2; omitted for duplicate)
[INFO] | | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | | \- (com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.4.2:compile - omitted for duplicate)
[INFO] | | | +- org.neo4j:neo4j-cypher-compiler-3.1:jar:3.1.4:compile
[INFO] | | | | +- org.neo4j:neo4j-cypher-frontend-3.1:jar:3.1.4:compile
[INFO] | | | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | | | \- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.3.2; omitted for duplicate)
[INFO] | | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | | \- (com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile - version managed from 2.3.3; omitted for duplicate)
[INFO] | | | +- org.neo4j:neo4j-cypher-compiler-3.2:jar:3.2.1:compile
[INFO] | | | | +- org.neo4j:neo4j-cypher-frontend-3.2:jar:3.2.1:compile
[INFO] | | | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | | | \- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.3.2; omitted for duplicate)
[INFO] | | | | +- org.neo4j:neo4j-cypher-ir-3.2:jar:3.2.1:compile
[INFO] | | | | | +- (org.neo4j:neo4j-cypher-frontend-3.2:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | | | \- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.3.2; omitted for duplicate)
[INFO] | | | | +- (org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile - omitted for duplicate)
[INFO] | | | | \- (com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile - version managed from 2.3.3; omitted for duplicate)
[INFO] | | | +- org.parboiled:parboiled-scala_2.11:jar:1.1.7:compile
[INFO] | | | | \- org.parboiled:parboiled-core:jar:1.1.7:compile
[INFO] | | | \- net.sf.opencsv:opencsv:jar:2.3:compile
[INFO] | | +- org.neo4j:neo4j-jmx:jar:3.2.1:compile
[INFO] | | \- org.neo4j:neo4j-consistency-check:jar:3.2.1:compile
[INFO] | | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- (org.neo4j:neo4j-lucene-index:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-command-line:jar:3.2.1:compile
[INFO] | | | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | \- (org.neo4j:neo4j-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | +- org.neo4j:neo4j-dbms:jar:3.2.1:compile
[INFO] | | | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- (org.neo4j:neo4j-graphdb-api:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- (org.neo4j:neo4j-command-line:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- (org.neo4j:neo4j-collections:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- (org.neo4j:neo4j-io:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | +- org.neo4j:neo4j-import-tool:jar:3.2.1:compile
[INFO] | | | | +- (org.neo4j:neo4j-kernel:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | | \- (org.neo4j:neo4j-lucene-index:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.12:compile
[INFO] | | \- (org.neo4j:neo4j-io:jar:3.2.1:compile - omitted for duplicate)
[INFO] | +- org.neo4j:neo4j-slf4j:jar:3.2.1:compile
[INFO] | | +- org.neo4j:neo4j-logging:jar:3.2.1:compile
[INFO] | | | \- (org.neo4j:neo4j-io:jar:3.2.1:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- org.slf4j:jul-to-slf4j:jar:1.7.25:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- org.javassist:javassist:jar:3.20.0-GA:compile
[INFO] | \- net.iot-solutions.graphdb:jcypher:jar:3.7.0:compile
[INFO] | +- javax.json:javax.json-api:jar:1.0:compile
[INFO] | +- org.glassfish:javax.json:jar:1.0.4:compile
[INFO] | +- org.glassfish.jersey.core:jersey-client:jar:2.22.1:compile
[INFO] | | +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[INFO] | | +- org.glassfish.jersey.core:jersey-common:jar:2.22.1:compile
[INFO] | | | +- (javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile - omitted for duplicate)
[INFO] | | | +- javax.annotation:javax.annotation-api:jar:1.2:compile
[INFO] | | | +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.1:compile
[INFO] | | | +- (org.glassfish.hk2:hk2-api:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | | +- (org.glassfish.hk2.external:javax.inject:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | | +- (org.glassfish.hk2:hk2-locator:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | | \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:compile
[INFO] | | +- org.glassfish.hk2:hk2-api:jar:2.4.0-b31:compile
[INFO] | | | +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b31:compile
[INFO] | | | \- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b31:compile
[INFO] | | +- org.glassfish.hk2.external:javax.inject:jar:2.4.0-b31:compile
[INFO] | | \- org.glassfish.hk2:hk2-locator:jar:2.4.0-b31:compile
[INFO] | | +- (org.glassfish.hk2.external:javax.inject:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | +- (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | +- (org.glassfish.hk2:hk2-api:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | +- (org.glassfish.hk2:hk2-utils:jar:2.4.0-b31:compile - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:compile - version managed from 3.18.1-GA; omitted for duplicate)
[INFO] | +- (org.neo4j:neo4j:jar:3.2.1:compile - version managed from 3.1.1; omitted for duplicate)
[INFO] | +- org.neo4j.driver:neo4j-java-driver:jar:1.1.0:compile
[INFO] | \- (org.javassist:javassist:jar:3.20.0-GA:compile - version managed from 3.18.1-GA; omitted for duplicate)
[INFO] +- org.jooby:jooby-jooq:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- org.jooq:jooq:jar:3.7.3:compile
[INFO] | \- org.jooq:jooq-meta:jar:3.7.3:compile
[INFO] | \- (org.jooq:jooq:jar:3.7.3:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-querydsl:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- com.querydsl:querydsl-core:jar:4.0.9:compile
[INFO] | | +- (com.google.guava:guava:jar:21.0:compile - version managed from 18.0; omitted for duplicate)
[INFO] | | +- (com.google.code.findbugs:jsr305:jar:3.0.2:compile - version managed from 1.3.9; omitted for duplicate)
[INFO] | | +- com.mysema.commons:mysema-commons-lang:jar:0.2.4:compile
[INFO] | | \- com.infradna.tool:bridge-method-annotation:jar:1.13:compile
[INFO] | +- com.querydsl:querydsl-sql:jar:4.0.9:compile
[INFO] | | +- (com.querydsl:querydsl-core:jar:4.0.9:compile - omitted for duplicate)
[INFO] | | +- (joda-time:joda-time:jar:1.6:compile - omitted for conflict with 2.9.2)
[INFO] | | +- (javax.validation:validation-api:jar:1.1.0.Final:compile - omitted for duplicate)
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.6.1; omitted for duplicate)
[INFO] | | +- org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:jar:1_2:compile
[INFO] | | \- (com.infradna.tool:bridge-method-annotation:jar:1.13:compile - omitted for duplicate)
[INFO] | \- (org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-rxjava:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby-executor:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- io.reactivex:rxjava:jar:1.1.5:compile
[INFO] +- org.jooby:jooby-rxjava-jdbc:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- (org.jooby:jooby-rxjava:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- io.reactivex:rxjava-string:jar:1.1.0:compile
[INFO] | | \- (io.reactivex:rxjava:jar:1.1.5:runtime - version managed from 1.1.1; omitted for duplicate)
[INFO] | +- io.reactivex:rxjava-math:jar:1.0.0:compile
[INFO] | | \- (io.reactivex:rxjava:jar:1.1.5:runtime - version managed from 1.0.1; omitted for duplicate)
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.6.1; omitted for duplicate)
[INFO] | \- com.github.davidmoten:rxjava-jdbc:jar:0.7:compile
[INFO] | +- (io.reactivex:rxjava:jar:1.1.5:compile - version managed from 1.1.0; omitted for duplicate)
[INFO] | +- (io.reactivex:rxjava-string:jar:1.1.0:compile - version managed from 0.22.0; omitted for duplicate)
[INFO] | +- (io.reactivex:rxjava-math:jar:1.0.0:compile - omitted for duplicate)
[INFO] | +- com.github.davidmoten:rxjava-extras:jar:0.6.6:compile
[INFO] | | \- (io.reactivex:rxjava:jar:1.1.5:compile - version managed from 1.0.14; omitted for duplicate)
[INFO] | +- commons-io:commons-io:jar:2.4:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.10; omitted for duplicate)
[INFO] +- org.jooby:jooby-whoops:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-couchbase:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- (io.reactivex:rxjava:jar:1.1.5:compile - version managed from 1.0.14; omitted for duplicate)
[INFO] | \- com.couchbase.client:java-client:jar:2.3.1:compile
[INFO] | \- com.couchbase.client:core-io:jar:1.3.1:compile
[INFO] | \- (io.reactivex:rxjava:jar:1.1.5:compile - version managed from 1.0.14; omitted for duplicate)
[INFO] +- org.jooby:jooby-cassandra:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- io.netty:netty-handler:jar:4.1.16.Final:compile
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | | +- (io.netty:netty-transport:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | +- com.datastax.cassandra:cassandra-driver-core:jar:3.2.0:compile
[INFO] | | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | | +- (io.dropwizard.metrics:metrics-core:jar:3.1.2:compile - omitted for duplicate)
[INFO] | | +- com.github.jnr:jnr-ffi:jar:2.0.7:compile
[INFO] | | | +- com.github.jnr:jffi:jar:1.2.10:compile
[INFO] | | | +- com.github.jnr:jffi:jar:native:1.2.10:runtime
[INFO] | | | +- org.ow2.asm:asm:jar:5.0.3:compile
[INFO] | | | +- org.ow2.asm:asm-commons:jar:5.0.3:compile
[INFO] | | | | \- (org.ow2.asm:asm-tree:jar:5.0.3:compile - omitted for duplicate)
[INFO] | | | +- org.ow2.asm:asm-analysis:jar:5.0.3:compile
[INFO] | | | | \- (org.ow2.asm:asm-tree:jar:5.0.3:compile - omitted for duplicate)
[INFO] | | | +- org.ow2.asm:asm-tree:jar:5.0.3:compile
[INFO] | | | | \- (org.ow2.asm:asm:jar:5.0.3:compile - version managed from 5.2; omitted for duplicate)
[INFO] | | | +- org.ow2.asm:asm-util:jar:5.0.3:compile
[INFO] | | | | \- (org.ow2.asm:asm-tree:jar:5.0.3:compile - omitted for duplicate)
[INFO] | | | \- com.github.jnr:jnr-x86asm:jar:1.0.2:compile
[INFO] | | \- com.github.jnr:jnr-posix:jar:3.0.27:compile
[INFO] | | +- (com.github.jnr:jnr-ffi:jar:2.0.7:compile - omitted for duplicate)
[INFO] | | \- com.github.jnr:jnr-constants:jar:0.9.0:compile
[INFO] | +- com.datastax.cassandra:cassandra-driver-mapping:jar:3.2.0:compile
[INFO] | | \- (com.datastax.cassandra:cassandra-driver-core:jar:3.2.0:compile - omitted for duplicate)
[INFO] | \- com.datastax.cassandra:cassandra-driver-extras:jar:3.2.0:compile
[INFO] | +- (com.datastax.cassandra:cassandra-driver-core:jar:3.2.0:compile - omitted for duplicate)
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] +- org.jooby:jooby-scanner:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- io.github.lukehutch:fast-classpath-scanner:jar:2.8.1:compile
[INFO] +- org.jooby:jooby-csl:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- com.coverity.security:coverity-escapers:jar:1.1.1:compile
[INFO] +- org.jooby:jooby-unbescape:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- org.unbescape:unbescape:jar:1.1.3.RELEASE:compile
[INFO] +- com.h2database:h2:jar:1.4.190:test (scope not updated to compile)
[INFO] +- mysql:mysql-connector-java:jar:5.1.42:compile
[INFO] +- org.jooby:jooby-hbs:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- com.github.jknack:handlebars-guava-cache:jar:4.0.5:compile
[INFO] | +- com.github.jknack:handlebars:jar:4.0.5:compile
[INFO] | | +- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.1; omitted for duplicate)
[INFO] | | +- (org.antlr:antlr4-runtime:jar:4.5.1-1:compile - omitted for conflict with 4.6)
[INFO] | | +- org.mozilla:rhino:jar:1.7R4:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.6.4; omitted for duplicate)
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 14.0.1; omitted for duplicate)
[INFO] +- org.jooby:jooby-quartz:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- org.quartz-scheduler:quartz:jar:2.2.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] +- org.jooby:jooby-jackson:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.2:compile
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.2:compile
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile - omitted for conflict with 2.9.2)
[INFO] | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.2:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] +- org.jooby:jooby-gson:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] +- org.jooby:jooby-jdbi:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- org.jdbi:jdbi:jar:2.78:compile
[INFO] +- org.jooby:jooby-ftl:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- org.freemarker:freemarker:jar:2.3.26-incubating:compile
[INFO] +- org.jooby:jooby-pebble:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- com.mitchellbosecke:pebble:jar:2.4.0:compile
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 16.0.1; omitted for duplicate)
[INFO] | +- (com.coverity.security:coverity-escapers:jar:1.1.1:compile - version managed from 1.1; omitted for duplicate)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.21; omitted for duplicate)
[INFO] +- org.jooby:jooby-jade:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- de.neuland-bfi:jade4j:jar:1.1.4:compile
[INFO] | +- org.apache.commons:commons-jexl:jar:2.1.1:compile
[INFO] | | \- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for conflict with 1.2)
[INFO] | +- (commons-collections:commons-collections:jar:3.2.2:compile - omitted for duplicate)
[INFO] | +- (commons-io:commons-io:jar:2.4:compile - omitted for duplicate)
[INFO] | +- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.1; omitted for duplicate)
[INFO] | +- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.4.2:compile
[INFO] | \- org.pegdown:pegdown:jar:1.6.0:compile
[INFO] | \- org.parboiled:parboiled-java:jar:1.1.7:compile
[INFO] | +- (org.parboiled:parboiled-core:jar:1.1.7:compile - omitted for duplicate)
[INFO] | +- (org.ow2.asm:asm:jar:5.0.3:compile - version managed from 5.2; omitted for duplicate)
[INFO] | +- (org.ow2.asm:asm-tree:jar:5.0.3:compile - omitted for duplicate)
[INFO] | +- (org.ow2.asm:asm-analysis:jar:5.0.3:compile - omitted for duplicate)
[INFO] | \- (org.ow2.asm:asm-util:jar:5.0.3:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-camel:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- org.apache.camel:camel-core:jar:2.18.3:compile
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[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.jooby:jooby-pac4j2:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:compile - omitted for duplicate)
[INFO] | \- (org.pac4j:pac4j-http:jar:2.2.1:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-assets:jar:1.2.4-SNAPSHOT:compile
[INFO] | \- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-swagger:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-spec:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | | \- com.github.javaparser:javaparser-core:jar:2.3.0:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.8.7; omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.2:compile
[INFO] | | +- (org.yaml:snakeyaml:jar:1.15:compile - version managed from 1.18; omitted for duplicate)
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.7.4; omitted for duplicate)
[INFO] | +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] | +- org.yaml:snakeyaml:jar:1.15:compile
[INFO] | +- io.swagger:swagger-core:jar:1.5.16:compile
[INFO] | | +- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.2.1; omitted for duplicate)
[INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[INFO] | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.9:compile - omitted for conflict with 2.9.2)
[INFO] | | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.8.9; omitted for duplicate)
[INFO] | | +- (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.2:compile - version managed from 2.8.9; omitted for duplicate)
[INFO] | | +- io.swagger:swagger-models:jar:1.5.16:compile
[INFO] | | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.9:compile - omitted for conflict with 2.9.2)
[INFO] | | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.22; omitted for duplicate)
[INFO] | | | \- io.swagger:swagger-annotations:jar:1.5.16:compile
[INFO] | | +- (com.google.guava:guava:jar:21.0:compile - version managed from 20.0; omitted for duplicate)
[INFO] | | \- (javax.validation:validation-api:jar:1.1.0.Final:compile - omitted for duplicate)
[INFO] | \- org.webjars:swagger-ui:jar:3.1.6:compile
[INFO] +- org.jooby:jooby-raml:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby-spec:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- (org.jsoup:jsoup:jar:1.8.3:compile - omitted for conflict with 1.8.2)
[INFO] +- org.jooby:jooby-aws:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- (org.slf4j:jcl-over-slf4j:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - version managed from 4.3.6; omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.8.9; omitted for duplicate)
[INFO] | \- com.amazonaws:aws-java-sdk-core:jar:1.11.43:compile
[INFO] | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - version managed from 4.5.1; omitted for duplicate)
[INFO] | +- software.amazon.ion:ion-java:jar:1.0.1:compile
[INFO] | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.6.6; omitted for duplicate)
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6:compile
[INFO] | | \- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.6.6; omitted for duplicate)
[INFO] | \- (joda-time:joda-time:jar:2.8.1:compile - omitted for conflict with 1.6)
[INFO] +- org.jooby:jooby-metrics:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- io.dropwizard.metrics:metrics-core:jar:3.1.2:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] | +- io.dropwizard.metrics:metrics-healthchecks:jar:3.1.2:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] | \- io.dropwizard.metrics:metrics-jvm:jar:3.1.2:compile
[INFO] | +- (io.dropwizard.metrics:metrics-core:jar:3.1.2:compile - omitted for duplicate)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] +- org.jooby:jooby-requery:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- io.requery:requery:jar:1.4.0:compile
[INFO] | +- (org.slf4j:jul-to-slf4j:jar:1.7.25:compile - omitted for duplicate)
[INFO] | \- io.projectreactor:reactor-core:jar:2.5.0.M3:compile
[INFO] | \- (org.reactivestreams:reactive-streams:jar:1.0.0:compile - omitted for duplicate)
[INFO] +- io.requery:requery-kotlin:jar:1.4.0:compile
[INFO] | +- (io.requery:requery:jar:1.4.0:compile - omitted for duplicate)
[INFO] | \- org.jetbrains.kotlin:kotlin-stdlib:jar:1.2.21:compile (version managed from 1.1.3)
[INFO] | \- org.jetbrains:annotations:jar:13.0:compile
[INFO] +- org.jooby:jooby-rocker:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-filewatcher:jar:1.2.4-SNAPSHOT:compile
[INFO] | | \- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- com.fizzed:rocker-runtime:jar:0.16.0:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.7; omitted for duplicate)
[INFO] +- org.jooby:jooby-ebean:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby-jdbc:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- (com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile - version managed from 2.6.6; omitted for duplicate)
[INFO] | \- io.ebean:ebean:jar:10.1.7:compile
[INFO] | +- io.ebean:persistence-api:jar:2.2.1:compile
[INFO] | +- io.ebean:ebean-annotation:jar:2.2:compile
[INFO] | +- org.avaje:avaje-datasource-api:jar:1.1:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.avaje:avaje-datasource:jar:2.1.1:compile
[INFO] | | \- (org.avaje:avaje-datasource-api:jar:1.1:compile - omitted for duplicate)
[INFO] | +- org.avaje:avaje-classpath-scanner-api:jar:2.2:compile
[INFO] | +- org.avaje:avaje-classpath-scanner:jar:2.2.2:compile
[INFO] | | +- (org.avaje:avaje-classpath-scanner-api:jar:2.2:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | +- io.ebean:ebean-dbmigration:jar:10.1.4:compile
[INFO] | | +- (org.avaje:avaje-classpath-scanner-api:jar:2.1:compile - omitted for conflict with 2.2)
[INFO] | | +- (org.avaje:avaje-classpath-scanner:jar:2.2.2:compile - omitted for duplicate)
[INFO] | | \- (com.h2database:h2:jar:1.4.190:compile - version managed from 1.4.193; omitted for duplicate)
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for duplicate)
[INFO] | \- org.antlr:antlr4-runtime:jar:4.6:compile
[INFO] +- io.ebean:ebean-agent:jar:10.1.7:compile
[INFO] +- org.jooby:jooby-banner:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- com.github.lalyos:jfiglet:jar:0.0.7:compile
[INFO] +- org.jooby:jooby-reactor:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby-executor:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- (io.projectreactor:reactor-core:jar:2.5.0.M3:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-mongodb-rx:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby-rxjava:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- org.mongodb:mongodb-driver-core:jar:3.2.2:compile
[INFO] | | \- org.mongodb:bson:jar:3.2.2:compile
[INFO] | +- org.mongodb:mongodb-driver-async:jar:3.2.2:compile
[INFO] | | +- (org.mongodb:mongodb-driver-core:jar:3.2.2:compile - omitted for duplicate)
[INFO] | | \- (org.mongodb:bson:jar:3.2.2:compile - omitted for duplicate)
[INFO] | \- org.mongodb:mongodb-driver-rx:jar:1.2.0:compile
[INFO] | +- (io.reactivex:rxjava:jar:1.1.5:compile - version managed from 1.0.17; omitted for duplicate)
[INFO] | \- (org.mongodb:mongodb-driver-async:jar:3.2.2:compile - version managed from 3.2.0; omitted for duplicate)
[INFO] +- org.jooby:jooby-thymeleaf:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- org.thymeleaf:thymeleaf:jar:3.0.2.RELEASE:compile
[INFO] | +- ognl:ognl:jar:3.1.10:compile
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:compile - version managed from 3.18.1-GA; omitted for duplicate)
[INFO] | +- org.attoparser:attoparser:jar:2.0.1.RELEASE:compile
[INFO] | +- (org.unbescape:unbescape:jar:1.1.3.RELEASE:compile - version managed from 1.1.4.RELEASE; omitted for duplicate)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.6.6; omitted for duplicate)
[INFO] +- org.avaje:avaje-agentloader:jar:2.1.2:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] +- com.amazonaws:aws-java-sdk-s3:jar:1.11.43:compile
[INFO] | +- com.amazonaws:aws-java-sdk-kms:jar:1.11.43:compile
[INFO] | | +- (com.amazonaws:aws-java-sdk-core:jar:1.11.43:compile - omitted for duplicate)
[INFO] | | \- (com.amazonaws:jmespath-java:jar:1.0:compile - omitted for duplicate)
[INFO] | +- (com.amazonaws:aws-java-sdk-core:jar:1.11.43:compile - omitted for duplicate)
[INFO] | \- com.amazonaws:jmespath-java:jar:1.0:compile
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.6.6; omitted for duplicate)
[INFO] +- com.amazonaws:aws-java-sdk-sqs:jar:1.11.43:compile
[INFO] | +- (com.amazonaws:aws-java-sdk-core:jar:1.11.43:compile - omitted for duplicate)
[INFO] | \- (com.amazonaws:jmespath-java:jar:1.0:compile - omitted for duplicate)
[INFO] +- com.amazonaws:aws-java-sdk-ses:jar:1.11.43:compile
[INFO] | +- (com.amazonaws:aws-java-sdk-core:jar:1.11.43:compile - omitted for duplicate)
[INFO] | \- (com.amazonaws:jmespath-java:jar:1.0:compile - omitted for duplicate)
[INFO] +- org.webjars:jquery:jar:2.1.3:compile
[INFO] +- org.webjars:jquery-ui:jar:1.11.3:compile
[INFO] | \- (org.webjars:jquery:jar:1.11.1:compile - omitted for conflict with 2.1.3)
[INFO] +- org.webjars:bootstrap:jar:3.3.4:compile
[INFO] | \- (org.webjars:jquery:jar:1.11.1:compile - omitted for conflict with 2.1.3)
[INFO] +- org.jooby:jooby-undertow:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | \- io.undertow:undertow-core:jar:1.4.20.Final:compile
[INFO] | +- (org.jboss.logging:jboss-logging:jar:3.2.1.Final:compile - omitted for conflict with 3.3.0.Final)
[INFO] | +- org.jboss.xnio:xnio-api:jar:3.3.8.Final:compile
[INFO] | \- org.jboss.xnio:xnio-nio:jar:3.3.8.Final:runtime
[INFO] | \- (org.jboss.xnio:xnio-api:jar:3.3.8.Final:runtime - omitted for duplicate)
[INFO] +- org.jooby:jooby-jetty:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- org.jooby:jooby-servlet:jar:1.2.4-SNAPSHOT:compile
[INFO] | | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | | \- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] | +- org.eclipse.jetty:jetty-server:jar:9.4.7.v20170914:compile
[INFO] | | +- (javax.servlet:javax.servlet-api:jar:3.1.0:compile - omitted for duplicate)
[INFO] | | +- org.eclipse.jetty:jetty-http:jar:9.4.7.v20170914:compile
[INFO] | | | +- org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile
[INFO] | | | \- (org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | \- org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile
[INFO] | | \- (org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | +- org.eclipse.jetty.http2:http2-server:jar:9.4.7.v20170914:compile
[INFO] | | +- (org.eclipse.jetty.http2:http2-common:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | \- (org.eclipse.jetty:jetty-server:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | +- org.eclipse.jetty.websocket:websocket-server:jar:9.4.7.v20170914:compile
[INFO] | | +- org.eclipse.jetty.websocket:websocket-common:jar:9.4.7.v20170914:compile
[INFO] | | | +- org.eclipse.jetty.websocket:websocket-api:jar:9.4.7.v20170914:compile
[INFO] | | | +- (org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | | \- (org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | +- org.eclipse.jetty.websocket:websocket-client:jar:9.4.7.v20170914:compile
[INFO] | | | +- org.eclipse.jetty:jetty-client:jar:9.4.7.v20170914:compile
[INFO] | | | | +- (org.eclipse.jetty:jetty-http:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | | | \- (org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | | +- org.eclipse.jetty:jetty-xml:jar:9.4.7.v20170914:compile
[INFO] | | | | \- (org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | | +- (org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | | +- (org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | | \- (org.eclipse.jetty.websocket:websocket-common:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | +- org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.7.v20170914:compile
[INFO] | | | +- (org.eclipse.jetty.websocket:websocket-api:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | | \- (javax.servlet:javax.servlet-api:jar:3.1.0:compile - omitted for duplicate)
[INFO] | | +- org.eclipse.jetty:jetty-servlet:jar:9.4.7.v20170914:compile
[INFO] | | | \- org.eclipse.jetty:jetty-security:jar:9.4.7.v20170914:compile
[INFO] | | | \- (org.eclipse.jetty:jetty-server:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | \- (org.eclipse.jetty:jetty-http:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | \- org.eclipse.jetty:jetty-alpn-server:jar:9.4.7.v20170914:compile
[INFO] | \- (org.eclipse.jetty:jetty-server:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] +- org.jooby:jooby-netty:jar:1.2.4-SNAPSHOT:compile
[INFO] | +- (org.jooby:jooby:jar:1.2.4-SNAPSHOT:compile - omitted for duplicate)
[INFO] | +- (io.netty:netty-transport:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | +- (io.netty:netty-resolver:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | +- (io.netty:netty-codec:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http:jar:4.1.16.Final:compile
[INFO] | | \- (io.netty:netty-codec:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | +- io.netty:netty-codec-http2:jar:4.1.16.Final:compile
[INFO] | | +- (io.netty:netty-codec-http:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | | \- (io.netty:netty-handler:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | +- (io.netty:netty-common:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | +- (io.netty:netty-handler:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | +- (org.javassist:javassist:jar:3.20.0-GA:compile - version managed from 3.18.1-GA; omitted for duplicate)
[INFO] | +- io.netty:netty-transport-native-epoll:jar:4.1.16.Final:compile
[INFO] | | +- (io.netty:netty-common:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | | +- (io.netty:netty-buffer:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.16.Final:compile
[INFO] | | | +- (io.netty:netty-common:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | | | \- (io.netty:netty-transport:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | | \- (io.netty:netty-transport:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | \- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.6.Final:compile
[INFO] +- org.pac4j:pac4j-core:jar:2.2.1:compile
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] +- org.pac4j:pac4j-http:jar:2.2.1:compile
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:compile - omitted for duplicate)
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.8.7; omitted for duplicate)
[INFO] +- org.pac4j:pac4j-oauth:jar:2.2.1:compile
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:compile - omitted for duplicate)
[INFO] | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | +- com.github.scribejava:scribejava-apis:jar:3.3.0:compile
[INFO] | | \- com.github.scribejava:scribejava-core:jar:3.3.0:compile
[INFO] | \- (com.fasterxml.jackson.core:jackson-databind:jar:2.9.2:compile - version managed from 2.8.7; omitted for duplicate)
[INFO] +- org.pac4j:pac4j-cas:jar:2.2.1:compile
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:compile - omitted for duplicate)
[INFO] | +- org.jasig.cas.client:cas-client-core:jar:3.4.1:compile
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.1; omitted for duplicate)
[INFO] | +- org.jasig.cas.client:cas-client-support-saml:jar:3.4.1:compile
[INFO] | | +- (org.jasig.cas.client:cas-client-core:jar:3.4.1:compile - omitted for duplicate)
[INFO] | | +- (joda-time:joda-time:jar:2.7:compile - omitted for conflict with 1.6)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.1; omitted for duplicate)
[INFO] | \- (com.google.guava:guava:jar:21.0:compile - version managed from 20.0; omitted for duplicate)
[INFO] +- org.pac4j:pac4j-openid:jar:2.2.1:compile
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:compile - omitted for duplicate)
[INFO] | +- org.openid4java:openid4java:jar:1.0.0:compile
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - version managed from 4.1; omitted for duplicate)
[INFO] | | +- net.sourceforge.nekohtml:nekohtml:jar:1.9.10:compile
[INFO] | | | \- (xerces:xercesImpl:jar:2.8.1:compile - omitted for duplicate)
[INFO] | | +- (com.google.inject:guice:jar:4.1.0:compile - version managed from 2.0; omitted for duplicate)
[INFO] | | \- xerces:xercesImpl:jar:2.8.1:compile
[INFO] | | \- (xml-apis:xml-apis:jar:1.3.03:compile - omitted for conflict with 1.0.b2)
[INFO] | +- (org.slf4j:jcl-over-slf4j:jar:1.7.25:compile - omitted for duplicate)
[INFO] | \- xml-apis:xml-apis:jar:1.0.b2:compile
[INFO] +- org.pac4j:pac4j-saml:jar:2.2.1:compile
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:compile - omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-core:jar:3.3.0:compile
[INFO] | | +- (joda-time:joda-time:jar:2.9:compile - omitted for conflict with 1.6)
[INFO] | | +- (io.dropwizard.metrics:metrics-core:jar:3.1.2:compile - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- net.shibboleth.utilities:java-support:jar:7.3.0:compile
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | +- (com.google.code.findbugs:jsr305:jar:3.0.2:compile - version managed from 3.0.1; omitted for duplicate)
[INFO] | | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | | +- (joda-time:joda-time:jar:2.9:compile - omitted for conflict with 1.6)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-saml-api:jar:3.3.0:compile
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-soap-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-profile-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- org.opensaml:opensaml-storage-api:jar:3.3.0:compile
[INFO] | | | +- (joda-time:joda-time:jar:2.9:compile - omitted for conflict with 1.6)
[INFO] | | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-saml-impl:jar:3.3.0:compile
[INFO] | | +- (org.opensaml:opensaml-profile-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-saml-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-storage-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-security-impl:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-xmlsec-impl:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- org.opensaml:opensaml-soap-impl:jar:3.3.0:compile
[INFO] | | | +- (org.opensaml:opensaml-soap-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | | +- (org.opensaml:opensaml-profile-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | | +- (org.apache.velocity:velocity:jar:1.7:compile - omitted for duplicate)
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - version managed from 4.3.6; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-soap-api:jar:3.3.0:compile
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - version managed from 4.3.6; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:3.3.0:compile
[INFO] | | +- (org.opensaml:opensaml-security-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-security-api:jar:3.3.0:compile
[INFO] | | +- (org.opensaml:opensaml-core:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- org.apache.santuario:xmlsec:jar:2.0.5:compile
[INFO] | | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | | | +- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
[INFO] | | | | +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] | | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | | \- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | +- (org.cryptacular:cryptacular:jar:1.1.1:compile - omitted for conflict with 1.1.0)
[INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.54:compile
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-security-impl:jar:3.3.0:compile
[INFO] | | +- (org.opensaml:opensaml-security-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-profile-api:jar:3.3.0:compile
[INFO] | | +- (org.opensaml:opensaml-core:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-profile-impl:jar:3.3.0:compile
[INFO] | | +- (org.opensaml:opensaml-profile-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-messaging-api:jar:3.3.0:compile
[INFO] | | +- (org.opensaml:opensaml-core:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (joda-time:joda-time:jar:2.9:compile - omitted for conflict with 1.6)
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - version managed from 4.3.6; omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-messaging-impl:jar:3.3.0:compile
[INFO] | | +- (org.opensaml:opensaml-messaging-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- org.opensaml:opensaml-xmlsec-impl:jar:3.3.0:compile
[INFO] | | +- (org.opensaml:opensaml-xmlsec-api:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (org.opensaml:opensaml-security-impl:jar:3.3.0:compile - omitted for duplicate)
[INFO] | | +- (net.shibboleth.utilities:java-support:jar:7.3.0:compile - omitted for duplicate)
[INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate)
[INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.25:compile - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:compile - version managed from 19.0; omitted for duplicate)
[INFO] | +- org.cryptacular:cryptacular:jar:1.1.0:compile
[INFO] | +- joda-time:joda-time:jar:2.9.2:compile
[INFO] | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | \- (xml-apis:xml-apis:jar:1.3.04:compile - omitted for conflict with 1.0.b2)
[INFO] | +- org.apache.velocity:velocity:jar:1.7:compile
[INFO] | | +- (commons-collections:commons-collections:jar:3.2.1:compile - omitted for conflict with 3.2.2)
[INFO] | | \- commons-lang:commons-lang:jar:2.4:compile
[INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | +- (org.slf4j:jcl-over-slf4j:jar:1.7.25:compile - omitted for duplicate)
[INFO] | \- org.springframework:spring-core:jar:4.3.7.RELEASE:compile
[INFO] | \- (commons-logging:commons-logging:jar:1.2:compile - omitted for conflict with 1.2)
[INFO] +- org.pac4j:pac4j-gae:jar:2.2.1:compile
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:compile - omitted for duplicate)
[INFO] | +- com.google.appengine:appengine-api-1.0-sdk:jar:1.9.50:compile
[INFO] | +- com.google.appengine:appengine-jsr107cache:jar:1.9.50:compile
[INFO] | \- net.sf.jsr107cache:jsr107cache:jar:1.1:compile
[INFO] +- org.pac4j:pac4j-oidc:jar:2.2.1:compile
[INFO] | +- (org.pac4j:pac4j-core:jar:2.2.1:compile - omitted for duplicate)
[INFO] | +- com.nimbusds:oauth2-oidc-sdk:jar:5.24.2:compile
[INFO] | | +- javax.mail:mail:jar:1.4.7:compile
[INFO] | | | \- (javax.activation:activation:jar:1.1:compile - omitted for conflict with 1.1.1)
[INFO] | | +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
[INFO] | | +- (org.apache.commons:commons-lang3:jar:3.4:compile - version managed from 3.5; omitted for duplicate)
[INFO] | | +- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | | +- net.minidev:json-smart:jar:1.3.1:compile
[INFO] | | \- com.nimbusds:lang-tag:jar:1.4.3:compile
[INFO] | | \- (net.minidev:json-smart:jar:1.3.1:compile - omitted for duplicate)
[INFO] | \- com.nimbusds:nimbus-jose-jwt:jar:4.36:compile
[INFO] | +- (com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile - omitted for duplicate)
[INFO] | +- (net.minidev:json-smart:jar:1.3.1:compile - omitted for duplicate)
[INFO] | \- org.bouncycastle:bcpkix-jdk15on:jar:1.55:compile
[INFO] | \- (org.bouncycastle:bcprov-jdk15on:jar:1.55:compile - omitted for conflict with 1.54)
[INFO] +- org.jooby:jooby:jar:tests:1.2.4-SNAPSHOT:test
[INFO] | +- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] | +- (ch.qos.logback:logback-classic:jar:1.2.3:test - omitted for duplicate)
[INFO] | +- (com.typesafe:config:jar:1.3.1:test - omitted for duplicate)
[INFO] | +- (org.jooby:funzy:jar:0.1.0:test - omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 19.0; omitted for duplicate)
[INFO] | \- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:test - omitted for duplicate)
[INFO] +- junit:junit:jar:4.12:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.easymock:easymock:jar:3.2:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:compile - version managed from 2.2.2; scope updated from test; omitted for duplicate)
[INFO] | \- (org.objenesis:objenesis:jar:1.3:compile - scope updated from test; omitted for duplicate)
[INFO] +- org.powermock:powermock-api-easymock:jar:1.6.4:test
[INFO] | +- (cglib:cglib-nodep:jar:3.2.0:compile - version managed from 2.2.2; scope updated from test; omitted for duplicate)
[INFO] | \- org.powermock:powermock-api-support:jar:1.6.4:test
[INFO] | +- org.powermock:powermock-core:jar:1.6.4:test
[INFO] | | +- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] | | \- (org.javassist:javassist:jar:3.20.0-GA:test - version managed from 3.18.1-GA; omitted for duplicate)
[INFO] | \- org.powermock:powermock-reflect:jar:1.6.4:test
[INFO] | \- (org.objenesis:objenesis:jar:2.1:compile - scope updated from test; omitted for duplicate)
[INFO] +- com.sun.jersey:jersey-client:jar:1.19.1:test
[INFO] | \- com.sun.jersey:jersey-core:jar:1.19.1:test
[INFO] | \- javax.ws.rs:jsr311-api:jar:1.1.1:test
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate)
[INFO] | \- org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[INFO] | +- (junit:junit:jar:4.12:test - version managed from 4.4; omitted for duplicate)
[INFO] | +- (org.powermock:powermock-core:jar:1.6.4:test - omitted for duplicate)
[INFO] | \- (org.powermock:powermock-reflect:jar:1.6.4:test - omitted for duplicate)
[INFO] +- org.jacoco:org.jacoco.agent:jar:runtime:0.7.8:test
[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.25:test (scope not updated to compile)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.2:test (scope not updated to compile)
[INFO] | +- (org.apache.httpcomponents:httpcore:jar:4.4.4:compile - scope updated from test; omitted for duplicate)
[INFO] | \- (commons-codec:commons-codec:jar:1.9:test - omitted for conflict with 1.10)
[INFO] +- org.apache.httpcomponents:fluent-hc:jar:4.5.2:test
[INFO] | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - version managed from 4.3.6; omitted for duplicate)
[INFO] | \- (commons-logging:commons-logging:jar:1.2:compile - scope updated from test; omitted for duplicate)
[INFO] +- org.apache.httpcomponents:httpmime:jar:4.5.2:test
[INFO] | \- (org.apache.httpcomponents:httpclient:jar:4.5.2:test - version managed from 4.3.6; omitted for duplicate)
[INFO] +- com.ning:async-http-client:jar:1.9.36:test
[INFO] | +- io.netty:netty:jar:3.10.5.Final:test
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.12; omitted for duplicate)
[INFO] +- org.jsoup:jsoup:jar:1.8.2:test (scope not updated to compile)
[INFO] +- org.eclipse.jetty.http2:http2-client:jar:9.4.7.v20170914:compile
[INFO] | +- org.eclipse.jetty.http2:http2-common:jar:9.4.7.v20170914:compile
[INFO] | | \- org.eclipse.jetty.http2:http2-hpack:jar:9.4.7.v20170914:compile
[INFO] | | +- (org.eclipse.jetty:jetty-util:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | +- (org.eclipse.jetty:jetty-http:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | | \- (org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] | \- org.eclipse.jetty:jetty-alpn-client:jar:9.4.7.v20170914:compile
[INFO] | \- (org.eclipse.jetty:jetty-io:jar:9.4.7.v20170914:compile - omitted for duplicate)
[INFO] +- io.reactivex.rxjava2:rxjava:jar:2.0.7:compile
[INFO] | \- org.reactivestreams:reactive-streams:jar:1.0.0:compile
[INFO] +- com.datastax.cassandra:dse-driver:jar:1.1.2:test
[INFO] | +- (com.datastax.cassandra:cassandra-driver-core:jar:3.2.0:test - version managed from 3.1.4; omitted for duplicate)
[INFO] | +- (com.google.guava:guava:jar:21.0:test - version managed from 16.0.1; omitted for duplicate)
[INFO] | \- (org.slf4j:slf4j-api:jar:1.7.25:test - version managed from 1.7.13; omitted for duplicate)
[INFO] +- io.netty:netty-common:jar:4.1.16.Final:compile
[INFO] +- io.netty:netty-transport:jar:4.1.16.Final:compile
[INFO] | +- io.netty:netty-buffer:jar:4.1.16.Final:compile
[INFO] | | \- (io.netty:netty-common:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] | \- (io.netty:netty-resolver:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] +- io.netty:netty-resolver:jar:4.1.16.Final:compile
[INFO] | \- (io.netty:netty-common:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] +- io.netty:netty-codec:jar:4.1.16.Final:compile
[INFO] | \- (io.netty:netty-transport:jar:4.1.16.Final:compile - omitted for duplicate)
[INFO] +- com.graphaware.neo4j:expire:jar:3.2.1.51.4:compile
[INFO] \- com.impossibl.pgjdbc-ng:pgjdbc-ng:jar:0.7.1:compile
[INFO] +- (io.netty:netty-buffer:jar:4.1.16.Final:compile - version managed from 4.1.8.Final; omitted for duplicate)
[INFO] +- (io.netty:netty-transport:jar:4.1.8.Final:compile - omitted for conflict with 4.1.16.Final)
[INFO] +- (io.netty:netty-codec:jar:4.1.8.Final:compile - omitted for conflict with 4.1.16.Final)
[INFO] \- (io.netty:netty-handler:jar:4.1.16.Final:compile - version managed from 4.1.8.Final; omitted for duplicate)
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment