mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2885 - upgrade aries
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@990825 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4afb2028a2
commit
f3c81eebb9
|
@ -41,7 +41,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.aries.blueprint</groupId>
|
||||
<artifactId>org.apache.aries.blueprint</artifactId>
|
||||
<version>0.1-incubating</version>
|
||||
<version>${aries-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.xbean</groupId>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<bundle>mvn:org.apache.activemq/activemq-ra/${activemq-version}</bundle>
|
||||
<bundle>mvn:org.apache.activemq/activemq-pool/${activemq-version}</bundle>
|
||||
<bundle>mvn:org.apache.activemq/activemq-karaf/${activemq-version}</bundle>
|
||||
<bundle>mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/0.1-incubating</bundle>
|
||||
<bundle>mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/${aries-version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="activemq-spring" version="${activemq-version}">
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -42,6 +42,7 @@
|
|||
<annogen-version>0.1.0</annogen-version>
|
||||
<ant-version>1.7.1</ant-version>
|
||||
<aopalliance-version>1.0</aopalliance-version>
|
||||
<aries-version>0.1-r964701</aries-version>
|
||||
<axion-version>1.0-M3-dev</axion-version>
|
||||
<axis-version>1.2-RC1</axis-version>
|
||||
<camel-version>2.4.0</camel-version>
|
||||
|
|
Loading…
Reference in New Issue