We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4dcda commit fceb87aCopy full SHA for fceb87a
modules/autotagging-commons/build.gradle
@@ -15,7 +15,6 @@ opensearchplugin {
15
dependencies {
16
api project("spi")
17
api project("common")
18
-
19
testImplementation(project(":test:framework")) {
20
exclude group: 'org.opensearch', module: 'opensearch-core'
21
}
modules/autotagging-commons/common/build.gradle
@@ -15,6 +15,7 @@ dependencies {
api 'org.apache.commons:commons-collections4:4.4'
implementation project(":libs:opensearch-common")
compileOnly project(":server")
+
0 commit comments