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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 17 07:07:47 EDT 2011


Author: borges
Date: 2011-10-17 07:07:47 -0400 (Mon, 17 Oct 2011)
New Revision: 11555

Modified:
   trunk/tests/integration-tests/pom.xml
Log:
Delete duplicate declaration of hornetq-commons

Modified: trunk/tests/integration-tests/pom.xml
===================================================================
--- trunk/tests/integration-tests/pom.xml	2011-10-17 11:07:39 UTC (rev 11554)
+++ trunk/tests/integration-tests/pom.xml	2011-10-17 11:07:47 UTC (rev 11555)
@@ -65,11 +65,6 @@
       </dependency>
       <dependency>
          <groupId>org.hornetq</groupId>
-         <artifactId>hornetq-commons</artifactId>
-         <version>${project.version}</version>
-      </dependency>
-      <dependency>
-         <groupId>org.hornetq</groupId>
          <artifactId>hornetq-journal</artifactId>
          <version>${project.version}</version>
       </dependency>



More information about the hornetq-commits mailing list