Skip to content

Commit

Permalink
try excluding useless codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Jan 8, 2022
1 parent 80ad646 commit 33a826b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ dependencies {
}
implementation 'org.apache.lucene:lucene-queries:9.0.0'
implementation 'org.apache.lucene:lucene-analysis-common:9.0.0'
implementation 'org.apache.lucene:lucene-backward-codecs:9.0.0'
implementation 'org.apache.lucene:lucene-highlighter:9.0.0'
implementation 'org.apache.lucene:lucene-codecs:9.0.0'

implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.9.0'
implementation 'com.h2database:h2-mvstore:2.0.204'
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@
// fulltext search
requires org.apache.lucene.core;
requires org.apache.lucene.queryparser;
requires org.apache.lucene.codecs;
requires org.apache.lucene.backward_codecs;
uses org.apache.lucene.codecs.lucene90.Lucene90Codec;
requires org.apache.lucene.analysis.common;
requires org.apache.lucene.highlighter;

Expand Down

0 comments on commit 33a826b

Please sign in to comment.