Skip to content

Commit

Permalink
transitive Neo4j dependency broke ForbiddenAPIs
Browse files Browse the repository at this point in the history
  • Loading branch information
lassewesth committed Jan 3, 2024
1 parent be6d68e commit db8d5c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/algorithms/path-finding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = 'Neo4j Graph Data Science :: Path Finding Algorithms'
group = 'org.neo4j.gds'

dependencies {
compileOnly(group: 'org.neo4j', name: 'neo4j-common', version: ver.'neo4j') { transitive = false }
compileOnly(group: 'org.neo4j', name: 'neo4j-logging', version: ver.'neo4j') { transitive = false }
compileOnly(group: 'org.neo4j', name: 'neo4j-values', version: ver.'neo4j') { transitive = false }

Expand Down

0 comments on commit db8d5c7

Please sign in to comment.