[java-idp-testbed] branch main updated: Change scope of unboundid-ldapsdk from test to runtime
Tom Zeller
tzeller at dragonacea.biz
Sat Jan 7 16:27:37 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller 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=ab7702690573b13936102773ffcaf9c9edc45258
The following commit(s) were added to refs/heads/main by this push:
new ab77026 Change scope of unboundid-ldapsdk from test to runtime
ab77026 is described below
commit ab7702690573b13936102773ffcaf9c9edc45258
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Jan 7 08:45:07 2023 -0600
Change scope of unboundid-ldapsdk from test to runtime
So the testbed can start / stop the InMemoryDirectory server
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 557649a..3f53a44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
+ <scope>runtime</scope>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list