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 2014/12/23 18:59:08 UTC

[12/15] jena git commit: Add Guava as a managed dependency

Add Guava as a managed dependency


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

Branch: refs/heads/master
Commit: 6a63e1468679ae36487ab025e93db9a6a2881764
Parents: 78ec314
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Dec 23 16:31:58 2014 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Dec 23 16:31:58 2014 +0000

----------------------------------------------------------------------
 jena-parent/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/6a63e146/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index e3bd691..9cc0cea 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -57,6 +57,7 @@
     <ver.lucene>4.6.1</ver.lucene>
     <ver.solr>4.6.1</ver.solr>
     <ver.spatial4j>0.4</ver.spatial4j>
+    <ver.guava>18.0</ver.guava>
 
     <jdk.version>1.7</jdk.version>
     <targetJdk>${jdk.version}</targetJdk> <!-- MPMD-86 workaround -->
@@ -287,6 +288,13 @@
           </exclusion>
         </exclusions>
       </dependency>
+
+      <dependency>
+	<groupId>com.google.guava</groupId>
+	<artifactId>guava</artifactId>
+	<version>${ver.guava}</version>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>