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>


Reply via email to