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 2009/08/21 17:35:14 UTC

svn commit: r806604 - /cxf/trunk/systests/pom.xml

Author: dkulp
Date: Fri Aug 21 15:35:14 2009
New Revision: 806604

URL: http://svn.apache.org/viewvc?rev=806604&view=rev
Log:
Exclude jencks which is apparently causing repository/jar corruption by
pointing to a non-existent repository

Modified:
    cxf/trunk/systests/pom.xml

Modified: cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/pom.xml?rev=806604&r1=806603&r2=806604&view=diff
==============================================================================
--- cxf/trunk/systests/pom.xml (original)
+++ cxf/trunk/systests/pom.xml Fri Aug 21 15:35:14 2009
@@ -572,6 +572,10 @@
                     <artifactId>jaxen</artifactId>
                 </exclusion>
                 <exclusion>
+                    <groupId>org.jencks</groupId>
+                    <artifactId>jencks</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>org.codehaus.woodstox</groupId>
                     <artifactId>wstx-asl</artifactId>
                 </exclusion>