Skip to content

Commit

Permalink
chore(platform): add Opensearch client lib to the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jun 21, 2024
1 parent c94e23a commit 61d6d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ subprojects {
}

tasks.withType(GenerateModuleMetadata).configureEach {
// Suppression this validaton error as we want to enfore the Kestra platform
// Suppression this validation error as we want to enforce the Kestra platform
suppressedValidationErrors.add('enforced-platform')
}
}
Expand Down
1 change: 1 addition & 0 deletions platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ dependencies {
api 'com.github.docker-java:docker-java-transport-httpclient5:3.3.6'
api (group: 'org.opensearch.client', name: 'opensearch-java', version: "$opensearchVersion")
api (group: 'org.opensearch.client', name: 'opensearch-rest-client', version: "$opensearchRestVersion")
api (group: 'org.opensearch.client', name: 'opensearch-rest-high-level-client', version: "$opensearchRestVersion") // used by the elasticsearch plugin
api 'org.jsoup:jsoup:1.17.2'
api "org.xhtmlrenderer:flying-saucer-core:$flyingSaucerVersion"
api "org.xhtmlrenderer:flying-saucer-pdf:$flyingSaucerVersion"
Expand Down

0 comments on commit 61d6d4e

Please sign in to comment.