[seam-commits] Seam SVN: r8921 - branches/Seam_2_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Sep 5 07:59:24 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-09-05 07:59:24 -0400 (Fri, 05 Sep 2008)
New Revision: 8921

Modified:
   branches/Seam_2_0/build/root.pom.xml
Log:
fix build

Modified: branches/Seam_2_0/build/root.pom.xml
===================================================================
--- branches/Seam_2_0/build/root.pom.xml	2008-09-05 11:44:10 UTC (rev 8920)
+++ branches/Seam_2_0/build/root.pom.xml	2008-09-05 11:59:24 UTC (rev 8921)
@@ -220,12 +220,6 @@
           </exclusion>
         </exclusions>
       </dependency>
-      
-      <dependency>
-         <groupId>commons-digester</groupId>
-         <artifactId>commons-digester</artifactId>
-         <version>1.7</version>
-      </dependency>
 
       <dependency>
         <groupId>org.jbpm</groupId>
@@ -336,12 +330,49 @@
           </exclusion>
         </exclusions>
       </dependency>
+      
+      <dependency>
+         <groupId>commons-digester</groupId>
+         <artifactId>commons-digester</artifactId>
+         <version>1.7</version>
+         <exclusions>
+           <exclusion>
+             <groupId>xml-apis</groupId>
+             <artifactId>xml-apis</artifactId>
+           </exclusion>
+         </exclusions>
+      </dependency>
 
       <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
         <version>3.2</version>
       </dependency>
+      
+      <!-- Should be 1.0.5.GA-jboss, to be in sync with AS but doesn't exist in Maven -->
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>1.1</version>
+        <exclusions>
+          <exclusion>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>logkit</groupId>
+            <artifactId>logkit</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
 
       <dependency>
         <groupId>javax.persistence</groupId>




More information about the seam-commits mailing list