Skip to content

Commit

Permalink
remove unused depedency
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Huo <[email protected]>
  • Loading branch information
penghuo committed Nov 1, 2022
1 parent ad27cfc commit 9776f9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filesystem/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ext {

dependencies {
implementation project(':core')
implementation group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}"

testImplementation "org.junit.jupiter:junit-jupiter:${junit_jupiter}"
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
Expand Down

0 comments on commit 9776f9d

Please sign in to comment.