[jboss-svn-commits] JBL Code SVN: r12682 - labs/jbossrules/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jun 19 01:46:36 EDT 2007
Author: michael.neale at jboss.com
Date: 2007-06-19 01:46:36 -0400 (Tue, 19 Jun 2007)
New Revision: 12682
Modified:
labs/jbossrules/trunk/pom.xml
Log:
added some exclusions for jackrabbit transitive rubbish
Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml 2007-06-19 03:41:42 UTC (rev 12681)
+++ labs/jbossrules/trunk/pom.xml 2007-06-19 05:46:36 UTC (rev 12682)
@@ -716,7 +716,30 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-core</artifactId>
- <version>1.3</version>
+ <version>1.3</version>
+ <!-- and getting rid of some annoying transitive junk not really needed for us -->
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>pdfbox</groupId>
+ <artifactId>pdfbox</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>poi</groupId>
+ <artifactId>poi</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.textmining</groupId>
+ <artifactId>tm-extractors</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
More information about the jboss-svn-commits
mailing list