You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2017/12/26 16:22:28 UTC

svn commit: r1819287 - /axis/axis2/java/core/trunk/modules/json/pom.xml

Author: veithen
Date: Tue Dec 26 16:22:28 2017
New Revision: 1819287

URL: http://svn.apache.org/viewvc?rev=1819287&view=rev
Log:
Remove unnecessary dependency.

Modified:
    axis/axis2/java/core/trunk/modules/json/pom.xml

Modified: axis/axis2/java/core/trunk/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/json/pom.xml?rev=1819287&r1=1819286&r2=1819287&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/json/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/json/pom.xml Tue Dec 26 16:22:28 2017
@@ -45,11 +45,6 @@
             <artifactId>axis2-transport-http</artifactId>
             <version>${project.version}</version>
         </dependency>
-         <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-transport-local</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>xmlunit</groupId>
             <artifactId>xmlunit</artifactId>