Skip to content

Commit

Permalink
Always add gql-status for 5.24 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Sep 16, 2024
1 parent b0f88b2 commit 6cb4fa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compatibility/5.24/neo4j-kernel-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ dependencies {
compileOnly(group: 'org.neo4j', name: 'neo4j-import-api', version: neos.'5.24') {
transitive = false
}
compileOnly(group: 'org.neo4j', name: 'neo4j-gql-status', version: neos.'5.24') {
transitive = false
}

implementation project(':neo4j-kernel-adapter-api')
}

0 comments on commit 6cb4fa2

Please sign in to comment.