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/05/05 22:15:43 UTC

svn commit: r1794113 - /axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml

Author: veithen
Date: Fri May  5 22:15:43 2017
New Revision: 1794113

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

Modified:
    axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml

Modified: axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml?rev=1794113&r1=1794112&r2=1794113&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml Fri May  5 22:15:43 2017
@@ -64,11 +64,6 @@
             <artifactId>xmlunit</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.sun.mail</groupId>
-            <artifactId>javax.mail</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
     <url>http://axis.apache.org/axis2/java/core/</url>
     <scm>