Author: deepak Date: Sat Oct 27 08:15:37 2018 New Revision: 1844945 URL: http://svn.apache.org/viewvc?rev=1844945&view=rev Log: Improved: Updated Apache FOP jar to 2.3 (OFBIZ-10619)
Modified: ofbiz/ofbiz-framework/trunk/build.gradle Modified: ofbiz/ofbiz-framework/trunk/build.gradle URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1844945&r1=1844944&r2=1844945&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/build.gradle (original) +++ ofbiz/ofbiz-framework/trunk/build.gradle Sat Oct 27 08:15:37 2018 @@ -150,7 +150,7 @@ dependencies { compile 'org.apache.tomcat:tomcat-catalina:9.0.10' compile 'org.apache.tomcat:tomcat-jasper:9.0.10' compile 'org.apache.tomcat:tomcat-tribes:9.0.10' - compile 'org.apache.xmlgraphics:fop:2.2' + compile 'org.apache.xmlgraphics:fop:2.3' compile 'org.apache.xmlrpc:xmlrpc-client:3.1.3' compile 'org.apache.xmlrpc:xmlrpc-server:3.1.3' compile 'org.codehaus.groovy:groovy-all:2.4.13'