Skip to content

Commit ef7a696

Browse files
committed
[refactor] Lucene module
- drop dependency on Apache commons-lang3 - refactor AnalyzerConfig.getConstructorParameter and AnalyzerConfig.configureAnalyzer for readability
1 parent be1531b commit ef7a696

File tree

3 files changed

+175
-231
lines changed

3 files changed

+175
-231
lines changed

extensions/indexes/lucene/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,7 @@
5656
<groupId>org.apache.commons</groupId>
5757
<artifactId>commons-collections4</artifactId>
5858
</dependency>
59-
60-
<dependency>
61-
<groupId>org.apache.commons</groupId>
62-
<artifactId>commons-lang3</artifactId>
63-
</dependency>
64-
59+
6560
<dependency>
6661
<groupId>org.apache.logging.log4j</groupId>
6762
<artifactId>log4j-api</artifactId>

0 commit comments

Comments
 (0)