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/05/10 11:24:54 UTC

svn commit: r1678542 - /webservices/axiom/trunk/modules/axiom-api/pom.xml

Author: veithen
Date: Sun May 10 09:24:54 2015
New Revision: 1678542

URL: http://svn.apache.org/r1678542
Log:
Fix incorrect dependency scope.

Modified:
    webservices/axiom/trunk/modules/axiom-api/pom.xml

Modified: webservices/axiom/trunk/modules/axiom-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-api/pom.xml?rev=1678542&r1=1678541&r2=1678542&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-api/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-api/pom.xml Sun May 10 09:24:54 2015
@@ -81,6 +81,7 @@
         <dependency>
             <groupId>com.google.truth</groupId>
             <artifactId>truth</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>xmlunit</groupId>