[hornetq-commits] JBoss hornetq SVN: r10714 - trunk/tests/integration-tests.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 23 06:41:23 EDT 2011


Author: borges
Date: 2011-05-23 06:41:23 -0400 (Mon, 23 May 2011)
New Revision: 10714

Modified:
   trunk/tests/integration-tests/pom.xml
Log:
Depend dependency scope be 'compile' (as there is code there)


Modified: trunk/tests/integration-tests/pom.xml
===================================================================
--- trunk/tests/integration-tests/pom.xml	2011-05-23 10:02:55 UTC (rev 10713)
+++ trunk/tests/integration-tests/pom.xml	2011-05-23 10:41:23 UTC (rev 10714)
@@ -16,13 +16,13 @@
          <groupId>org.hornetq.tests</groupId>
          <artifactId>jms-tests</artifactId>
          <version>${project.version}</version>
-         <scope>test</scope>
+         <scope>compile</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq.tests</groupId>
          <artifactId>unit-tests</artifactId>
          <version>${project.version}</version>
-         <scope>test</scope>
+         <scope>compile</scope>
       </dependency>
       <dependency>
          <groupId>org.hornetq</groupId>



More information about the hornetq-commits mailing list