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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to