rnewson / couchdb-lucene

Enables full-text searching of CouchDB documents using Lucene
Apache License 2.0
769 stars 147 forks source link

Remove unused dependencies #279

Open cesarsotovalero opened 5 years ago

cesarsotovalero commented 5 years ago

Hello. I noticed that dependencies net.jcip:jcip-annotations, org.eclipse.jetty:jetty-servlets, and org.apache.poi:ooxml-schemas are declared in the pom but not used. Hence, these dependencies can be safely removed to reduce the size of the library and also make the pom clearer.

cesarsotovalero commented 5 years ago

The build for oraclejdk8 pass when adding dist: trusty at the beginning of the travis.ylm file. See https://travis-ci.community/t/error-installing-oraclejdk8-expected-feature-release-number-in-range-of-9-to-14-but-got-8/3766/4