Author: veithen
Date: Sun Sep 24 11:45:51 2017
New Revision: 1809507
URL: http://svn.apache.org/viewvc?rev=1809507&view=rev
Log:
Fix dependency scopes in axis2-xmlbeans.
Modified:
axis/axis2/java/core/trunk/modules/xmlbeans/pom.xml
Modified: axis/axis2/java/core/trunk/modules/xmlbeans/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/xmlbeans/pom.xml?rev=1809507&r1=1809506&r2=1809507&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/xmlbeans/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/xmlbeans/pom.xml Sun Sep 24 11:45:51 2017
@@ -43,10 +43,12 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>