Repository: knox Updated Branches: refs/heads/master 7b1969837 -> 3d4c8d966
KNOX-1457 - 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/3d4c8d96 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/3d4c8d96 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/3d4c8d96 Branch: refs/heads/master Commit: 3d4c8d96633d9741c299c6b858f04b297500cdb4 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:46:52 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/3d4c8d96/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>
