You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2019/06/02 07:02:39 UTC

[lucene-solr] 01/06: SOLR-13452: Remove errant tmp file.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch jira/SOLR-13452_gradle_3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 964f279fdc5eea0241d9425478eb177f881202d3
Author: markrmiller <ma...@apache.org>
AuthorDate: Sat Jun 1 19:53:42 2019 -0500

    SOLR-13452: Remove errant tmp file.
---
 solr/contrib/extraction/build.gradle.bak | 69 --------------------------------
 1 file changed, 69 deletions(-)

diff --git a/solr/contrib/extraction/build.gradle.bak b/solr/contrib/extraction/build.gradle.bak
deleted file mode 100644
index c55e693..0000000
--- a/solr/contrib/extraction/build.gradle.bak
+++ /dev/null
@@ -1,69 +0,0 @@
-apply plugin: 'java'
-
-dependencies {
-	
-	implementation 'org.slf4j:slf4j-api'
-	implementation 'io.dropwizard.metrics:metrics-core'
-	implementation 'commons-io:commons-io'
-	
-	compile library.tika_core
-	compile library.tika_parsers
-	compile library.tika_xmp
-	compile library.tika_java7
-	// Tika dependencies - see http://tika.apache.org/1.3/gettingstarted.html#Using_Tika_as_a_Maven_dependency
-
-	//When upgrading Tika, upgrade dependencies versions and add any new ones
-	//   (except slf4j-api, commons-codec, commons-logging, commons-httpclient, geronimo-stax-api_1.0_spec, jcip-annotations, xml-apis, asm)
-	//   WARNING: Don't add netcdf / unidataCommon (partially LGPL code)
-	compile library.jackcess
-	compile library.jackcess_encrypt
-	compile library.vorbis_java_tika
-	compile library.vorbis_java_core
-	compile library.apache_mime4j_core
-	compile library.apache_mime4j_dom
-	compile library.commons_compress
-	compile library.pdfbox
-	compile library.pdfbox_tools
-	compile library.fontbox
-	compile library.jempbox
-	compile library.bcmail_jdk15on
-	compile library.bcpkix_jdk15on
-	compile library.bcprov_jdk15on
-	compile library.poi
-	compile library.poi_scratchpad
-	compile library.poi_ooxml
-	compile library.poi_ooxml_schemas
-	compile library.xmlbeans
-	compile library.commons_collections4
-	compile library.curvesapi
-	compile library.tagsoup
-	compile library.isoparser
-	compile library.aspectjrt
-	compile library.metadata_extractor
-	compile library.boilerpipe
-	compile library.rome
-	compile library.rome_utils
-	compile library.jdom2
-	compile library.juniversalchardet
-	compile library.xz
-	compile library.xmpcore
-	compile library.java_libpst
-	compile library.jmatio
-	compile library.parso
-	compile library.dec
-
-	// Other ExtractingRequestHandler dependencies
-	compile library.icu4j
-	compile library.xercesImpl
-	
-	// if we try to make this compileOnly or testImplementation forbidden apis fails?
-	implementation 'javax.servlet:javax.servlet-api'
-
-	compile project(':lucene:core')
-	compile project(':solr:core')
-	compile project(':solr:solrj')
-	compile project(':lucene:analysis:common')
-
-	testProject project(':lucene:test-framework')
-	testProject project(':solr:test-framework')
-}
\ No newline at end of file