mirror of https://github.com/apache/activemq.git
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:
parent
384e290b7f
commit
cf3516ec55
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue