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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 14 07:53:52 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-04-14 07:53:52 -0400 (Mon, 14 Apr 2008)
New Revision: 7935

Modified:
   branches/Seam_2_0/build/root.pom.xml
Log:
JBSEAM-2866

Modified: branches/Seam_2_0/build/root.pom.xml
===================================================================
--- branches/Seam_2_0/build/root.pom.xml	2008-04-14 11:52:31 UTC (rev 7934)
+++ branches/Seam_2_0/build/root.pom.xml	2008-04-14 11:53:52 UTC (rev 7935)
@@ -165,6 +165,10 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>javax.faces</groupId>
+            <artifactId>jsf-impl</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 
@@ -177,6 +181,11 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>javax.faces</groupId>
+            <artifactId>jsf-impl</artifactId>
+          </exclusion>
+
         </exclusions>
       </dependency>
 
@@ -199,6 +208,10 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
           </exclusion>
+          <exclusion>
+             <groupId>commons-digester</groupId>
+             <artifactId>commons-digester</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 




More information about the seam-commits mailing list