Repository: tomee Updated Branches: refs/heads/master 250bdbec1 -> 058790063
upgrade xmlsec dependency to fix incompatibility issue with wss4j 2.2.2 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/3a75df5d Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/3a75df5d Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/3a75df5d Branch: refs/heads/master Commit: 3a75df5df669dde544cdae26c6c8599d25c3e2aa Parents: 6ba7fc5 Author: Vicente Rossello <[email protected]> Authored: Thu Sep 13 19:40:23 2018 +0200 Committer: Vicente Rossello <[email protected]> Committed: Thu Sep 13 19:40:23 2018 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/3a75df5d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c15606e..dfeb8ea 100644 --- a/pom.xml +++ b/pom.xml @@ -1320,7 +1320,7 @@ <dependency> <artifactId>xmlsec</artifactId> <groupId>org.apache.santuario</groupId> - <version>2.0.6</version> + <version>2.1.2</version> </dependency> <dependency> <groupId>wsdl4j</groupId>
