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/10/27 08:32:57 UTC

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

Author: norman
Date: Wed Oct 27 06:32:57 2010
New Revision: 1027828

URL: http://svn.apache.org/viewvc?rev=1027828&view=rev
Log:
Exclude pdfbox from dependencies (JAMES-1089)

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1027828&r1=1027827&r2=1027828&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Oct 27 06:32:57 2010
@@ -1032,6 +1032,12 @@
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
       <version>${jackrabbit.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.pdfbox</groupId>
+          <artifactId>pdfbox</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
    
     <dependency>



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