Repository: cxf Updated Branches: refs/heads/2.6.x-fixes e86d58121 -> c672aa020
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/f508bbed Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f508bbed Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f508bbed Branch: refs/heads/2.6.x-fixes Commit: f508bbed9a1261a19f3764b2eff88c8c05b003fc Parents: e86d581 Author: Daniel Kulp <[email protected]> Authored: Mon Apr 7 14:21:02 2014 -0600 Committer: Daniel Kulp <[email protected]> Committed: Fri May 2 09:52:09 2014 -0400 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/f508bbed/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 4a5a3f0..74af1e9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -139,14 +139,14 @@ <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> <cxf.spring.ldap.version>1.3.1.RELEASE</cxf.spring.ldap.version> <cxf.spring.mock>spring-test</cxf.spring.mock> <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>
