diff --git a/LICENSE.md b/LICENSE.md index 4283e11168c..6f629313b23 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1137,18 +1137,6 @@ License: [The Apache Software License, Version 2.0](https://www.apache.org/licen =========================================================================== -Mapbox Navigation uses portions of the Mapbox Annotations (Artifact that provides Mapbox module and plugin annotations). -URL: [https://github.com/mapbox/mapbox-base-android](https://github.com/mapbox/mapbox-base-android) -License: [BSD](https://opensource.org/licenses/BSD-2-Clause) - -=========================================================================== - -Mapbox Navigation uses portions of the Mapbox Common (Artifact that provides Mapbox module and plugin contracts). -URL: [https://github.com/mapbox/mapbox-base-android](https://github.com/mapbox/mapbox-base-android) -License: [BSD](https://opensource.org/licenses/BSD-2-Clause) - -=========================================================================== - Mapbox Navigation uses portions of the Mapbox Java SDK. URL: [https://github.com/mapbox/mapbox-java](https://github.com/mapbox/mapbox-java) License: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) diff --git a/libnavigation-core/build.gradle b/libnavigation-core/build.gradle index ba4f76f1627..71022ad3ac4 100644 --- a/libnavigation-core/build.gradle +++ b/libnavigation-core/build.gradle @@ -43,6 +43,7 @@ dependencies { implementation project(':libnavigator') runtimeOnly project(':libdirections-hybrid') runtimeOnly project(':libtrip-notification') + runtimeOnly dependenciesList.mapboxLogger implementation project(':libnavigation-metrics') implementation dependenciesList.mapboxAndroidAccounts implementation dependenciesList.mapboxSdkTurf diff --git a/libnavigator/build.gradle b/libnavigator/build.gradle index 76582a138c9..ac00f913efe 100644 --- a/libnavigator/build.gradle +++ b/libnavigator/build.gradle @@ -31,7 +31,6 @@ android { dependencies { implementation(project(':libnavigation-base')) - implementation dependenciesList.mapboxCommon // Navigator api dependenciesList.mapboxNavigator