Author: dkulp
Date: Mon Sep 24 21:04:18 2012
New Revision: 1389588
URL: http://svn.apache.org/viewvc?rev=1389588&view=rev
Log:
Merged revisions 1389571 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1389571 | dkulp | 2012-09-24 16:57:15 -0400 (Mon, 24 Sep 2012) | 2 lines
Fix issue with FI upgrade pulling in old xml API's that the JDK can provide
........
Modified:
cxf/branches/2.6.x-fixes/parent/pom.xml
Modified: cxf/branches/2.6.x-fixes/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/parent/pom.xml?rev=1389588&r1=1389587&r2=1389588&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/parent/pom.xml Mon Sep 24 21:04:18 2012
@@ -561,6 +561,10 @@
<groupId>javax.xml</groupId>
<artifactId>jsr173</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jsr173_api</artifactId>
+ </exclusion>
</exclusions>
</dependency>