[jboss-svn-commits] JBL Code SVN: r34036 - labs/jbossrules/trunk/osgi-bundles.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Jul 19 12:57:48 EDT 2010
Author: mark.proctor at jboss.com
Date: 2010-07-19 12:57:48 -0400 (Mon, 19 Jul 2010)
New Revision: 34036
Modified:
labs/jbossrules/trunk/osgi-bundles/pom.xml
Log:
-corrected pom.xml for junit version, the artifact name was incorrect.
Modified: labs/jbossrules/trunk/osgi-bundles/pom.xml
===================================================================
--- labs/jbossrules/trunk/osgi-bundles/pom.xml 2010-07-19 16:08:21 UTC (rev 34035)
+++ labs/jbossrules/trunk/osgi-bundles/pom.xml 2010-07-19 16:57:48 UTC (rev 34036)
@@ -530,7 +530,7 @@
<dependency>
<groupId>org.junit</groupId>
- <artifactId>com.springsource.junit</artifactId>
+ <artifactId>com.springsource.org.junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
More information about the jboss-svn-commits
mailing list