Author: manaRH
Date: 2013-02-26 10:08:19 -0500 (Tue, 26 Feb 2013)
New Revision: 15425

Modified:
   branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml
   branches/enterprise/WFK-2_1/jboss-seam/pom.xml
Log:
bz874610 excluded commons-logging from spring-core dependency

Modified: branches/enterprise/WFK-2_1/jboss-seam/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam/pom.xml      2013-02-26 12:45:30 UTC 
(rev 15424)
+++ branches/enterprise/WFK-2_1/jboss-seam/pom.xml      2013-02-26 15:08:19 UTC 
(rev 15425)
@@ -348,6 +348,10 @@
                <artifactId>servlet-api</artifactId>
                <groupId>javax.servlet</groupId>
             </exclusion>
+            <exclusion>
+               <artifactId>commons-logging</artifactId>
+               <groupId>commons-logging</groupId>
+            </exclusion>
          </exclusions>
                </dependency>
 
@@ -356,6 +360,12 @@
                        <artifactId>openid4java-consumer</artifactId>
                        <type>pom</type>
                        <optional>true</optional>
+                       <exclusions>
+                               <exclusion>
+                                       <artifactId>commons-logging</artifactId>
+                                       <groupId>commons-logging</groupId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                
                <dependency>

Modified: branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml  2013-02-26 12:45:30 UTC 
(rev 15424)
+++ branches/enterprise/WFK-2_1/jboss-seam-ioc/pom.xml  2013-02-26 15:08:19 UTC 
(rev 15425)
@@ -19,6 +19,12 @@
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-aop</artifactId>
                        <optional>true</optional>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>commons-logging</groupId>
+                                       <artifactId>commons-logging</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
 
                <dependency>

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to