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:05:13 UTC

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

Author: dkulp
Date: Mon Sep 24 20:05:13 2012
New Revision: 1389546

URL: http://svn.apache.org/viewvc?rev=1389546&view=rev
Log:
Update some sun deps

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1389546&r1=1389545&r2=1389546&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Mon Sep 24 20:05:13 2012
@@ -561,7 +561,7 @@
             <dependency>
                 <groupId>com.sun.xml.fastinfoset</groupId>
                 <artifactId>FastInfoset</artifactId>
-                <version>1.2.9</version>
+                <version>1.2.12</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.xml</groupId>
@@ -670,7 +670,7 @@
             <dependency>
                 <groupId>com.sun.xml.parsers</groupId>
                 <artifactId>jaxp-ri</artifactId>
-                <version>1.4.2</version>
+                <version>1.4.5</version>
             </dependency>
             <dependency>
                 <groupId>antlr</groupId>