Author: veithen
Date: Fri Jan 5 20:56:08 2018
New Revision: 1820354
URL: http://svn.apache.org/viewvc?rev=1820354&view=rev
Log:
Remove unnecessary dependency.
Modified:
axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml
Modified: axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml?rev=1820354&r1=1820353&r2=1820354&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml (original)
+++ axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml Fri Jan
5 20:56:08 2018
@@ -30,12 +30,6 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>axis2-transport-local</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
<artifactId>axis2-transport-http</artifactId>
<version>${project.version}</version>
<scope>test</scope>