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 2016/05/28 00:13:16 UTC

svn commit: r1745827 - /axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml

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>