Skip to content

Commit 0a9b5a2

Browse files
Remove neo4j dependency that should not be needed now.
1 parent aac76d1 commit 0a9b5a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

procedures/pipelines-facade/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ dependencies {
1313
compileOnly openGds.immutables.value.annotations
1414
compileOnly openGds.jetbrains.annotations
1515

16-
// Neo4j dependencies
17-
compileOnly(neo4j.common) { transitive = false }
18-
1916
implementation project(':algo')
2017
implementation project(':algo-common')
2118
implementation project(':algorithms-facade-api')

0 commit comments

Comments
 (0)