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 2017/01/31 20:18:18 UTC

svn commit: r1781164 - /axis/axis2/java/rampart/trunk/code-coverage/pom.xml

Author: veithen
Date: Tue Jan 31 20:18:18 2017
New Revision: 1781164

URL: http://svn.apache.org/viewvc?rev=1781164&view=rev
Log:
Add rampart-policy to the code coverage analysis.

Modified:
    axis/axis2/java/rampart/trunk/code-coverage/pom.xml

Modified: axis/axis2/java/rampart/trunk/code-coverage/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/code-coverage/pom.xml?rev=1781164&r1=1781163&r2=1781164&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/code-coverage/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/code-coverage/pom.xml Tue Jan 31 20:18:18 2017
@@ -56,6 +56,25 @@
         
         <dependency>
             <groupId>${project.groupId}</groupId>
+            <artifactId>rampart-policy</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>rampart-policy</artifactId>
+            <version>${project.version}</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>rampart-policy</artifactId>
+            <version>${project.version}</version>
+            <classifier>jacoco</classifier>
+            <type>exec</type>
+        </dependency>
+        
+        <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>rampart-trust</artifactId>
             <version>${project.version}</version>
         </dependency>