Repository: knox Updated Branches: refs/heads/master 3d4c8d966 -> 1d399f26a (forced update)
KNOX-1417 - Upgrade Bouncy Castle Dependency from Pac4J Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/1d399f26 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/1d399f26 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/1d399f26 Branch: refs/heads/master Commit: 1d399f26a06dc10e8038634dcf5442cb7e0b69c7 Parents: 7b19698 Author: Larry McCay <[email protected]> Authored: Thu Aug 2 19:46:52 2018 -0400 Committer: Larry McCay <[email protected]> Committed: Thu Aug 2 19:54:35 2018 -0400 ---------------------------------------------------------------------- gateway-provider-security-pac4j/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/1d399f26/gateway-provider-security-pac4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-pac4j/pom.xml b/gateway-provider-security-pac4j/pom.xml index 37f8e13..8284dbe 100644 --- a/gateway-provider-security-pac4j/pom.xml +++ b/gateway-provider-security-pac4j/pom.xml @@ -85,10 +85,14 @@ <groupId>xalan</groupId> <artifactId>xalan</artifactId> </exclusion> - <exclusion> + <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + </exclusion> </exclusions> </dependency> @@ -97,6 +101,11 @@ <artifactId>spring-core</artifactId> <version>4.3.17.RELEASE</version> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + <version>1.56</version> + </dependency> <dependency> <groupId>org.pac4j</groupId>
