mirror of https://github.com/apache/activemq.git
fix for: https://issues.apache.org/jira/browse/AMQ-4054 dont' need Axis dep anymore
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1404743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
539781ceef
commit
ec231d38b1
7
pom.xml
7
pom.xml
|
@ -46,7 +46,6 @@
|
|||
<aopalliance-version>1.0</aopalliance-version>
|
||||
<aries-version>0.3</aries-version>
|
||||
<axion-version>1.0-M3-dev</axion-version>
|
||||
<axis-version>1.4</axis-version>
|
||||
<camel-version>2.10.2</camel-version>
|
||||
<camel-version-range>[2.10,3)</camel-version-range>
|
||||
<cglib-version>2.0</cglib-version>
|
||||
|
@ -817,12 +816,6 @@
|
|||
<version>${jetty-version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>axis</groupId>
|
||||
<artifactId>axis</artifactId>
|
||||
<version>${axis-version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
|
|
Loading…
Reference in New Issue