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 2012/09/24 22:57:16 UTC

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

Author: dkulp
Date: Mon Sep 24 20:57:15 2012
New Revision: 1389571

URL: http://svn.apache.org/viewvc?rev=1389571&view=rev
Log:
Fix issue with FI upgrade pulling in old xml API's that the JDK can provide

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1389571&r1=1389570&r2=1389571&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Mon Sep 24 20:57:15 2012
@@ -568,6 +568,10 @@
                         <groupId>javax.xml</groupId>
                         <artifactId>jsr173</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>javax.xml.bind</groupId>
+                        <artifactId>jsr173_api</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>