Skip to content

Commit

Permalink
Adding unfollow action in ism to invoke stop replication for ccr
Browse files Browse the repository at this point in the history
Signed-off-by: aggarwalShivani <shivani.aggarwal@nokia.com>
  • Loading branch information
aggarwalShivani committed Jul 1, 2024
1 parent 6459378 commit 310fd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
implementation "org.jetbrains:annotations:13.0"
implementation project(path: ":${rootProject.name}-spi", configuration: 'shadow')
// implementation "org.opensearch:common-utils:${common_utils_version}"
implementation(files("libs/common-utils-3.0.0.0-SNAPSHOT.jar"))
implementation "org.opensearch:common-utils:${common_utils_version}"
// implementation(files("libs/common-utils-3.0.0.0-SNAPSHOT.jar"))
implementation "com.github.seancfoley:ipaddress:5.4.1"
implementation "commons-codec:commons-codec:${versions.commonscodec}"
implementation "org.apache.httpcomponents:httpclient:${versions.httpclient}"
Expand Down

0 comments on commit 310fd79

Please sign in to comment.