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 2013/07/18 19:18:01 UTC

svn commit: r1504535 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Thu Jul 18 17:18:01 2013
New Revision: 1504535

URL: http://svn.apache.org/r1504535
Log:
Update xerces dep

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1504535&r1=1504534&r2=1504535&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Jul 18 17:18:01 2013
@@ -1536,13 +1536,7 @@
             <dependency>
                 <groupId>xerces</groupId>
                 <artifactId>xercesImpl</artifactId>
-                <version>2.9.1</version>
-                <exclusions>
-                    <exclusion>
-                        <artifactId>xml-apis</artifactId>
-                        <groupId>xml-apis</groupId>
-                    </exclusion>
-                </exclusions>
+                <version>2.11.0</version>
             </dependency>
             <!-- if we use the new woodstox artifact, we're using the new version -->
             <dependency>