File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
examples/pregel-bootstrap Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,17 @@ 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:proc:$gdsVersion "
30
- compileOnly " org.neo4j.gds:core:$gdsVersion "
31
- compileOnly " org.neo4j.gds:core-write:$gdsVersion "
32
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 "
33
+ compileOnly " org.neo4j.gds:core:$gdsVersion "
33
34
compileOnly " org.neo4j.gds:executor:$gdsVersion "
34
35
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:config-api :$gdsVersion "
37
+ compileOnly " org.neo4j.gds:proc :$gdsVersion "
38
38
compileOnly " org.neo4j.gds:progress-tracking:$gdsVersion "
39
+ compileOnly " org.neo4j.gds:termination:$gdsVersion "
39
40
compileOnly " org.neo4j.gds:transaction:$gdsVersion "
40
41
41
42
// We also need to depend on Neo4j itself for our tests.
You can’t perform that action at this time.
0 commit comments