Author: jstrachan Date: Tue Nov 28 05:24:34 2006 New Revision: 480034 URL: http://svn.apache.org/viewvc?view=rev&rev=480034 Log: Fixed up pom for running the Atomikos test cases against 4.0 branch
Modified: incubator/activemq/branches/activemq-4.0/activemq-test-atomikos/pom.xml Modified: incubator/activemq/branches/activemq-4.0/activemq-test-atomikos/pom.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-test-atomikos/pom.xml?view=diff&rev=480034&r1=480033&r2=480034 ============================================================================== --- incubator/activemq/branches/activemq-4.0/activemq-test-atomikos/pom.xml (original) +++ incubator/activemq/branches/activemq-4.0/activemq-test-atomikos/pom.xml Tue Nov 28 05:24:34 2006 @@ -25,9 +25,10 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.activemq</groupId> + <groupId>incubator-activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>4.2-incubator-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>activemq-test-atomikos</artifactId> @@ -69,6 +70,22 @@ <artifactId>derby</artifactId> <optional>true</optional> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.0.1B_spec</artifactId> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-j2ee-management_1.0_spec</artifactId> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId> + <optional>true</optional> + </dependency> + <dependency> <groupId>com.atomikos</groupId>