Author: rajdavies
Date: Wed Aug 13 10:18:15 2008
New Revision: 685614
URL: http://svn.apache.org/viewvc?rev=685614&view=rev
Log:
updated dependencies
Modified:
activemq/sandbox/groupmq/pom.xml
Modified: activemq/sandbox/groupmq/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/sandbox/groupmq/pom.xml?rev=685614&r1=685613&r2=685614&view=diff
==============================================================================
--- activemq/sandbox/groupmq/pom.xml (original)
+++ activemq/sandbox/groupmq/pom.xml Wed Aug 13 10:18:15 2008
@@ -37,7 +37,6 @@
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
<version>5.2-SNAPSHOT</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
@@ -68,12 +67,7 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jms_1.1_spec</artifactId>
- <version>1.1</version>
- <scope>test</scope>
- </dependency>
+
</dependencies>