Skip to content

Instantly share code, notes, and snippets.

@szarnyasg
Created October 28, 2016 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szarnyasg/3bcb77b31f925c03a07eff184f7d05b5 to your computer and use it in GitHub Desktop.
Save szarnyasg/3bcb77b31f925c03a07eff184f7d05b5 to your computer and use it in GitHub Desktop.
Dependencies for the gradle-slow-build example
$ gradle dependencies
:dependencies
------------------------------------------------------------
Root project
------------------------------------------------------------
archives - Configuration for archive artifacts.
No dependencies
compile - Dependencies for source set 'main'.
\--- org.neo4j.shell:import-tools:3.0.3
+--- com.esotericsoftware:kryo:3.0.3
| +--- com.esotericsoftware:reflectasm:1.10.1
| +--- com.esotericsoftware:minlog:1.3.0
| \--- org.objenesis:objenesis:2.1
+--- org.mapdb:mapdb:0.9.3
+--- net.sf.opencsv:opencsv:2.3
+--- org.neo4j:neo4j:3.0.3
| +--- org.neo4j:neo4j-kernel:3.0.3
| | +--- org.neo4j:neo4j-graphdb-api:3.0.3
| | | +--- org.neo4j:neo4j-common:3.0.3
| | | +--- org.neo4j:neo4j-resource:3.0.3
| | | +--- org.neo4j:neo4j-collections:3.0.3
| | | | +--- org.neo4j:neo4j-resource:3.0.3
| | | | \--- org.neo4j:neo4j-common:3.0.3
| | | \--- org.neo4j:neo4j-primitive-collections:3.0.3
| | | +--- org.neo4j:neo4j-unsafe:3.0.3
| | | +--- org.neo4j:neo4j-common:3.0.3
| | | \--- org.neo4j:neo4j-resource:3.0.3
| | +--- org.neo4j:neo4j-common:3.0.3
| | +--- org.neo4j:neo4j-collections:3.0.3 (*)
| | +--- org.neo4j:neo4j-primitive-collections:3.0.3 (*)
| | +--- org.neo4j:neo4j-io:3.0.3
| | | +--- org.neo4j:neo4j-unsafe:3.0.3
| | | +--- org.neo4j:neo4j-primitive-collections:3.0.3 (*)
| | | \--- org.apache.commons:commons-lang3:3.3.2
| | +--- org.neo4j:neo4j-csv:3.0.3
| | | +--- org.neo4j:neo4j-primitive-collections:3.0.3 (*)
| | | \--- org.neo4j:neo4j-collections:3.0.3 (*)
| | +--- org.neo4j:neo4j-logging:3.0.3
| | | \--- org.neo4j:neo4j-io:3.0.3 (*)
| | +--- org.neo4j:neo4j-security:3.0.3
| | | +--- org.neo4j:neo4j-logging:3.0.3 (*)
| | | +--- org.neo4j:neo4j-common:3.0.3
| | | \--- org.neo4j:neo4j-graphdb-api:3.0.3 (*)
| | \--- org.neo4j:neo4j-lucene-upgrade:3.0.3
| | +--- org.apache.lucene:lucene-core:5.5.0
| | \--- org.apache.lucene:lucene-backward-codecs:5.5.0
| | \--- org.apache.lucene:lucene-core:5.5.0
| +--- org.neo4j:neo4j-lucene-index:3.0.3
| | +--- org.neo4j:neo4j-kernel:3.0.3 (*)
| | +--- org.apache.lucene:lucene-analyzers-common:5.5.0
| | | \--- org.apache.lucene:lucene-core:5.5.0
| | +--- org.apache.lucene:lucene-core:5.5.0
| | +--- org.apache.lucene:lucene-queryparser:5.5.0
| | | \--- org.apache.lucene:lucene-core:5.5.0
| | \--- org.apache.lucene:lucene-codecs:5.5.0
| | \--- org.apache.lucene:lucene-core:5.5.0
| +--- org.neo4j:neo4j-graph-algo:3.0.3
| | \--- org.neo4j:neo4j-kernel:3.0.3 (*)
| +--- org.neo4j:neo4j-udc:3.0.3
| | \--- org.neo4j:neo4j-kernel:3.0.3 (*)
| +--- org.neo4j:neo4j-graph-matching:3.0.3
| | \--- org.neo4j:neo4j-kernel:3.0.3 (*)
| +--- org.neo4j:neo4j-cypher:3.0.3
| | +--- org.scala-lang:scala-library:2.11.8
| | +--- org.scala-lang:scala-reflect:2.11.8
| | | \--- org.scala-lang:scala-library:2.11.8
| | +--- org.neo4j:neo4j-kernel:3.0.3 (*)
| | +--- org.neo4j:neo4j-lucene-index:3.0.3 (*)
| | +--- org.neo4j:neo4j-graph-matching:3.0.3 (*)
| | +--- org.neo4j:neo4j-graph-algo:3.0.3 (*)
| | +--- org.neo4j:neo4j-codegen:3.0.3
| | | +--- org.ow2.asm:asm:5.0.2
| | | \--- org.apache.commons:commons-lang3:3.3.2
| | +--- org.neo4j:neo4j-cypher-compiler-2.3:2.3.4
| | | +--- org.scala-lang:scala-reflect:2.11.7 -> 2.11.8 (*)
| | | +--- org.neo4j:neo4j-cypher-frontend-2.3:2.3.4
| | | | +--- org.scala-lang:scala-reflect:2.11.7 -> 2.11.8 (*)
| | | | +--- org.parboiled:parboiled-scala_2.11:1.1.7
| | | | | \--- org.parboiled:parboiled-core:1.1.7
| | | | \--- org.apache.commons:commons-lang3:3.3.2
| | | +--- org.parboiled:parboiled-scala_2.11:1.1.7 (*)
| | | \--- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
| | +--- org.neo4j:neo4j-cypher-compiler-3.0:3.0.3
| | | +--- org.neo4j:neo4j-cypher-frontend-3.0:3.0.3
| | | | +--- org.parboiled:parboiled-scala_2.11:1.1.7 (*)
| | | | \--- org.apache.commons:commons-lang3:3.3.2
| | | \--- org.parboiled:parboiled-scala_2.11:1.1.7 (*)
| | +--- org.parboiled:parboiled-scala_2.11:1.1.7 (*)
| | +--- net.sf.opencsv:opencsv:2.3
| | \--- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
| +--- org.neo4j:neo4j-jmx:3.0.3
| \--- org.neo4j:neo4j-consistency-check:3.0.3
| +--- org.neo4j:neo4j-kernel:3.0.3 (*)
| \--- org.neo4j:neo4j-lucene-index:3.0.3 (*)
+--- org.neo4j:neo4j-shell:3.0.3
| \--- jline:jline:2.12
+--- org.neo4j:neo4j-graphviz:3.0.3
| \--- org.neo4j:neo4j-kernel:3.0.3 (*)
+--- commons-lang:commons-lang:2.4
+--- org.codehaus.jackson:jackson-mapper-asl:1.9.7
| \--- org.codehaus.jackson:jackson-core-asl:1.9.7
\--- com.nigelsmall:geoff:0.5.0
+--- commons-io:commons-io:1.4
+--- commons-lang:commons-lang:2.4
+--- org.codehaus.jackson:jackson-mapper-asl:1.9.7 (*)
+--- com.sun.jersey:jersey-core:1.9
\--- org.slf4j:slf4j-api:1.6.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment