[java-identity-provider] branch master updated: IDP-1401 - Change to unboundid as default ldaptive LDAP provider
Scott Cantor
cantor.2 at osu.edu
Tue Jan 22 11:53:54 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor 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=06f4c902832dfc3ba8f397429fddfb2df83464b5
The following commit(s) were added to refs/heads/master by this push:
new 06f4c90 IDP-1401 - Change to unboundid as default ldaptive LDAP provider
06f4c90 is described below
commit 06f4c902832dfc3ba8f397429fddfb2df83464b5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 22 11:53:48 2019 -0500
IDP-1401 - Change to unboundid as default ldaptive LDAP provider
https://issues.shibboleth.net/jira/browse/IDP-1401
Get unbound jars properly copied in.
Also removed jcl bridge left by accident.
---
idp-distribution/pom.xml | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index e79f3f4..04afecf 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -82,6 +82,11 @@
<artifactId>ldaptive-unboundid</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>com.unboundid</groupId>
+ <artifactId>unboundid-ldapsdk</artifactId>
+ <scope>runtime</scope>
+ </dependency>
<!-- Test Dependencies -->
@@ -211,10 +216,19 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</artifactItem>
- <artifactItem>
- <groupId>${slf4j.groupId}</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
- </artifactItem>
+ <!-- Support for JVM metrics, per IDP-1205. -->
+ <artifactItem>
+ <groupId>io.dropwizard.metrics</groupId>
+ <artifactId>metrics-jvm</artifactId>
+ </artifactItem>
+ <artifactItem>
+ <groupId>org.ldaptive</groupId>
+ <artifactId>ldaptive-unboundid</artifactId>
+ </artifactItem>
+ <artifactItem>
+ <groupId>com.unboundid</groupId>
+ <artifactId>unboundid-ldapsdk</artifactId>
+ </artifactItem>
</artifactItems>
<outputDirectory>${idp.assemblyDirectory}/webapp/WEB-INF/lib/</outputDirectory>
</configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list