[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jul 10 09:34:26 EDT 2014
Author: iay
Date: Thu Jul 10 09:34:26 2014
New Revision: 277
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=277&view=rev
Log:
JPAR-38 revert ldaptive update due to incompatible API changes in 1.0.4
Modified:
java-parent-project-v3/trunk/pom.xml
Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=277&r1=276&r2=277&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Thu Jul 10 09:34:26 2014
@@ -282,7 +282,12 @@
<dependency>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive</artifactId>
- <version>1.0.4</version>
+ <!--
+ The API changes in 1.0.4 (ConnectionStrategy changes
+ from an enum to an interface) so do not upgrade this
+ until we have changed dependent code.
+ -->
+ <version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
More information about the commits
mailing list