This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch datatypes
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git

commit 51c444328741937d27a3558266a8c8282679f9e0
Author: Andreas Veithen <veit...@apache.org>
AuthorDate: Tue Nov 17 19:55:09 2015 +0000

    Add datatypes to code-coverage.
---
 code-coverage/pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
index 508b67a..8cd0fe1 100644
--- a/code-coverage/pom.xml
+++ b/code-coverage/pom.xml
@@ -66,6 +66,25 @@
         
         <dependency>
             <groupId>${project.groupId}</groupId>
+            <artifactId>datatypes</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>datatypes</artifactId>
+            <version>${project.version}</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>datatypes</artifactId>
+            <version>${project.version}</version>
+            <classifier>jacoco</classifier>
+            <type>exec</type>
+        </dependency>
+        
+        <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>om-aspects</artifactId>
             <version>${project.version}</version>
         </dependency>

Reply via email to