File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
examples/pregel-bootstrap Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,16 @@ group = 'org.neo4j.gds'
26
26
27
27
dependencies {
28
28
// We depend on the proc artifact of the GDS library
29
- compileOnly " org.neo4j.gds:algo-common:$gdsVersion "
30
- compileOnly " org.neo4j.gds:annotations:$gdsVersion "
31
- compileOnly " org.neo4j.gds:config-api:$gdsVersion "
32
- compileOnly " org.neo4j.gds:core-write:$gdsVersion "
29
+ compileOnly " org.neo4j.gds:proc:$gdsVersion "
33
30
compileOnly " org.neo4j.gds:core:$gdsVersion "
31
+ compileOnly " org.neo4j.gds:core-write:$gdsVersion "
32
+ compileOnly " org.neo4j.gds:algo-common:$gdsVersion "
34
33
compileOnly " org.neo4j.gds:executor:$gdsVersion "
35
34
compileOnly " org.neo4j.gds:memory-usage:$gdsVersion "
35
+ compileOnly " org.neo4j.gds:annotations:$gdsVersion "
36
36
compileOnly " org.neo4j.gds:proc-pregel:$gdsVersion "
37
- compileOnly " org.neo4j.gds:proc :$gdsVersion "
37
+ compileOnly " org.neo4j.gds:config-api :$gdsVersion "
38
38
compileOnly " org.neo4j.gds:progress-tracking:$gdsVersion "
39
- compileOnly " org.neo4j.gds:termination:$gdsVersion "
40
39
compileOnly " org.neo4j.gds:transaction:$gdsVersion "
41
40
42
41
// We also need to depend on Neo4j itself for our tests.
You can’t perform that action at this time.
0 commit comments