You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2016/11/04 11:11:23 UTC

incubator-unomi git commit: Fix issue with dependency removed from Maven repositories.

Repository: incubator-unomi
Updated Branches:
  refs/heads/UNOMI-28-ES-2-X-UPGRADE fda0d9ce7 -> e07082374


Fix issue with dependency removed from Maven repositories.


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/e0708237
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/e0708237
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/e0708237

Branch: refs/heads/UNOMI-28-ES-2-X-UPGRADE
Commit: e070823747c493598eaee080f294ab0dcd678e65
Parents: fda0d9c
Author: Serge Huber <sh...@apache.org>
Authored: Fri Nov 4 12:11:14 2016 +0100
Committer: Serge Huber <sh...@apache.org>
Committed: Fri Nov 4 12:11:14 2016 +0100

----------------------------------------------------------------------
 persistence-elasticsearch/core/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/e0708237/persistence-elasticsearch/core/pom.xml
----------------------------------------------------------------------
diff --git a/persistence-elasticsearch/core/pom.xml b/persistence-elasticsearch/core/pom.xml
index e44bd7a..610afff 100644
--- a/persistence-elasticsearch/core/pom.xml
+++ b/persistence-elasticsearch/core/pom.xml
@@ -94,12 +94,6 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>com.twitter</groupId>
-            <artifactId>util-core</artifactId>
-            <version>4.0.0</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
             <groupId>org.noggit</groupId>
             <artifactId>noggit</artifactId>
             <version>0.7</version>
@@ -148,6 +142,7 @@
                     <instructions>
                         <Import-Package>
                             com.google.protobuf;resolution:=optional,
+                            com.twitter.util;resolution:=optional,
                             com.vividsolutions.jts.*;resolution:=optional,
                             javax.annotation;resolution:=optional,
                             javax.crypto;resolution:=optional,