Skip to content

Commit

Permalink
Removed lucene dependency (#465) (#471)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4be7546)

Signed-off-by: Owais Kazi <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent bd4c697 commit 56245d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ dependencies {
def opensearchJavaClientVersion = "2.1.0-SNAPSHOT"
def log4jVersion = "2.19.0"
def nettyVersion = "4.1.89.Final"
def luceneVersion = "9.4.2"
def jacksonDatabindVersion = "2.14.2"
def guavaVersion = "31.1-jre"
def guiceVersion = "5.1.0"
Expand All @@ -97,7 +96,6 @@ dependencies {
implementation("org.opensearch.client:opensearch-java:${opensearchJavaClientVersion}")
implementation("org.opensearch.plugin:transport-netty4-client:${opensearchVersion}")
implementation("io.netty:netty-all:${nettyVersion}")
implementation("org.apache.lucene:lucene-core:${luceneVersion}")
testCompileOnly("junit:junit:${junit4Version}") {
exclude module : 'hamcrest'
exclude module : 'hamcrest-core'
Expand Down

0 comments on commit 56245d1

Please sign in to comment.