[jboss-svn-commits] JBL Code SVN: r34051 - labs/jbossrules/trunk/osgi-bundles.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jul 19 18:24:26 EDT 2010


Author: mark.proctor at jboss.com
Date: 2010-07-19 18:24:25 -0400 (Mon, 19 Jul 2010)
New Revision: 34051

Modified:
   labs/jbossrules/trunk/osgi-bundles/pom.xml
Log:
-excluded transititive junit 3.8.1

Modified: labs/jbossrules/trunk/osgi-bundles/pom.xml
===================================================================
--- labs/jbossrules/trunk/osgi-bundles/pom.xml	2010-07-19 21:31:52 UTC (rev 34050)
+++ labs/jbossrules/trunk/osgi-bundles/pom.xml	2010-07-19 22:24:25 UTC (rev 34051)
@@ -547,6 +547,12 @@
             <artifactId>org.springframework.osgi.test</artifactId> 
 			<version>${spring.osgi.version}</version>
 			<scope>test</scope>
+			<exclusions>
+			    <exclusion>
+			        <groupId>org.junit</groupId>
+			        <artifactId>com.springsource.junit</artifactId>
+			    </exclusion>
+			</exclusions>			
 		</dependency>
 
 		<dependency>



More information about the jboss-svn-commits mailing list