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

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

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

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

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

  Don't exclude xerces as it's needed

........

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=1504552&r1=1504551&r2=1504552&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:25 2013
@@ -589,12 +589,6 @@
                 <groupId>nekohtml</groupId>
                 <artifactId>nekohtml</artifactId>
                 <version>1.9.6.2</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>xerces</groupId>
-                        <artifactId>xercesImpl</artifactId>
-                    </exclusion>
-                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven</groupId>