Author: borges
Date: 2011-06-20 07:32:04 -0400 (Mon, 20 Jun 2011)
New Revision: 10856
Modified:
trunk/tests/concurrent-tests/pom.xml
trunk/tests/integration-tests/pom.xml
trunk/tests/performance-tests/pom.xml
trunk/tests/soak-tests/pom.xml
trunk/tests/stress-tests/pom.xml
trunk/tests/timing-tests/pom.xml
Log:
Fix dependency on test classes moved to hornetq-core/src/tests
Modified: trunk/tests/concurrent-tests/pom.xml
===================================================================
--- trunk/tests/concurrent-tests/pom.xml 2011-06-20 07:14:50 UTC (rev 10855)
+++ trunk/tests/concurrent-tests/pom.xml 2011-06-20 11:32:04 UTC (rev 10856)
@@ -20,13 +20,19 @@
<version>2.2.3-SNAPSHOT</version>
</parent>
- <groupId>org.hornetq.tests</groupId>
<artifactId>concurrent-tests</artifactId>
<packaging>jar</packaging>
<name>HornetQ concurrent Tests</name>
<dependencies>
<dependency>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-core</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
<groupId>org.hornetq.tests</groupId>
<artifactId>unit-tests</artifactId>
<version>${project.version}</version>
Modified: trunk/tests/integration-tests/pom.xml
===================================================================
--- trunk/tests/integration-tests/pom.xml 2011-06-20 07:14:50 UTC (rev 10855)
+++ trunk/tests/integration-tests/pom.xml 2011-06-20 11:32:04 UTC (rev 10856)
@@ -30,6 +30,8 @@
<groupId>org.hornetq</groupId>
<artifactId>hornetq-core</artifactId>
<version>${project.version}</version>
+ <scope>test</scope>
+ <type>test-jar</type>
</dependency>
<dependency>
<groupId>org.hornetq</groupId>
Modified: trunk/tests/performance-tests/pom.xml
===================================================================
--- trunk/tests/performance-tests/pom.xml 2011-06-20 07:14:50 UTC (rev 10855)
+++ trunk/tests/performance-tests/pom.xml 2011-06-20 11:32:04 UTC (rev 10856)
@@ -20,13 +20,19 @@
<version>2.2.3-SNAPSHOT</version>
</parent>
- <groupId>org.hornetq.tests</groupId>
<artifactId>performance-tests</artifactId>
<packaging>jar</packaging>
<name>HornetQ performance Tests</name>
<dependencies>
<dependency>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-core</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
<groupId>org.hornetq.tests</groupId>
<artifactId>unit-tests</artifactId>
<version>${project.version}</version>
Modified: trunk/tests/soak-tests/pom.xml
===================================================================
--- trunk/tests/soak-tests/pom.xml 2011-06-20 07:14:50 UTC (rev 10855)
+++ trunk/tests/soak-tests/pom.xml 2011-06-20 11:32:04 UTC (rev 10856)
@@ -20,12 +20,18 @@
<version>2.2.3-SNAPSHOT</version>
</parent>
- <groupId>org.hornetq.tests</groupId>
<artifactId>soak-tests</artifactId>
<packaging>jar</packaging>
<name>HornetQ soak Tests</name>
<dependencies>
+ <dependency>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-core</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
<dependency>
<groupId>org.hornetq.tests</groupId>
<artifactId>unit-tests</artifactId>
Modified: trunk/tests/stress-tests/pom.xml
===================================================================
--- trunk/tests/stress-tests/pom.xml 2011-06-20 07:14:50 UTC (rev 10855)
+++ trunk/tests/stress-tests/pom.xml 2011-06-20 11:32:04 UTC (rev 10856)
@@ -20,13 +20,19 @@
<version>2.2.3-SNAPSHOT</version>
</parent>
- <groupId>org.hornetq.tests</groupId>
<artifactId>stress-tests</artifactId>
<packaging>jar</packaging>
<name>HornetQ stress Tests</name>
<dependencies>
<dependency>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-core</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
<groupId>org.hornetq.tests</groupId>
<artifactId>unit-tests</artifactId>
<version>${project.version}</version>
Modified: trunk/tests/timing-tests/pom.xml
===================================================================
--- trunk/tests/timing-tests/pom.xml 2011-06-20 07:14:50 UTC (rev 10855)
+++ trunk/tests/timing-tests/pom.xml 2011-06-20 11:32:04 UTC (rev 10856)
@@ -26,6 +26,13 @@
<dependencies>
<dependency>
+ <groupId>org.hornetq</groupId>
+ <artifactId>hornetq-core</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
<groupId>org.hornetq.tests</groupId>
<artifactId>unit-tests</artifactId>
<version>${project.version}</version>
Show replies by date