mirror of https://github.com/apache/activemq.git
include smx repo so aries 0.1-r964701 can be resolved, needed till karaf updates to 0.2-incubating - https://issues.apache.org/activemq/browse/AMQ-2885
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@996692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c92f5722b8
commit
c9460a0231
|
@ -37,6 +37,20 @@
|
||||||
</activemq.osgi.import.pkg>
|
</activemq.osgi.import.pkg>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>servicemix</id>
|
||||||
|
<name>Apache ServiceMix Repository</name>
|
||||||
|
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.aries.blueprint</groupId>
|
<groupId>org.apache.aries.blueprint</groupId>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -42,7 +42,7 @@
|
||||||
<annogen-version>0.1.0</annogen-version>
|
<annogen-version>0.1.0</annogen-version>
|
||||||
<ant-version>1.7.1</ant-version>
|
<ant-version>1.7.1</ant-version>
|
||||||
<aopalliance-version>1.0</aopalliance-version>
|
<aopalliance-version>1.0</aopalliance-version>
|
||||||
<aries-version>0.2-incubating</aries-version>
|
<aries-version>0.1-r964701</aries-version>
|
||||||
<axion-version>1.0-M3-dev</axion-version>
|
<axion-version>1.0-M3-dev</axion-version>
|
||||||
<axis-version>1.2-RC1</axis-version>
|
<axis-version>1.2-RC1</axis-version>
|
||||||
<camel-version>2.4.0</camel-version>
|
<camel-version>2.4.0</camel-version>
|
||||||
|
|
Loading…
Reference in New Issue