[java-identity-provider] branch master updated: Remove spurious bouncycastle dependency
Rod Widdowson
rdw at steadingsoftware.com
Sun May 17 13:57:11 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=13f46ccc463b13d5fa075131522e3623d3e2e246
The following commit(s) were added to refs/heads/master by this push:
new 13f46ccc4 Remove spurious bouncycastle dependency
13f46ccc4 is described below
commit 13f46ccc463b13d5fa075131522e3623d3e2e246
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun May 17 14:56:41 2020 +0100
Remove spurious bouncycastle dependency
---
idp-attribute-resolver-api/pom.xml | 6 ------
.../idp/attribute/resolver/ResolverDataConnectorDependency.java | 3 +--
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/idp-attribute-resolver-api/pom.xml b/idp-attribute-resolver-api/pom.xml
index b9666a841..c3371ecff 100644
--- a/idp-attribute-resolver-api/pom.xml
+++ b/idp-attribute-resolver-api/pom.xml
@@ -46,12 +46,6 @@
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive</artifactId>
</dependency>
-
-
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
diff --git a/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/ResolverDataConnectorDependency.java b/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/ResolverDataConnectorDependency.java
index 05d4a9837..b1eebec6e 100644
--- a/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/ResolverDataConnectorDependency.java
+++ b/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/ResolverDataConnectorDependency.java
@@ -17,6 +17,7 @@
package net.shibboleth.idp.attribute.resolver;
+import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
@@ -24,8 +25,6 @@ import java.util.Set;
import javax.annotation.Nonnull;
-import org.bouncycastle.util.Arrays;
-
import java.util.Objects;
import net.shibboleth.utilities.java.support.annotation.ParameterName;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list