[jboss-svn-commits] JBL Code SVN: r36431 - labs/jbossrules/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 16 11:15:33 EST 2010


Author: jervisliu
Date: 2010-12-16 11:15:32 -0500 (Thu, 16 Dec 2010)
New Revision: 36431

Modified:
   labs/jbossrules/trunk/pom.xml
Log:
Update Jackrabbit 2.1.3 exclusions. 

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2010-12-16 16:03:15 UTC (rev 36430)
+++ labs/jbossrules/trunk/pom.xml	2010-12-16 16:15:32 UTC (rev 36431)
@@ -1210,14 +1210,22 @@
             <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>pdfbox</groupId>
+            <groupId>org.apache.pdfbox</groupId>
             <artifactId>pdfbox</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>poi</groupId>
+            <groupId>org.apache.poi</groupId>
             <artifactId>poi</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-scratchpad</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.textmining</groupId>
             <artifactId>tm-extractors</artifactId>
           </exclusion>



More information about the jboss-svn-commits mailing list