Author: veithen
Date: Mon Dec 25 09:28:12 2017
New Revision: 1819238
URL: http://svn.apache.org/viewvc?rev=1819238&view=rev
Log:
Remove unnecessary dependency.
Modified:
axis/axis2/java/core/trunk/modules/integration/pom.xml
Modified: axis/axis2/java/core/trunk/modules/integration/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/pom.xml?rev=1819238&r1=1819237&r2=1819238&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/integration/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/integration/pom.xml Mon Dec 25 09:28:12
2017
@@ -33,11 +33,6 @@
<dependencies>
<dependency>
<groupId>org.apache.axis2</groupId>
- <artifactId>axis2-clustering</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport-http</artifactId>
<version>${project.version}</version>
</dependency>