[java-idp-testbed] branch master updated: Add ldaptive-unbound provider as runtime dependency.
Scott Cantor
cantor.2 at osu.edu
Fri Jan 18 16:39:48 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=8e0d9574828a017dbcdb431721455e30a08115e7
The following commit(s) were added to refs/heads/master by this push:
new 8e0d957 Add ldaptive-unbound provider as runtime dependency.
8e0d957 is described below
commit 8e0d9574828a017dbcdb431721455e30a08115e7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 18 16:39:45 2019 -0500
Add ldaptive-unbound provider as runtime dependency.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 03b7b6b..4467cb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,12 @@
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.ldaptive</groupId>
+ <artifactId>ldaptive-unboundid</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+
<!-- Test scope -->
<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