Skip to content

Commit e3fcba3

Browse files
committed
Move Cypher DB procs
1 parent 19e0246 commit e3fcba3

7 files changed

Lines changed: 4 additions & 2 deletions

File tree

alpha/alpha-proc/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ dependencies {
4242
implementation group: 'org.reflections', name: 'reflections', version: ver.doc.'reflections'
4343
implementation group: 'org.hdrhistogram', name: 'HdrHistogram', version: ver.'HdrHistogram'
4444

45-
api project(':storage-engine-adapter')
46-
4745
testCompileOnly group: 'org.immutables', name: 'value-annotations', version: ver.'immutables'
4846
testCompileOnly group: 'org.immutables', name: 'builder', version: ver.'immutables'
4947
testCompileOnly group: 'org.jetbrains', name: 'annotations', version: ver.'jetbrains-annotations'

doc-test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies {
2626

2727
testImplementation project(':cypher-aggregation')
2828
testImplementation project(':doc-test-tools')
29+
testImplementation project(':graph-schema-api')
2930
testImplementation project(':proc')
3031
testImplementation project(':pregel-example')
3132
testImplementation project(':progress-tracking')

open-packaging/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies {
1414

1515
implementation project(':procedure-facade')
1616

17+
testImplementation project(':neo4j-adapter')
1718
testImplementation project(':proc-test')
1819
}
1920

proc/misc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies {
1919
implementation project(':proc-common')
2020
implementation project(':proc-embeddings')
2121
implementation project(':progress-tracking')
22+
implementation project(':storage-engine-adapter')
2223
implementation project(':string-formatting')
2324
implementation project(':transaction')
2425

alpha/alpha-proc/src/main/java/org/neo4j/gds/cypher/DropCypherDbProc.java renamed to proc/misc/src/main/java/org/neo4j/gds/cypher/DropCypherDbProc.java

File renamed without changes.

alpha/alpha-proc/src/main/java/org/neo4j/gds/cypher/GraphCreateCypherDbProc.java renamed to proc/misc/src/main/java/org/neo4j/gds/cypher/GraphCreateCypherDbProc.java

File renamed without changes.

proc/pipeline-catalog/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies {
2929

3030
testAnnotationProcessor project(':annotations')
3131

32+
testImplementation project(':neo4j-adapter')
3233
testImplementation project(':proc-test')
3334
testImplementation project(':proc-common')
3435
testImplementation project(':proc')

0 commit comments

Comments
 (0)