[jboss-cvs] JBossAS SVN: r100944 - projects/jboss-osgi/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 14 05:41:14 EST 2010


Author: thomas.diesler at jboss.com
Date: 2010-02-14 05:41:14 -0500 (Sun, 14 Feb 2010)
New Revision: 100944

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
REmove duplicate slf4j binding with AS601 & AS600

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2010-02-14 10:08:10 UTC (rev 100943)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2010-02-14 10:41:14 UTC (rev 100944)
@@ -473,6 +473,12 @@
           <version>6.0.0.M1</version>
           <scope>provided</scope>
           <type>pom</type>
+          <exclusions>
+            <exclusion>
+              <groupId>org.jboss.slf4j</groupId>
+              <artifactId>slf4j-jboss-logging</artifactId>
+            </exclusion>
+          </exclusions>
         </dependency>
       </dependencies>
     </profile>
@@ -499,6 +505,12 @@
           <version>6.0.0.M1</version>
           <scope>provided</scope>
           <type>pom</type>
+          <exclusions>
+            <exclusion>
+              <groupId>org.jboss.slf4j</groupId>
+              <artifactId>slf4j-jboss-logging</artifactId>
+            </exclusion>
+          </exclusions>
         </dependency>
       </dependencies>
     </profile>




More information about the jboss-cvs-commits mailing list