[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Jun 10 00:02:34 EDT 2016


Author: dfisher
Date: Fri Jun 10 00:02:33 2016
New Revision: 8266

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8266&view=rev
Log:
Override ldaptive version.

Modified:
    trunk/idp-parent/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=8266&r1=8265&r2=8266&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml	(original)
+++ trunk/idp-parent/pom.xml	Fri Jun 10 00:02:33 2016
@@ -168,6 +168,12 @@
                         <artifactId>commons-logging</artifactId>
                     </exclusion>
                 </exclusions>
+            </dependency>
+            <!-- override parent, remove when 1.0.8 is released -->
+            <dependency>
+                <groupId>org.ldaptive</groupId>
+                <artifactId>ldaptive</artifactId>
+                <version>1.0.8-SNAPSHOT</version>
             </dependency>
 
             <!-- Provided Dependencies -->



More information about the commits mailing list