svn commit: r1757074 - /ofbiz/trunk/build.gradle

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1757074 - /ofbiz/trunk/build.gradle

Taher Alkhateeb
Author: taher
Date: Sun Aug 21 18:04:21 2016
New Revision: 1757074

URL: http://svn.apache.org/viewvc?rev=1757074&view=rev
Log:
remove 42 libraries not needed (redundant) from the master script - OFBIZ-7534

This commit has no effect on the used libraries in OFBiz. It simply removes
libraries that are pulled automatically as dependencies from other libraries
and hence not needed to be declared explicitly.

Modified:
    ofbiz/trunk/build.gradle

Modified: ofbiz/trunk/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1757074&r1=1757073&r2=1757074&view=diff
==============================================================================
--- ofbiz/trunk/build.gradle (original)
+++ ofbiz/trunk/build.gradle Sun Aug 21 18:04:21 2016
@@ -132,67 +132,25 @@ dependencies {
      * operation without these libraries.  
      */
     runtime 'apache-xerces:resolver:2.9.1'
-    runtime 'avalon-framework:avalon-framework-impl:4.2.0'
     runtime 'bouncycastle:bouncycastle-jce-jdk13:112'
-    runtime 'com.fasterxml.jackson.core:jackson-annotations:2.4.0'
-    runtime 'com.fasterxml.jackson.core:jackson-core:2.4.2'
     runtime 'com.google.guava:guava:19.0'
-    runtime 'commons-beanutils:commons-beanutils-core:1.8.3'
-    runtime 'commons-codec:commons-codec:1.10'
     runtime 'commons-el:commons-el:1.0'
-    runtime 'commons-fileupload:commons-fileupload:1.3.1'
-    runtime 'commons-io:commons-io:2.4'
-    runtime 'commons-logging:commons-logging:1.2'
     runtime 'httpunit:httpunit:1.7'
     runtime 'jython:jython:2.1'
     runtime 'net.sf.barcode4j:barcode4j-fop-ext-complete:2.0'
     runtime 'net.sf.dozer:dozer:4.2.1'
     runtime 'net.sf.ezmorph:ezmorph:0.9.1'
-    runtime 'net.sourceforge.nekohtml:nekohtml:1.9.16'
     runtime 'org.apache.ant:ant-apache-bsf:1.9.0'
-    runtime 'org.apache.ant:ant-launcher:1.9.0'
     runtime 'org.apache.axis2:axis2-adb:1.7.1'
-    runtime 'org.apache.commons:commons-compress:1.11'
-    runtime 'org.apache.commons:commons-pool2:2.3'
-    runtime 'org.apache.geronimo.specs:geronimo-activation_1.0.2_spec:1.0'
-    runtime 'org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec:2.0.0'
     runtime 'org.apache.geronimo.specs:geronimo-jaxr_1.0_spec:1.0'
-    runtime 'org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1'
     runtime 'org.apache.geronimo.specs:geronimo-saaj_1.3_spec:1.1'
     runtime 'org.apache.httpcomponents:httpcore:4.4.1'
     runtime 'org.apache.logging.log4j:log4j-1.2-api:2.3'
     runtime 'org.apache.logging.log4j:log4j-nosql:2.3'
-    runtime 'org.apache.neethi:neethi:3.0.3'
-    runtime 'org.apache.pdfbox:fontbox:1.8.11'
-    runtime 'org.apache.pdfbox:jempbox:1.8.11'
-    runtime 'org.apache.pdfbox:pdfbox:1.8.12'
     runtime 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.xpp3:1.1.4c_7'
-    runtime 'org.apache.tomcat:tomcat-annotations-api:7.0.54'
-    runtime 'org.apache.tomcat:tomcat-api:8.0.33'
-    runtime 'org.apache.tomcat:tomcat-coyote:8.0.33'
-    runtime 'org.apache.tomcat:tomcat-jni:8.0.33'
-    runtime 'org.apache.tomcat:tomcat-util-scan:8.0.33'
-    runtime 'org.apache.tomcat:tomcat-util:8.0.33'
     runtime 'org.apache.tomcat.extras:tomcat-extras-juli-adapters:8.0.33'
-    runtime 'org.apache.tomcat.extras:tomcat-extras-juli:8.0.33'
-    runtime 'org.apache.woden:woden-core:1.0M10'
-    runtime 'org.apache.ws.commons.axiom:axiom-api:1.2.17'
-    runtime 'org.apache.ws.commons.axiom:axiom-impl:1.2.17'
-    runtime 'org.apache.ws.commons.util:ws-commons-util:1.0.2'
-    runtime 'org.apache.ws.xmlschema:xmlschema-core:2.2.1'
     runtime 'org.apache.xalan:com.springsource.org.apache.xml.serializer:2.7.1'
-    runtime 'org.apache.xmlgraphics:xmlgraphics-commons:2.1'
-    runtime 'org.apache.xmlrpc:xmlrpc-common:3.1.2'
-    runtime 'org.dom4j:com.springsource.org.dom4j:1.6.1'
-    runtime 'org.eclipse.jdt.core.compiler:ecj:4.5'
-    runtime 'org.jdom:jdom:1.1'
-    runtime 'org.lucee:commons-lang:2.6.0'
-    runtime 'org.slf4j:slf4j-api:1.6.4'
-    runtime 'org.springframework:spring-core:4.2.3.RELEASE'
     runtime 'ws-commons-java5:ws-commons-java5:1.0.1'
-    runtime 'xalan:xalan:2.7.2'
-    runtime 'xml-apis:xml-apis-ext:1.3.04'
-    runtime 'xml-apis:xml-apis:1.4.01'
 
     // plugin libs
     subprojects.each { subProject ->