[java-parent-project] branch master updated: Update ldaptive to v1.3.0-SNAPSHOT
Daniel Fisher
dfisher at vt.edu
Wed Dec 4 16:04:32 EST 2019
This is an automated email from the git hooks/post-receive script.
dfisher 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=d0a60a78a65b9b32a92554587c03b993807c2b69
The following commit(s) were added to refs/heads/master by this push:
new d0a60a7 Update ldaptive to v1.3.0-SNAPSHOT
d0a60a7 is described below
commit d0a60a78a65b9b32a92554587c03b993807c2b69
Author: Daniel Fisher <dfisher at vt.edu>
AuthorDate: Wed Dec 4 15:57:44 2019 -0500
Update ldaptive to v1.3.0-SNAPSHOT
Update unboundid to 4.0.13
---
pom.xml | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6c6723e..40f6f7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,8 +28,8 @@
<guava.version>28.1-jre</guava.version>
<jetty.groupId>org.eclipse.jetty</jetty.groupId>
<jetty.version>9.4.19.v20190610</jetty.version>
- <ldaptive.version>1.0.13</ldaptive.version>
- <unboundid.version>4.0.12</unboundid.version>
+ <ldaptive.version>1.3.0-SNAPSHOT</ldaptive.version>
+ <unboundid.version>4.0.13</unboundid.version>
<logback.version>1.2.3</logback.version>
<metrics.version>3.1.2</metrics.version>
<jackson.version>2.9.7</jackson.version>
@@ -494,12 +494,6 @@
<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