[java-idp-testbed] branch main updated: Add missing UnboundID jar.

Scott Cantor cantor.2 at osu.edu
Thu Oct 20 15:46:15 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=7316317b817ed677f1443fc26a3b5c9c829fee9d

The following commit(s) were added to refs/heads/main by this push:
     new 7316317  Add missing UnboundID jar.
7316317 is described below

commit 7316317b817ed677f1443fc26a3b5c9c829fee9d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 20 11:46:12 2022 -0400

    Add missing UnboundID jar.
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index a06cd72..5612507 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,10 @@
             <groupId>org.ldaptive</groupId>
             <artifactId>ldaptive</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.unboundid</groupId>
+            <artifactId>unboundid-ldapsdk</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>${spring.groupId}</groupId>

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


More information about the commits mailing list