Skip to content

Commit

Permalink
Removed lucene dependency (opensearch-project#465)
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
  • Loading branch information
owaiskazi19 authored and kokibas committed Mar 17, 2023
1 parent 338f552 commit 4b20205
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 @@ -79,7 +79,6 @@ dependencies {
def opensearchVersion = "3.0.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 @@ -96,7 +95,6 @@ dependencies {
implementation("org.opensearch.client:opensearch-java:${opensearchVersion}")
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 4b20205

Please sign in to comment.