Author: taher
Date: Sun Jul 24 16:02:00 2016
New Revision: 1753944
URL:
http://svn.apache.org/viewvc?rev=1753944&view=revLog:
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