Repository: cxf Updated Branches: refs/heads/2.7.x-fixes 991de80f7 -> 039ede868
Update slf4j and woodstox versions Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/53e9a1ab Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/53e9a1ab Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/53e9a1ab Branch: refs/heads/2.7.x-fixes Commit: 53e9a1abb39e6e15bca313dcb81df9096eb793b6 Parents: 991de80 Author: Daniel Kulp <[email protected]> Authored: Mon Apr 7 14:21:02 2014 -0600 Committer: Daniel Kulp <[email protected]> Committed: Tue Apr 15 15:55:46 2014 -0400 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/53e9a1ab/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 9eaa522..80bf3e3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -145,7 +145,7 @@ <cxf.servlet-api.version>1.0</cxf.servlet-api.version> <cxf.servlet-api-2.5.artifact>geronimo-servlet_2.5_spec</cxf.servlet-api-2.5.artifact> <cxf.servlet-api-2.5.version>1.1.2</cxf.servlet-api-2.5.version> - <cxf.slf4j.version>1.7.6</cxf.slf4j.version> + <cxf.slf4j.version>1.7.7</cxf.slf4j.version> <cxf.specs.jaxws.api.version>1.1</cxf.specs.jaxws.api.version> <cxf.spring.version>3.0.7.RELEASE</cxf.spring.version> <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version> @@ -153,7 +153,7 @@ <cxf.spring.mock>spring-test</cxf.spring.mock> <cxf.swagger.version>1.3.0</cxf.swagger.version> <cxf.velocity.version>1.7</cxf.velocity.version> - <cxf.woodstox.core.version>4.2.1</cxf.woodstox.core.version> + <cxf.woodstox.core.version>4.3.0</cxf.woodstox.core.version> <cxf.woodstox.stax2-api.version>3.1.4</cxf.woodstox.stax2-api.version> <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version> <cxf.wss4j.version>1.6.15</cxf.wss4j.version>
