Author: coheigea
Date: Wed Apr 3 10:52:21 2013
New Revision: 1463912
URL: http://svn.apache.org/r1463912
Log:
Upgrading CXF + SLF4J versions
Modified:
cxf/fediz/trunk/pom.xml
Modified: cxf/fediz/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/pom.xml?rev=1463912&r1=1463911&r2=1463912&view=diff
==============================================================================
--- cxf/fediz/trunk/pom.xml (original)
+++ cxf/fediz/trunk/pom.xml Wed Apr 3 10:52:21 2013
@@ -34,7 +34,7 @@
<properties>
<commons.lang.version>3.0.1</commons.lang.version>
<commons.logging.version>1.1.1</commons.logging.version>
- <cxf.version>2.7.3</cxf.version>
+ <cxf.version>2.7.4</cxf.version>
<cxf.build-utils.version>2.5.0</cxf.build-utils.version>
<ehcache.version>2.5.1</ehcache.version>
<httpclient.version>4.2.2</httpclient.version>
@@ -44,7 +44,7 @@
<junit.version>4.8.2</junit.version>
<log4j.version>1.2.15</log4j.version>
<servlet.version>2.5</servlet.version>
- <slf4j.version>1.7.2</slf4j.version>
+ <slf4j.version>1.7.5</slf4j.version>
<spring.version>3.0.7.RELEASE</spring.version>
<tomcat.version>7.0.27</tomcat.version>
<wss4j.version>1.6.10</wss4j.version>