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

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


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

Modified:
   branches/community/Seam_2_1/build/core.pom.xml
Log:
Reverting changed for JBSEAM-4049,JBSEAM-4188, and JBSEAM-4225	as they should be in the 2.2 branch.

Modified: branches/community/Seam_2_1/build/core.pom.xml
===================================================================
--- branches/community/Seam_2_1/build/core.pom.xml	2009-06-11 01:00:54 UTC (rev 11114)
+++ branches/community/Seam_2_1/build/core.pom.xml	2009-06-11 01:11:17 UTC (rev 11115)
@@ -252,24 +252,6 @@
       <optional>true</optional>
     </dependency>
 
-   <dependency>
-      <groupId>org.drools</groupId>
-      <artifactId>drools-decisiontables</artifactId>
-      <optional>true</optional>
-      <exclusions>
-          <exclusion>
-            <groupId>jexcelapi</groupId>
-      		<artifactId>jxl</artifactId>
-          </exclusion>
-        </exclusions>
-   </dependency>
-
-   <dependency>
-      <groupId>net.sourceforge.jexcelapi</groupId>
-      <artifactId>jxl</artifactId>
-      <optional>true</optional>
-   </dependency>
-
     <!-- Surefire can't cope with such a new version of testng, so we have to specify it
       here, otherwise ui build fails -->
     <dependency>




More information about the seam-commits mailing list