You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2011/06/20 06:48:49 UTC

svn commit: r1137495 - /james/mailbox/trunk/spring/pom.xml

Author: eric
Date: Mon Jun 20 04:48:49 2011
New Revision: 1137495

URL: http://svn.apache.org/viewvc?rev=1137495&view=rev
Log:
Define mailbox-lucene and desactivate mailbox-jcr (MAILBOX-76)

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

Modified: james/mailbox/trunk/spring/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/spring/pom.xml?rev=1137495&r1=1137494&r2=1137495&view=diff
==============================================================================
--- james/mailbox/trunk/spring/pom.xml (original)
+++ james/mailbox/trunk/spring/pom.xml Mon Jun 20 04:48:49 2011
@@ -36,6 +36,10 @@
       <groupId>org.apache.james</groupId>
       <artifactId>apache-james-mailbox-store</artifactId>
     </dependency>
+     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mailbox-lucene</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-james-mailbox-memory</artifactId>
@@ -48,10 +52,13 @@
       <groupId>org.apache.james</groupId>
       <artifactId>apache-james-mailbox-maildir</artifactId>
     </dependency>
+<!--
+    JCR temporary desactivated because jackrabbit still uses lucene 2
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-james-mailbox-jcr</artifactId>
     </dependency>
+-->
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-james-mailbox-tool</artifactId>
@@ -96,7 +103,8 @@
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
     </dependency>
-    <!--  we need to set it to 2.4.1 for jackrabbit -->
+<!--  
+    JCR temporary desactivated because jackrabbit still uses lucene 2
     <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-core</artifactId>
@@ -111,6 +119,7 @@
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
     </dependency>    
+-->
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org