Author: norman
Date: Thu Feb 17 07:39:58 2011
New Revision: 1071527

URL: http://svn.apache.org/viewvc?rev=1071527&view=rev
Log:
Make sure we use old lucene for jackrabbit 2.2.x

Modified:
    james/mailbox-integration-tester/trunk/pom.xml

Modified: james/mailbox-integration-tester/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox-integration-tester/trunk/pom.xml?rev=1071527&r1=1071526&r2=1071527&view=diff
==============================================================================
--- james/mailbox-integration-tester/trunk/pom.xml (original)
+++ james/mailbox-integration-tester/trunk/pom.xml Thu Feb 17 07:39:58 2011
@@ -70,6 +70,14 @@
       <artifactId>apache-james-mailbox-jcr</artifactId>
       <scope>test</scope>
     </dependency>
+    
+    <!-- Use lucene 2.4.1 for now to let jcr tests pass -->
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+      <version>2.4.1</version>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to