Skip to content

Commit

Permalink
change gradle
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <zaniu@amazon.com>
  • Loading branch information
zane-neo committed Nov 24, 2023
1 parent 8f428d2 commit a866af2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
11 changes: 0 additions & 11 deletions ml-algorithms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,15 @@ dependencies {
exclude module: 'spark'
exclude module: 'common'
exclude module: 'core'
exclude module: 'protocol'
exclude module: 'opensearch'
}
implementation(group: 'opensearch-sql', name: 'ppl', version: "${common_utils_version}") {
exclude module: 'common'
exclude module: 'core'
exclude module: 'protocol'
exclude module: 'opensearch'
exclude group: 'org.reflections', module: 'reflections'
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'org.json', module: 'json'
}
implementation(group: 'opensearch-sql', name: 'protocol', version: "${common_utils_version}") {
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
exclude group: 'com.fasterxml.jackson.dataformat', module: 'jackson-dataformat-cbor'
exclude group: 'com.google.code.gson', module: 'gson'
exclude module: 'core'
exclude module: 'opensearch'
}
}

Expand Down
3 changes: 0 additions & 3 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ 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 'com.fasterxml.jackson.core:jackson-annotations:2.16.0'
// resolutionStrategy.force 'org.opensearch.client:opensearch-rest-client:2.12.0-SNAPSHOT'
// resolutionStrategy.force 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
}

apply plugin: 'com.netflix.nebula.ospackage'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import java.util.function.Consumer;
import java.util.stream.Collectors;

import lombok.Setter;
import org.opensearch.action.search.SearchAction;
import org.opensearch.action.search.SearchRequestBuilder;
import org.opensearch.action.search.SearchResponse;
Expand Down

0 comments on commit a866af2

Please sign in to comment.