Author: veithen
Date: Sat May 28 00:13:16 2016
New Revision: 1745827

URL: http://svn.apache.org/viewvc?rev=1745827&view=rev
Log:
Fix incorrect scope.

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

Modified: axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml?rev=1745827&r1=1745826&r2=1745827&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml Sat May 28 00:13:16 
2016
@@ -103,6 +103,7 @@
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-truth</artifactId>
+            <scope>test</scope>
         </dependency>
     </dependencies>
     <url>http://axis.apache.org/axis2/java/core/</url>


Reply via email to