[java-opensaml COMMIT] /trunk/opensaml-security-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jan 12 11:41:33 EST 2017
Author: scantor
Date: Thu Jan 12 11:41:32 2017
New Revision: 4599
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4599&view=rev
Log:
Move LDAP dependency down to test scope.
Modified:
trunk/opensaml-security-impl/pom.xml
Modified: trunk/opensaml-security-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-security-impl/pom.xml?rev=4599&r1=4598&r2=4599&view=diff
==============================================================================
--- trunk/opensaml-security-impl/pom.xml (original)
+++ trunk/opensaml-security-impl/pom.xml Thu Jan 12 11:41:32 2017
@@ -35,12 +35,6 @@
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.ldaptive</groupId>
- <artifactId>ldaptive</artifactId>
- <optional>true</optional>
- </dependency>
-
<!-- Provided Dependencies -->
<dependency>
<groupId>javax.servlet</groupId>
@@ -59,6 +53,12 @@
</dependency>
<dependency>
+ <groupId>org.ldaptive</groupId>
+ <artifactId>ldaptive</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<scope>test</scope>
More information about the commits
mailing list