Skip to content

Commit

Permalink
remove dependencies in plugin
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Nov 24, 2023
1 parent 1db7d71 commit 8f428d2
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,6 @@ dependencies {
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.19.0"
testImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
implementation(group: 'opensearch-sql', name: 'opensearch-sql', version: "${common_utils_version}") {
exclude module: 'legacy'
exclude module: 'opensearch'
exclude module: 'prometheus'
exclude module: 'datasources'
exclude module: 'spark'
}
implementation(group: 'opensearch-sql', name: 'ppl', version: "${common_utils_version}") {
exclude group: 'org.reflections', module: 'reflections'
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'org.json', module: 'json'
exclude module: 'common'
exclude module: 'core'
}
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'
}
checkstyle "com.puppycrawl.tools:checkstyle:${project.checkstyle.toolVersion}"
}

Expand Down

0 comments on commit 8f428d2

Please sign in to comment.