[java-parent-project] branch main updated: IDP-1963 Update ldaptive to version 2.

Daniel Fisher dfisher at vt.edu
Wed Oct 26 14:16:32 UTC 2022


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

dfisher pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=d744e3ac998d929953a09ab8fe317accbc2bda54

The following commit(s) were added to refs/heads/main by this push:
     new d744e3a  IDP-1963 Update ldaptive to version 2.
d744e3a is described below

commit d744e3ac998d929953a09ab8fe317accbc2bda54
Author: Daniel Fisher <dfisher at vt.edu>
AuthorDate: Wed Oct 26 10:13:33 2022 -0400

    IDP-1963 Update ldaptive to version 2.
    
    https://shibboleth.atlassian.net/browse/IDP-1963
    
    Change unboundid to a test only dependency.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2933c4a..db6ecb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <ldaptive.version>2.1.1</ldaptive.version>
         <mockito.version>3.9.0</mockito.version>
         <testng.version>7.5</testng.version>
-        <unboundid.version>4.0.14</unboundid.version>
+        <unboundid.version>6.0.6</unboundid.version> <!-- Test only dependency -->
         <metrics.version>4.2.9</metrics.version>
         <rhino.version>1.7.14</rhino.version>
         <nashorn.jdk.version>15.3</nashorn.jdk.version> <!-- Test only dependency -->
@@ -433,6 +433,7 @@
                 <groupId>com.unboundid</groupId>
                 <artifactId>unboundid-ldapsdk</artifactId>
                 <version>${unboundid.version}</version>
+                <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.velocity</groupId>

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


More information about the commits mailing list