[java-identity-provider] branch master updated: IDP-1401 - Change to unboundid as default ldaptive LDAP provider

Scott Cantor cantor.2 at osu.edu
Fri Jan 18 16:42:40 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=00f88b379f194cc916032b22c41725208ed9ae2a

The following commit(s) were added to refs/heads/master by this push:
       new  00f88b3   IDP-1401 - Change to unboundid as default ldaptive LDAP provider
00f88b3 is described below

commit 00f88b379f194cc916032b22c41725208ed9ae2a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 18 16:42:38 2019 -0500

    IDP-1401 - Change to unboundid as default ldaptive LDAP provider
    
    https://issues.shibboleth.net/jira/browse/IDP-1401
    
    Add ldaptive-unbound provider to distribution.
---
 idp-distribution/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index ad4cde8..e79f3f4 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -77,6 +77,11 @@
             <version>${metrics.version}</version>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>org.ldaptive</groupId>
+            <artifactId>ldaptive-unboundid</artifactId>
+            <scope>runtime</scope>
+        </dependency>
         
         <!-- Test Dependencies -->
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list