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/12/14 13:53:33 UTC

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

Author: norman
Date: Tue Dec 14 12:53:33 2010
New Revision: 1049072

URL: http://svn.apache.org/viewvc?rev=1049072&view=rev
Log:
Exclude some not needed library from tika to save some space

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1049072&r1=1049071&r2=1049072&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Tue Dec 14 12:53:33 2010
@@ -1116,7 +1116,11 @@
         <exclusion>
          <groupId>org.apache.poi</groupId>
          <artifactId>poi-scratchpad</artifactId>
-        </exclusion>                    
+        </exclusion> 
+        <exclusion>
+          <groupId>edu.ucar</groupId>
+          <artifactId>netcdf</artifactId>
+        </exclusion>                   
       </exclusions>
     </dependency>
    



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