You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by em...@apache.org on 2013/08/29 16:45:46 UTC

svn commit: r1518665 - /cxf/trunk/systests/databinding/pom.xml

Author: ema
Date: Thu Aug 29 14:45:46 2013
New Revision: 1518665

URL: http://svn.apache.org/r1518665
Log:
Add msv dependency to fix the build

Modified:
    cxf/trunk/systests/databinding/pom.xml

Modified: cxf/trunk/systests/databinding/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/databinding/pom.xml?rev=1518665&r1=1518664&r2=1518665&view=diff
==============================================================================
--- cxf/trunk/systests/databinding/pom.xml (original)
+++ cxf/trunk/systests/databinding/pom.xml Thu Aug 29 14:45:46 2013
@@ -343,6 +343,17 @@
             <groupId>org.jibx</groupId>
             <artifactId>jibx-tools</artifactId>
         </dependency>
+        <dependency>
+            <groupId>net.java.dev.msv</groupId>
+            <artifactId>msv-core</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>net.java.dev.msv</groupId>
+                    <artifactId>msv-testharness</artifactId>
+                </exclusion>
+            </exclusions>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>