Repository: servicemix-bundles Updated Branches: refs/heads/master 3bf1d8013 -> 391e6abbe
[SM-3152] InfluxDb 2.4 bundle includes both retrofit and retrofit2 imports Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/391e6abb Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/391e6abb Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/391e6abb Branch: refs/heads/master Commit: 391e6abbe59a670349b7fc6aa83cad5d5682ba36 Parents: 3bf1d80 Author: Andrea Cosentino <[email protected]> Authored: Tue Nov 8 13:08:44 2016 +0100 Committer: Andrea Cosentino <[email protected]> Committed: Tue Nov 8 13:08:44 2016 +0100 ---------------------------------------------------------------------- influxdb-java-2.4/pom.xml | 1 - pom.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/391e6abb/influxdb-java-2.4/pom.xml ---------------------------------------------------------------------- diff --git a/influxdb-java-2.4/pom.xml b/influxdb-java-2.4/pom.xml index 71f9e46..0d86e27 100644 --- a/influxdb-java-2.4/pom.xml +++ b/influxdb-java-2.4/pom.xml @@ -57,7 +57,6 @@ okhttp3, okhttp3.logging, retrofit2, - retrofit, retrofit2.http, retrofit2.converter.moshi </servicemix.osgi.import.pkg> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/391e6abb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2b2a5ce..a5b0cc0 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,7 @@ <module>okhttp-3.4.2</module> <module>kafka-clients-0.10.1.0</module> <module>solr-solrj-5.5.2</module> + <module>influxdb-java-2.4</module> </modules> </project>
