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 2013/01/12 12:15:28 UTC

svn commit: r1432407 - /webservices/commons/trunk/modules/axiom/code-coverage/pom.xml

Author: veithen
Date: Sat Jan 12 11:15:28 2013
New Revision: 1432407

URL: http://svn.apache.org/viewvc?rev=1432407&view=rev
Log:
Include code coverage from the Spring-WS tests.

Modified:
    webservices/commons/trunk/modules/axiom/code-coverage/pom.xml

Modified: webservices/commons/trunk/modules/axiom/code-coverage/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/code-coverage/pom.xml?rev=1432407&r1=1432406&r2=1432407&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/code-coverage/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/code-coverage/pom.xml Sat Jan 12 11:15:28 2013
@@ -169,6 +169,14 @@
         
         <dependency>
             <groupId>${project.groupId}</groupId>
+            <artifactId>spring-ws-tests</artifactId>
+            <version>${project.version}</version>
+            <classifier>jacoco</classifier>
+            <type>exec</type>
+        </dependency>
+        
+        <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>axiom-samples</artifactId>
             <version>${project.version}</version>
             <classifier>jacoco</classifier>