Repository: cxf-fediz Updated Branches: refs/heads/1.1.x-fixes 02d7da5f3 -> d954f831a
WSS4J + SLF4J dependency upgrade Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/d954f831 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/d954f831 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/d954f831 Branch: refs/heads/1.1.x-fixes Commit: d954f831a7c72edee36175f906ff2799b0341aa8 Parents: 02d7da5 Author: Colm O hEigeartaigh <[email protected]> Authored: Mon May 26 15:36:49 2014 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon May 26 15:36:49 2014 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/d954f831/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2a131f8..0d1ab1e 100644 --- a/pom.xml +++ b/pom.xml @@ -46,11 +46,11 @@ <log4j.version>1.2.17</log4j.version> <ognl.version>3.0.8</ognl.version> <servlet.version>2.5</servlet.version> - <slf4j.version>1.7.5</slf4j.version> + <slf4j.version>1.7.7</slf4j.version> <spring.version>3.1.4.RELEASE</spring.version> <spring.security.version>3.1.4.RELEASE</spring.security.version> <tomcat.version>7.0.42</tomcat.version> - <wss4j.version>1.6.14</wss4j.version> + <wss4j.version>1.6.15</wss4j.version> <tomcat.url>http://localhost:8080/manager/text</tomcat.url> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
