You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ta...@apache.org on 2016/07/24 08:08:42 UTC

svn commit: r1753887 - /ofbiz/trunk/specialpurpose/solr/build.gradle

Author: taher
Date: Sun Jul 24 08:08:42 2016
New Revision: 1753887

URL: http://svn.apache.org/viewvc?rev=1753887&view=rev
Log:
simplify the dependencies for the Solr component - OFBIZ-7534

It is not needed to declare all the dependencies explicitly becuase
all of them are automatically downloaded with the package:
'org.apache.solr:solr-core:5.3.1'
Hence, this makes the build script much shorter and cleaner

Modified:
    ofbiz/trunk/specialpurpose/solr/build.gradle

Modified: ofbiz/trunk/specialpurpose/solr/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/build.gradle?rev=1753887&r1=1753886&r2=1753887&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/solr/build.gradle (original)
+++ ofbiz/trunk/specialpurpose/solr/build.gradle Sun Jul 24 08:08:42 2016
@@ -18,47 +18,4 @@
  */
 dependencies {
     pluginLibsCompile 'org.apache.solr:solr-core:5.3.1'
-    pluginLibsCompile 'org.apache.solr:solr-solrj:5.3.1'
-    
-    pluginLibsRuntime 'com.carrotsearch:hppc:0.5.2'
-    pluginLibsRuntime 'com.fasterxml.jackson.core:jackson-core:2.5.4'
-    pluginLibsRuntime 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4'
-    pluginLibsRuntime 'com.google.protobuf:protobuf-java:2.5.0'
-    pluginLibsRuntime 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.2'
-    pluginLibsRuntime 'com.spatial4j:spatial4j:0.4.1'
-    pluginLibsRuntime 'com.tdunning:t-digest:3.1'
-    pluginLibsRuntime 'commons-cli:commons-cli:1.2'
-    pluginLibsRuntime 'commons-configuration:commons-configuration:1.6'
-    pluginLibsRuntime 'joda-time:joda-time:2.2'
-    pluginLibsRuntime 'org.antlr:antlr-runtime:3.5'
-    pluginLibsRuntime 'org.apache.commons:commons-exec:1.3'
-    pluginLibsRuntime 'org.apache.hadoop:hadoop-annotations:2.7.2'
-    pluginLibsRuntime 'org.apache.hadoop:hadoop-auth:2.7.2'
-    pluginLibsRuntime 'org.apache.hadoop:hadoop-common:2.7.2'
-    pluginLibsRuntime 'org.apache.hadoop:hadoop-hdfs:2.7.2'
-    pluginLibsRuntime 'org.apache.httpcomponents:httpmime:4.4.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-analyzers-kuromoji:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-analyzers-phonetic:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-backward-codecs:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-codecs:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-expressions:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-grouping:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-highlighter:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-join:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-memory:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-misc:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-queries:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-sandbox:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-spatial:5.3.1'
-    pluginLibsRuntime 'org.apache.lucene:lucene-suggest:5.3.1'
-    pluginLibsRuntime 'org.apache.zookeeper:zookeeper:3.4.6'
-    pluginLibsRuntime 'org.codehaus.woodstox:stax2-api:3.1.4'
-    pluginLibsRuntime 'org.codehaus.woodstox:woodstox-core-asl:4.4.1'
-    pluginLibsRuntime 'org.htrace:htrace-core:3.0.4'
-    pluginLibsRuntime 'org.noggit:noggit:0.6'
-    pluginLibsRuntime 'org.ow2.asm:asm-commons:4.1'
-    pluginLibsRuntime 'org.ow2.asm:asm:4.1'
-    pluginLibsRuntime 'org.restlet.jee:org.restlet:2.3.0'
-    pluginLibsRuntime 'org.restlet.jee:org.restlet.ext.servlet:2.3.0'
-    pluginLibsRuntime 'woodstox:wstx-asl:3.2.7'
 }
\ No newline at end of file