Skip to content

Commit 913eae1

Browse files
Merge pull request #11201 from IoannisPanagiotas/community-business-facade
Community business facade
2 parents 748854c + fdda07c commit 913eae1

21 files changed

+1687
-89
lines changed

algorithms-compute-business-facade/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ dependencies {
1010
implementation project(':algo-common') // TODO: extract the results to a separate module and depend on it
1111
implementation project(':algorithms-compute-facade')
1212
implementation project(':collections')
13+
implementation project(":community-configs") //Need for SLLPA
14+
implementation project(':community-params')
15+
implementation project(":config-api") //Need for SLLPA
16+
1317
implementation project(':core') // TODO: this is here because of the `GraphStoreCatalogService` --> refactor it so we can use the service without bringing the entire sub-project
1418
implementation project(':graph-schema-api')
1519
implementation project(':logging')
1620
implementation project(':node-embeddings-params')
1721
implementation project(':path-finding-params')
22+
implementation project(":pregel") //Need for SLLPA
1823
implementation project(':progress-tracking')
1924
implementation project(':string-formatting')
2025
implementation project(':termination')

0 commit comments

Comments
 (0)