[ofbiz-plugins] branch trunk updated: Improved: Removes obsolete comment (OFBIZ-12171)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-plugins] branch trunk updated: Improved: Removes obsolete comment (OFBIZ-12171)

mbrohl
This is an automated email from the ASF dual-hosted git repository.

mbrohl pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8a3d230  Improved: Removes obsolete comment (OFBIZ-12171)
8a3d230 is described below

commit 8a3d230ba6add546356b617c7a4f94ba183d6563
Author: Michael Brohl <[hidden email]>
AuthorDate: Tue Feb 16 21:21:34 2021 +0100

    Improved: Removes obsolete comment (OFBIZ-12171)
---
 ldap/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ldap/build.gradle b/ldap/build.gradle
index 5a6f1ca..042b468 100644
--- a/ldap/build.gradle
+++ b/ldap/build.gradle
@@ -18,5 +18,5 @@
  */
 
 dependencies {
-    pluginLibsCompile 'org.apereo.cas:cas-server-support-ldap-core:5.0.10' // So far we did not update from 3.3.5 because of a compile issue. You may try w/ a newer version than  4.2.7
+    pluginLibsCompile 'org.apereo.cas:cas-server-support-ldap-core:5.0.10'
 }