Author: tabish
Date: Thu Nov 1 20:07:57 2012
New Revision: 1404742
URL: http://svn.apache.org/viewvc?rev=1404742&view=rev
Log:
fix for: https://issues.apache.org/jira/browse/AMQ-4054
Remove deprecated Axis 1.0 support.
Removed:
activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/axis/
activemq/trunk/activemq-optional/src/test/resources/org/activemq/
Modified:
activemq/trunk/activemq-optional/pom.xml
Modified: activemq/trunk/activemq-optional/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/pom.xml?rev=1404742&r1=1404741&r2=1404742&view=diff
==============================================================================
--- activemq/trunk/activemq-optional/pom.xml (original)
+++ activemq/trunk/activemq-optional/pom.xml Thu Nov 1 20:07:57 2012
@@ -36,15 +36,15 @@
<groupId>${project.groupId}</groupId>
<artifactId>activemq-core</artifactId>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<type>test-jar</type>
- <scope>test</scope>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
@@ -89,11 +89,6 @@
<version>${jetty-version}</version>
</dependency>
<dependency>
- <groupId>axis</groupId>
- <artifactId>axis</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
@@ -110,19 +105,19 @@
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
- <!-- log4j jms appender and test tool needs this -->
- <dependency>
+ <!-- log4j jms appender and test tool needs this -->
+ <dependency>
<groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>compile</scope>
- <optional>true</optional>
- </dependency>
- <dependency>
+ <artifactId>log4j</artifactId>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
<optional>true</optional>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>