You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/11/07 14:10:09 UTC

svn commit: r1713121 - /webservices/axiom/trunk/testing/xml-truth/pom.xml

Author: veithen
Date: Sat Nov  7 13:10:09 2015
New Revision: 1713121

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

Modified:
    webservices/axiom/trunk/testing/xml-truth/pom.xml

Modified: webservices/axiom/trunk/testing/xml-truth/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/xml-truth/pom.xml?rev=1713121&r1=1713120&r2=1713121&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/xml-truth/pom.xml (original)
+++ webservices/axiom/trunk/testing/xml-truth/pom.xml Sat Nov  7 13:10:09 2015
@@ -48,6 +48,7 @@
         <dependency>
             <groupId>xerces</groupId>
             <artifactId>xercesImpl</artifactId>
+            <scope>test</scope>
         </dependency>
     </dependencies>