You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/06/29 15:39:35 UTC

[6/6] jena git commit: Remove direct dependency on shared-guava

Remove direct dependency on shared-guava


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/4754dd5d
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/4754dd5d
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/4754dd5d

Branch: refs/heads/master
Commit: 4754dd5dd0eba92ffaa7da523a0d9c57b56c5f15
Parents: 50d6008
Author: Andy Seaborne <an...@apache.org>
Authored: Wed Jun 29 16:39:10 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Wed Jun 29 16:39:10 2016 +0100

----------------------------------------------------------------------
 jena-core/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/4754dd5d/jena-core/pom.xml
----------------------------------------------------------------------
diff --git a/jena-core/pom.xml b/jena-core/pom.xml
index a142371..dce95ee 100644
--- a/jena-core/pom.xml
+++ b/jena-core/pom.xml
@@ -58,12 +58,6 @@
     </dependency>
 
     <dependency>
-    	<groupId>org.apache.jena</groupId>
-    	<artifactId>jena-shaded-guava</artifactId>
-    	<version>3.1.1-SNAPSHOT</version>
-    </dependency>
-
-    <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
     </dependency>