Author: jleroux
Date: Tue Oct 4 17:01:23 2016
New Revision: 1763304
URL:
http://svn.apache.org/viewvc?rev=1763304&view=revLog:
Improves: No functional change, just a comment to remember to change the version
number in FreeMarkerWorker class when upgrading in build.gradle
Modified:
ofbiz/trunk/build.gradle
Modified: ofbiz/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1763304&r1=1763303&r2=1763304&view=diff==============================================================================
--- ofbiz/trunk/build.gradle (original)
+++ ofbiz/trunk/build.gradle Tue Oct 4 17:01:23 2016
@@ -122,7 +122,7 @@ dependencies {
compile 'org.apache.xmlrpc:xmlrpc-client:3.1.2'
compile 'org.apache.xmlrpc:xmlrpc-server:3.1.2'
compile 'org.codehaus.groovy:groovy-all:2.4.5'
- compile 'org.freemarker:freemarker:2.3.24-incubating'
+ compile 'org.freemarker:freemarker:2.3.24-incubating' // Remember to change the version number in FreeMarkerWorker class when upgrading
compile 'org.hamcrest:hamcrest-all:1.3'
compile 'org.owasp.esapi:esapi:2.1.0'
compile 'org.springframework:spring-test:4.2.3.RELEASE'