[hornetq-commits] JBoss hornetq SVN: r10816 - trunk/tests/timing-tests.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 16 08:01:40 EDT 2011


Author: borges
Date: 2011-06-16 08:01:39 -0400 (Thu, 16 Jun 2011)
New Revision: 10816

Modified:
   trunk/tests/timing-tests/pom.xml
Log:
Fix dependency declaration.

Modified: trunk/tests/timing-tests/pom.xml
===================================================================
--- trunk/tests/timing-tests/pom.xml	2011-06-16 05:25:26 UTC (rev 10815)
+++ trunk/tests/timing-tests/pom.xml	2011-06-16 12:01:39 UTC (rev 10816)
@@ -20,7 +20,6 @@
       <version>2.2.3-SNAPSHOT</version>
    </parent>
 
-   <groupId>org.hornetq.tests</groupId>
    <artifactId>timing-tests</artifactId>
    <packaging>jar</packaging>
    <name>HornetQ timing Tests</name>
@@ -52,7 +51,6 @@
          <artifactId>hornetq-jms</artifactId>
          <version>${project.version}</version>
          <scope>test</scope>
-         <type>test-jar</type>
       </dependency>
       <dependency>
          <groupId>org.hornetq</groupId>



More information about the hornetq-commits mailing list