Skip to content

Commit ca061d5

Browse files
Mats-SXjjaderberg
andcommitted
Add kernel dependency and missing StorageEngine class for RC
Co-authored-by: Jonatan Jäderberg <[email protected]>
1 parent 9a2d13f commit ca061d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compatibility/5.6/storage-engine-adapter/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ if (ver.'neo4j'.startsWith('5.')) {
4444
dependencies {
4545
annotationProcessor group: 'org.neo4j', name: 'annotations', version: ver.'neo4j'
4646
compileOnly group: 'org.neo4j', name: 'annotations', version: ver.'neo4j'
47+
compileOnly group: 'org.neo4j', name: 'neo4j-kernel-api', version: ver.'neo4j'
4748

4849
implementation project(':neo4j-adapter')
4950
implementation project(':storage-engine-adapter-api')

0 commit comments

Comments
 (0)