Repository: cxf-fediz Updated Branches: refs/heads/master c4641d852 -> c1a294b7a
Fixing WSS4J issue Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/69f15dd6 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/69f15dd6 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/69f15dd6 Branch: refs/heads/master Commit: 69f15dd67b0294fd2699afdbba3c728b397419f9 Parents: c4641d8 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue May 24 12:55:06 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue May 24 12:55:06 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/69f15dd6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 43cda64..c8b8cc2 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ <spring.security.version>3.2.9.RELEASE</spring.security.version> <tomcat7.version>7.0.69</tomcat7.version> <tomcat8.version>8.0.33</tomcat8.version> - <wss4j.version>2.1.5</wss4j.version> + <wss4j.version>2.1.6-SNAPSHOT</wss4j.version> <xalan.version>2.7.2</xalan.version> <tomcat.url>http://localhost:8080/manager/text</tomcat.url>
