removed crufty dependencies

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2005-12-19 14:11:18 +00:00
parent 384e290b7f
commit cf3516ec55
1 changed files with 0 additions and 23 deletions

View File

@ -38,12 +38,6 @@
</properties>
</dependency>
<dependency>
<groupId>jgroups</groupId>
<artifactId>jgroups</artifactId>
<version>${jgroups_version}</version>
</dependency>
<dependency>
<groupId>activeio</groupId>
<artifactId>activeio</artifactId>
@ -94,23 +88,6 @@
</properties>
</dependency>
<!-- to test the XA support -->
<dependency>
<id>jotm</id>
<artifactId>jotm</artifactId>
<version>1.5.3</version>
</dependency>
<dependency>
<id>jotm+carol</id>
<artifactId>jotm-carol</artifactId>
<version>1.5.3</version>
</dependency>
<dependency>
<id>jotm+jrmp+stubs</id>
<artifactId>jotm-jrmp-stubs</artifactId>
<version>1.5.3</version>
</dependency>
<!-- this should be an optional dependency now, when 1.1.2 of Spring is out -->
<dependency>
<id>aopalliance</id>