Skip to content

Commit

Permalink
Change painless dependency to compileOnly
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Jan 18, 2025
1 parent 1d26423 commit 2b7239a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ check.dependsOn integrationTest

dependencies {
implementation project(path: ":opensearch-resource-sharing-spi")
implementation "org.opensearch.plugin:lang-painless:${opensearch_version}"
compileOnly "org.opensearch.plugin:lang-painless:${opensearch_version}"
implementation "org.opensearch.plugin:transport-netty4-client:${opensearch_version}"
implementation "org.opensearch.client:opensearch-rest-high-level-client:${opensearch_version}"
implementation "org.apache.httpcomponents.client5:httpclient5-cache:${versions.httpclient5}"
Expand Down

0 comments on commit 2b7239a

Please sign in to comment.