[java-parent-project] branch master updated: Move unboundid scope from test to compile.
Daniel Fisher
dfisher at vt.edu
Fri Jan 17 21:44:59 EST 2020
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=3a633c5ac03f9c25c7a692341f85ee4c6e56663e
The following commit(s) were added to refs/heads/master by this push:
new 3a633c5 Move unboundid scope from test to compile.
3a633c5 is described below
commit 3a633c5ac03f9c25c7a692341f85ee4c6e56663e
Author: Daniel Fisher <dfisher at vt.edu>
AuthorDate: Fri Jan 17 21:42:23 2020 -0500
Move unboundid scope from test to compile.
ldaptive v1.3 has a transitive compile dependency on unboundid.
---
pom.xml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index b91200a..b5a4d57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,6 +414,11 @@
<version>${ldaptive.version}</version>
</dependency>
<dependency>
+ <groupId>com.unboundid</groupId>
+ <artifactId>unboundid-ldapsdk</artifactId>
+ <version>${unboundid.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>${velocity.version}</version>
@@ -517,12 +522,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.unboundid</groupId>
- <artifactId>unboundid-ldapsdk</artifactId>
- <version>${unboundid.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>${slf4j.groupId}</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>${slf4j.version}</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list