Skip to content

Commit

Permalink
Remove ':algorithms-procedure-facade' where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
vnickolov committed Oct 21, 2024
1 parent aa43c65 commit cb65b82
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion alpha/alpha-proc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
compileOnly project(':logging')

implementation project(':algorithms-machinery')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':algo-common')
implementation project(':annotations')
implementation project(':config-api')
Expand Down
2 changes: 1 addition & 1 deletion pipeline/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation project(':algo-common')
implementation project(':algorithms-facade-api')
implementation project(':algorithms-machinery')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':annotations')
implementation project(':config-api')
implementation project(':core')
Expand Down
2 changes: 1 addition & 1 deletion proc/centrality/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {

implementation project(':algo-common')
implementation project(':algorithms-machinery')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':annotations')
implementation project(':config-api')
implementation project(':core')
Expand Down
2 changes: 1 addition & 1 deletion proc/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation project(':algo-common')
implementation project(':algorithms-facade-api')
implementation project(':algorithms-machinery')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':annotations')
implementation project(':config-api')
implementation project(':core')
Expand Down
2 changes: 1 addition & 1 deletion proc/community/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {

implementation project(':algo-common')
implementation project(':algorithms-machinery')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':applications-facade')
implementation project(':annotations')
implementation project(':config-api')
Expand Down
2 changes: 1 addition & 1 deletion proc/embeddings/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {

implementation project(':algo-common')
implementation project(':algorithms-machinery')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':annotations')
implementation project(':config-api')
implementation project(':core')
Expand Down
2 changes: 1 addition & 1 deletion proc/machine-learning/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation project(':ml-facade-api')

implementation project(':algorithms-machinery')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':algo-common')
implementation project(':annotations')
implementation project(':applications-facade')
Expand Down
2 changes: 1 addition & 1 deletion proc/misc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
annotationProcessor project(':procedure-collector')

implementation project(':algorithms-machinery')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':algo-common')
implementation project(':annotations')
implementation project(':config-api')
Expand Down
2 changes: 1 addition & 1 deletion proc/path-finding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
annotationProcessor group: 'org.neo4j', name: 'annotations', version: ver.'neo4j'

implementation project(':algorithms-machinery')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':algo-common')
implementation project(':annotations')
implementation project(':config-api')
Expand Down
2 changes: 1 addition & 1 deletion proc/pipeline-catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

compileOnly project(':logging')

implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':annotations')
implementation project(':config-api')
implementation project(':executor')
Expand Down
2 changes: 1 addition & 1 deletion proc/pregel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

implementation project(':annotations')
implementation project(':algo-common')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':config-api')
implementation project(':core')
implementation project(':core-write')
Expand Down
2 changes: 1 addition & 1 deletion proc/similarity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
annotationProcessor openGds.immutables.value

implementation project(':algorithms-machinery')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':algo-common')
implementation project(':annotations')
implementation project(':config-api')
Expand Down
2 changes: 1 addition & 1 deletion procedures/pipelines-facade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation project(':algo-common')
implementation project(':algorithms-facade-api')
implementation project(':algorithms-machinery')
implementation project(':algorithms-procedure-facade')
// implementation project(':algorithms-procedure-facade')
implementation project(':annotations')
implementation project(':config-api')
implementation project(':core')
Expand Down

0 comments on commit cb65b82

Please sign in to comment.