Author: norman
Date: Wed Feb 16 20:12:02 2011
New Revision: 1071379

URL: http://svn.apache.org/viewvc?rev=1071379&view=rev
Log:
make sure we use lucene-core 2.4.1 for jackrabbit

Modified:
    james/mailbox/trunk/jcr/pom.xml

Modified: james/mailbox/trunk/jcr/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/jcr/pom.xml?rev=1071379&r1=1071378&r2=1071379&view=diff
==============================================================================
--- james/mailbox/trunk/jcr/pom.xml (original)
+++ james/mailbox/trunk/jcr/pom.xml Wed Feb 16 20:12:02 2011
@@ -53,6 +53,13 @@
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
     </dependency>
+    <!--  we need to set it to 2.4.1 for jackrabbit -->
+    <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