diff --git a/modules/mogo-module-smp/build.gradle b/modules/mogo-module-smp/build.gradle index a975991e75..1d59a7f136 100644 --- a/modules/mogo-module-smp/build.gradle +++ b/modules/mogo-module-smp/build.gradle @@ -44,9 +44,6 @@ dependencies { annotationProcessor rootProject.ext.dependencies.aroutercompiler if (Boolean.valueOf(RELEASE)) { - api rootProject.ext.dependencies.mogomap - api rootProject.ext.dependencies.mogomapapi - api rootProject.ext.dependencies.mogoutils api rootProject.ext.dependencies.mogocommons api rootProject.ext.dependencies.mogoserviceapi implementation rootProject.ext.dependencies.modulecommon diff --git a/modules/mogo-module-v2x/build.gradle b/modules/mogo-module-v2x/build.gradle index dd390305c6..47d5fb534e 100644 --- a/modules/mogo-module-v2x/build.gradle +++ b/modules/mogo-module-v2x/build.gradle @@ -74,7 +74,6 @@ dependencies { implementation rootProject.ext.dependencies.mogomap implementation rootProject.ext.dependencies.mogoutils implementation rootProject.ext.dependencies.mogocommons - implementation rootProject.ext.dependencies.mogoservice implementation rootProject.ext.dependencies.mogoserviceapi implementation rootProject.ext.dependencies.modulecommon implementation rootProject.ext.dependencies.moduleservice @@ -82,7 +81,6 @@ dependencies { implementation project(':libraries:mogo-map') implementation project(':foudations:mogo-utils') implementation project(':foudations:mogo-commons') - implementation project(':services:mogo-service') implementation project(':services:mogo-service-api') implementation project(':modules:mogo-module-common') implementation project(':modules:mogo-module-service')