You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/09/23 13:28:09 UTC

svn commit: r1525560 - /stanbol/trunk/parent/pom.xml

Author: rwesten
Date: Mon Sep 23 11:28:09 2013
New Revision: 1525560

URL: http://svn.apache.org/r1525560
Log:
STANBOL-1162: changed Solr version to 4.4.0; added/updated solr dependencies in parent

Modified:
    stanbol/trunk/parent/pom.xml

Modified: stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/parent/pom.xml?rev=1525560&r1=1525559&r2=1525560&view=diff
==============================================================================
--- stanbol/trunk/parent/pom.xml (original)
+++ stanbol/trunk/parent/pom.xml Mon Sep 23 11:28:09 2013
@@ -60,7 +60,7 @@
     <jersey-version>1.15</jersey-version>
     <freemarker-version>2.3.19</freemarker-version>
     <owlapi-version>3.3</owlapi-version>
-    <solr-version>4.2.1</solr-version>
+    <solr-version>4.4.0</solr-version>
     <pax-exam-version>2.3.0.M1</pax-exam-version>
     <sourceReleaseAssemblyDescriptor>stanbol-source-release-zip-tar</sourceReleaseAssemblyDescriptor>    
   </properties>
@@ -750,7 +750,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>13.0.1</version>
+        <version>14.0.1</version>
       </dependency>
 
       <!-- Joda Time -->
@@ -1157,6 +1157,16 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency> <!-- used by Lucene Core -->
+      <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
+      <artifactId>concurrentlinkedhashmap-lru</artifactId>
+      <version>1.4</version>
+    </dependency>
+    <dependency> <!-- used by Lucene for JSON serialization -->
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+      <version>0.5</version>
+    </dependency>
     <!-- END Solr/Lucene dependencies -->
 
     <!-- JDom -->