[seam-commits] Seam SVN: r11109 - branches/community/Seam_2_1/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jun 10 11:21:04 EDT 2009


Author: tsurdilovic
Date: 2009-06-10 11:21:03 -0400 (Wed, 10 Jun 2009)
New Revision: 11109

Modified:
   branches/community/Seam_2_1/build/core.pom.xml
   branches/community/Seam_2_1/build/root.pom.xml
Log:
Added exclusion for older jxl version for drools-decisiontables dependency.

Modified: branches/community/Seam_2_1/build/core.pom.xml
===================================================================
--- branches/community/Seam_2_1/build/core.pom.xml	2009-06-10 15:00:02 UTC (rev 11108)
+++ branches/community/Seam_2_1/build/core.pom.xml	2009-06-10 15:21:03 UTC (rev 11109)
@@ -256,6 +256,12 @@
       <groupId>org.drools</groupId>
       <artifactId>drools-decisiontables</artifactId>
       <optional>true</optional>
+      <exclusions>
+          <exclusion>
+            <groupId>jexcelapi</groupId>
+      		<artifactId>jxl</artifactId>
+          </exclusion>
+        </exclusions>
    </dependency>
 
    <dependency>

Modified: branches/community/Seam_2_1/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_1/build/root.pom.xml	2009-06-10 15:00:02 UTC (rev 11108)
+++ branches/community/Seam_2_1/build/root.pom.xml	2009-06-10 15:21:03 UTC (rev 11109)
@@ -790,6 +790,12 @@
         <groupId>org.drools</groupId>
         <artifactId>drools-decisiontables</artifactId>
         <version>${version.drools}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>jexcelapi</groupId>
+      		<artifactId>jxl</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
 
       <dependency>




More information about the seam-commits mailing list