Skip to content

Commit

Permalink
Add kotlin stblib dependency for SearchAlertTool (#1845) (#1861)
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
(cherry picked from commit ce66775)

Co-authored-by: Hailong Cui <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and Hailong-am authored Jan 12, 2024
1 parent afb5125 commit c8456aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ buildscript {
}

common_utils_version = System.getProperty("common_utils.version", opensearch_build)
kotlin_version = System.getProperty("kotlin.version", "1.8.21")
}

repositories {
Expand Down
3 changes: 3 additions & 0 deletions ml-algorithms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ dependencies {
implementation "org.opensearch.client:opensearch-rest-client:${opensearch_version}"
testImplementation "org.opensearch.test:framework:${opensearch_version}"
implementation "org.opensearch:common-utils:${common_utils_version}"
implementation ("org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}") {
exclude group: "org.jetbrains", module: "annotations"
}
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
implementation group: 'org.reflections', name: 'reflections', version: '0.9.12'
implementation group: 'org.tribuo', name: 'tribuo-clustering-kmeans', version: '4.2.1'
Expand Down
1 change: 1 addition & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ configurations.all {
resolutionStrategy.force 'org.apache.httpcomponents:httpclient:4.5.14'
resolutionStrategy.force 'commons-codec:commons-codec:1.15'
resolutionStrategy.force 'org.slf4j:slf4j-api:1.7.36'
resolutionStrategy.force 'org.codehaus.plexus:plexus-utils:3.3.0'
}

apply plugin: 'com.netflix.nebula.ospackage'
Expand Down

0 comments on commit c8456aa

Please sign in to comment.