[java-parent-project] branch master updated: Add ldaptive-unbound provider as a managed test dependency.
Scott Cantor
cantor.2 at osu.edu
Fri Jan 18 16:26:08 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=856dc097e44fdea1f5215ee260bf440213680fe6
The following commit(s) were added to refs/heads/master by this push:
new 856dc09 Add ldaptive-unbound provider as a managed test dependency.
856dc09 is described below
commit 856dc097e44fdea1f5215ee260bf440213680fe6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 18 16:26:06 2019 -0500
Add ldaptive-unbound provider as a managed test dependency.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0a6a555..01c21c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,6 +468,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.ldaptive</groupId>
+ <artifactId>ldaptive-unboundid</artifactId>
+ <version>${ldaptive.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>${unboundid.version}</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list