Author: norman
Date: Sat Jan 8 15:55:29 2011
New Revision: 1056729
URL: http://svn.apache.org/viewvc?rev=1056729&view=rev
Log:
exclude some runtime dependency of jackrabbit to safe some space as we don't
need it when using 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=1056729&r1=1056728&r2=1056729&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sat Jan 8 15:55:29 2011
@@ -1121,6 +1121,10 @@
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
</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]