[jboss-svn-commits] JBoss Common SVN: r4129 - arquillian/trunk/junit.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Mar 9 05:51:55 EST 2010


Author: aslak
Date: 2010-03-09 05:51:55 -0500 (Tue, 09 Mar 2010)
New Revision: 4129

Modified:
   arquillian/trunk/junit/pom.xml
Log:
ARQ-21 junit artifact naming fix


Modified: arquillian/trunk/junit/pom.xml
===================================================================
--- arquillian/trunk/junit/pom.xml	2010-03-09 10:50:11 UTC (rev 4128)
+++ arquillian/trunk/junit/pom.xml	2010-03-09 10:51:55 UTC (rev 4129)
@@ -18,7 +18,7 @@
   <!-- Artifact Configuration -->
   <artifactId>arquillian-junit</artifactId>
   <name>Arquillian TestRunner JUnit</name>
-  <description>JUnit Implementations for the Arquillian Project</description>
+  <description>JUnit Implementation for the Arquillian Project</description>
 
 
   <!-- Properties -->
@@ -44,6 +44,7 @@
     <dependency>
 	   <groupId>org.jboss.shrinkwrap</groupId>
 	   <artifactId>shrinkwrap-impl-base</artifactId>
+     <scope>test</scope>
     </dependency>
 
     <!-- 



More information about the jboss-svn-commits mailing list