Author: jacopoc
Date: Mon Sep 19 16:17:07 2016
New Revision: 1761474
URL:
http://svn.apache.org/viewvc?rev=1761474&view=revLog:
Improved: moved dependencies on barcode4j out of the group of unused jars since
they are required at runtime to generate barcodes.
Modified:
ofbiz/trunk/build.gradle
Modified: ofbiz/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1761474&r1=1761473&r2=1761474&view=diff==============================================================================
--- ofbiz/trunk/build.gradle (original)
+++ ofbiz/trunk/build.gradle Mon Sep 19 16:17:07 2016
@@ -144,6 +144,8 @@ dependencies {
runtime 'org.apache.logging.log4j:log4j-core:2.3'
runtime 'org.apache.logging.log4j:log4j-slf4j-impl:2.3'
runtime 'org.codeartisans.thirdparties.swing:batik-all:1.8pre-r1084380'
+ runtime 'net.sf.barcode4j:barcode4j:2.1'
+ runtime 'net.sf.barcode4j:barcode4j-fop-ext:2.1'
/* TODO We suspect that all the below dependencies are not needed and can be
* deleted from this file. They used to be compile time dependencies and we
@@ -157,8 +159,6 @@ dependencies {
runtime 'commons-el:commons-el:1.0'
runtime 'httpunit:httpunit:1.7'
runtime 'jython:jython:2.1'
- runtime 'net.sf.barcode4j:barcode4j:2.1'
- runtime 'net.sf.barcode4j:barcode4j-fop-ext:2.1'
runtime 'net.sf.dozer:dozer:4.2.1'
runtime 'net.sf.ezmorph:ezmorph:0.9.1'
runtime 'org.apache.axis2:axis2-adb:1.7.1'