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/28 00:46:35 UTC

svn commit: r1819382 - /axis/axis2/java/core/trunk/modules/integration/pom.xml

Author: veithen
Date: Thu Dec 28 00:46:35 2017
New Revision: 1819382

URL: http://svn.apache.org/viewvc?rev=1819382&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=1819382&r1=1819381&r2=1819382&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/integration/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/integration/pom.xml Thu Dec 28 00:46:35 2017
@@ -83,11 +83,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
-            <artifactId>org.apache.axis2.osgi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
             <artifactId>addressing</artifactId>
             <version>${project.version}</version>
             <type>mar</type>