mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2885 - upgrading aries and karaf
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1001699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f2733a26ec
commit
d28be4dfb4
|
@ -37,20 +37,6 @@
|
|||
</activemq.osgi.import.pkg>
|
||||
</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>
|
||||
<dependency>
|
||||
<groupId>org.apache.aries.blueprint</groupId>
|
||||
|
|
|
@ -143,7 +143,7 @@ public class ActiveMQCommand extends AbstractCommand implements CompletableFunct
|
|||
}
|
||||
}
|
||||
|
||||
protected Action createNewAction() throws Exception {
|
||||
public Action createNewAction() {
|
||||
Action action = (Action) blueprintContainer.getComponentInstance(actionId);
|
||||
if (action instanceof BlueprintContainerAware) {
|
||||
((BlueprintContainerAware) action).setBlueprintContainer(blueprintContainer);
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -42,7 +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>
|
||||
<aries-version>0.2-incubating</aries-version>
|
||||
<axion-version>1.0-M3-dev</axion-version>
|
||||
<axis-version>1.2-RC1</axis-version>
|
||||
<camel-version>2.4.0</camel-version>
|
||||
|
@ -70,7 +70,7 @@
|
|||
<jmock-version>2.5.1</jmock-version>
|
||||
<junit-version>4.5</junit-version>
|
||||
<jxta-version>2.0</jxta-version>
|
||||
<karaf-version>2.0.0</karaf-version>
|
||||
<karaf-version>2.1.0</karaf-version>
|
||||
<log4j-version>1.2.14</log4j-version>
|
||||
<nlog4j-version>1.5.2</nlog4j-version>
|
||||
<org-apache-derby-version>10.1.3.1</org-apache-derby-version>
|
||||
|
|
Loading…
Reference in New Issue