Author: dkulp
Date: Mon Sep 24 21:04:05 2012
New Revision: 1389583
URL: http://svn.apache.org/viewvc?rev=1389583&view=rev
Log:
Merged revisions 1389546 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1389546 | dkulp | 2012-09-24 16:05:13 -0400 (Mon, 24 Sep 2012) | 2 lines
Update some sun deps
........
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=1389583&r1=1389582&r2=1389583&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:05 2012
@@ -556,7 +556,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>
@@ -651,7 +651,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>