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:25:02 UTC

svn commit: r1504545 - /cxf/branches/2.7.x-fixes/parent/pom.xml

Author: dkulp
Date: Thu Jul 18 17:25:02 2013
New Revision: 1504545

URL: http://svn.apache.org/r1504545
Log:
Merged revisions 1504535 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1504535 | dkulp | 2013-07-18 13:18:01 -0400 (Thu, 18 Jul 2013) | 2 lines

  Update xerces dep

........

Modified:
    cxf/branches/2.7.x-fixes/parent/pom.xml

Modified: cxf/branches/2.7.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/parent/pom.xml?rev=1504545&r1=1504544&r2=1504545&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/parent/pom.xml Thu Jul 18 17:25:02 2013
@@ -1529,13 +1529,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>