You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ta...@apache.org on 2016/07/24 16:02:00 UTC

svn commit: r1753944 - in /ofbiz/trunk/specialpurpose/ldap: build.gradle lib/cas-server-core-3.3.jar

Author: taher
Date: Sun Jul 24 16:02:00 2016
New Revision: 1753944

URL: http://svn.apache.org/viewvc?rev=1753944&view=rev
Log:
replace the single library in LDAP component with remote - OFBIZ-7534

Another library replaced with remote. I was not able to get the exact
same version so instead of 3.3 I bumped it into 3.3.5. However, code
compiles and all tests pass

Added:
    ofbiz/trunk/specialpurpose/ldap/build.gradle   (with props)
Removed:
    ofbiz/trunk/specialpurpose/ldap/lib/cas-server-core-3.3.jar

Added: ofbiz/trunk/specialpurpose/ldap/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ldap/build.gradle?rev=1753944&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ldap/build.gradle (added)
+++ ofbiz/trunk/specialpurpose/ldap/build.gradle Sun Jul 24 16:02:00 2016
@@ -0,0 +1,3 @@
+dependencies {
+    pluginLibsCompile 'org.jasig.cas:cas-server-core:3.3.5'
+}
\ No newline at end of file

Propchange: ofbiz/trunk/specialpurpose/ldap/build.gradle
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ldap/build.gradle
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/ldap/build.gradle
------------------------------------------------------------------------------
    svn:mime-type = text/plain