You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2008/12/02 11:35:39 UTC

svn commit: r722414 - /jackrabbit/sandbox/spi/pom.xml

Author: angela
Date: Tue Dec  2 02:35:38 2008
New Revision: 722414

URL: http://svn.apache.org/viewvc?rev=722414&view=rev
Log:
adjust lucene-core version according to jackrabbit-parent

Modified:
    jackrabbit/sandbox/spi/pom.xml

Modified: jackrabbit/sandbox/spi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/spi/pom.xml?rev=722414&r1=722413&r2=722414&view=diff
==============================================================================
--- jackrabbit/sandbox/spi/pom.xml (original)
+++ jackrabbit/sandbox/spi/pom.xml Tue Dec  2 02:35:38 2008
@@ -238,7 +238,7 @@
       <dependency>
         <groupId>org.apache.lucene</groupId>
         <artifactId>lucene-core</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.derby</groupId>
@@ -296,6 +296,12 @@
         <version>3.8.1</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>1.4</version>
+        <scope>test</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 </project>