diff --git a/modules/mogo-module-adas/build.gradle b/modules/mogo-module-adas/build.gradle index d1b05bc879..3829770d78 100644 --- a/modules/mogo-module-adas/build.gradle +++ b/modules/mogo-module-adas/build.gradle @@ -59,7 +59,6 @@ dependencies { api project(":foudations:mogo-commons") api project(':services:mogo-service-api') implementation project(':modules:mogo-module-common') - } } diff --git a/modules/mogo-module-apps/build.gradle b/modules/mogo-module-apps/build.gradle index 36fc6a07e3..6db77f72c9 100644 --- a/modules/mogo-module-apps/build.gradle +++ b/modules/mogo-module-apps/build.gradle @@ -50,20 +50,17 @@ dependencies { implementation rootProject.ext.dependencies.androidxrecyclerview if (Boolean.valueOf(RELEASE)) { - implementation rootProject.ext.dependencies.mogomap implementation rootProject.ext.dependencies.mogomapapi implementation rootProject.ext.dependencies.mogoutils api rootProject.ext.dependencies.mogocommons api rootProject.ext.dependencies.mogoserviceapi implementation rootProject.ext.dependencies.modulecommon } else { - implementation project(":libraries:mogo-map") implementation project(":libraries:mogo-map-api") implementation project(":foudations:mogo-utils") api project(":foudations:mogo-commons") api project(':services:mogo-service-api') implementation project(':modules:mogo-module-common') - } } diff --git a/modules/mogo-module-back/build.gradle b/modules/mogo-module-back/build.gradle index 0828b599aa..8245cd3d4c 100644 --- a/modules/mogo-module-back/build.gradle +++ b/modules/mogo-module-back/build.gradle @@ -47,15 +47,11 @@ dependencies { implementation rootProject.ext.dependencies.rxandroid if (Boolean.valueOf(RELEASE)) { - implementation rootProject.ext.dependencies.mogomap - implementation rootProject.ext.dependencies.mogomapapi implementation rootProject.ext.dependencies.mogoutils implementation rootProject.ext.dependencies.mogocommons implementation rootProject.ext.dependencies.mogoserviceapi implementation rootProject.ext.dependencies.modulecommon } else { - implementation project(":libraries:mogo-map") - implementation project(":libraries:mogo-map-api") implementation project(":foudations:mogo-utils") implementation project(":foudations:mogo-commons") implementation project(':services:mogo-service-api') diff --git a/modules/mogo-module-extensions/build.gradle b/modules/mogo-module-extensions/build.gradle index 8ee49f5936..cd18676153 100644 --- a/modules/mogo-module-extensions/build.gradle +++ b/modules/mogo-module-extensions/build.gradle @@ -52,7 +52,6 @@ dependencies { implementation rootProject.ext.dependencies.livesdk if (Boolean.valueOf(RELEASE)) { - api rootProject.ext.dependencies.mogomap api rootProject.ext.dependencies.mogomapapi api rootProject.ext.dependencies.mogoutils api rootProject.ext.dependencies.mogocommons @@ -64,7 +63,6 @@ dependencies { // implementation rootProject.ext.dependencies.moduleventpanel // implementation rootProject.ext.dependencies.mogomoduleauth } else { - api project(":libraries:mogo-map") api project(":libraries:mogo-map-api") api project(":foudations:mogo-utils") api project(":foudations:mogo-commons") diff --git a/modules/mogo-module-guide/build.gradle b/modules/mogo-module-guide/build.gradle index d83c627300..5c13d19f76 100644 --- a/modules/mogo-module-guide/build.gradle +++ b/modules/mogo-module-guide/build.gradle @@ -55,14 +55,12 @@ dependencies { if (Boolean.valueOf(RELEASE)) { implementation rootProject.ext.dependencies.mogoutils implementation rootProject.ext.dependencies.mogocommons - implementation rootProject.ext.dependencies.moduleservice implementation rootProject.ext.dependencies.mogoserviceapi implementation rootProject.ext.dependencies.mogomoduleauth implementation rootProject.ext.dependencies.modulecommon } else { implementation project(":foudations:mogo-utils") implementation project(":foudations:mogo-commons") - implementation project(":modules:mogo-module-service") implementation project(':services:mogo-service-api') implementation project(':modules:mogo-module-authorize') implementation project(":modules:mogo-module-common")