[hornetq-commits] JBoss hornetq SVN: r10652 - trunk/tests/jms-tests.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri May 13 05:35:06 EDT 2011


Author: borges
Date: 2011-05-13 05:35:05 -0400 (Fri, 13 May 2011)
New Revision: 10652

Modified:
   trunk/tests/jms-tests/pom.xml
Log:
mvn: Fix incorrect dependency scope

Modified: trunk/tests/jms-tests/pom.xml
===================================================================
--- trunk/tests/jms-tests/pom.xml	2011-05-13 05:35:39 UTC (rev 10651)
+++ trunk/tests/jms-tests/pom.xml	2011-05-13 09:35:05 UTC (rev 10652)
@@ -16,7 +16,7 @@
          <groupId>org.hornetq.tests</groupId>
          <artifactId>unit-tests</artifactId>
          <version>${project.version}</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq</groupId>



More information about the hornetq-commits mailing list