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 no...@apache.org on 2010/03/22 15:35:43 UTC

svn commit: r926105 - /james/server/trunk/pom.xml

Author: norman
Date: Mon Mar 22 14:35:42 2010
New Revision: 926105

URL: http://svn.apache.org/viewvc?rev=926105&view=rev
Log:
exclude some artifacts which are not needed by james for jcr 

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=926105&r1=926104&r2=926105&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Mon Mar 22 14:35:42 2010
@@ -968,6 +968,7 @@
       <version>2.0</version>
     </dependency>
 
+
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-rmi</artifactId>
@@ -986,6 +987,30 @@
     </dependency>
    
     <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+      <version>0.6</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.pdfbox</groupId>
+          <artifactId>pdfbox</artifactId>
+        </exclusion>      
+        <exclusion>
+         <groupId>org.apache.poi</groupId>
+         <artifactId>poi</artifactId>
+        </exclusion>  
+        <exclusion>
+         <groupId>org.apache.poi</groupId>
+         <artifactId>poi-ooxml</artifactId>
+        </exclusion> 
+        <exclusion>
+         <groupId>org.apache.poi</groupId>
+         <artifactId>poi-scratchpad</artifactId>
+        </exclusion>                    
+      </exclusions>
+    </dependency>
+   
+    <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
       <version>2.3-SNAPSHOT</version>



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