You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/09/23 19:22:41 UTC

svn commit: r1000548 - /cxf/trunk/common/wstx-msv-validation/pom.xml

Author: dkulp
Date: Thu Sep 23 17:22:41 2010
New Revision: 1000548

URL: http://svn.apache.org/viewvc?rev=1000548&view=rev
Log:
Exclude some unrequired deps

Modified:
    cxf/trunk/common/wstx-msv-validation/pom.xml

Modified: cxf/trunk/common/wstx-msv-validation/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/common/wstx-msv-validation/pom.xml?rev=1000548&r1=1000547&r2=1000548&view=diff
==============================================================================
--- cxf/trunk/common/wstx-msv-validation/pom.xml (original)
+++ cxf/trunk/common/wstx-msv-validation/pom.xml Thu Sep 23 17:22:41 2010
@@ -54,6 +54,12 @@
         <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>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.schema</groupId>