Procházet zdrojové kódy

Remove unnecessary dependency on security test artifact from ql modules (#102233)

Removing these 1. because they're unnecessary and more importantly so
these modules' tests can be run from intellij.
Armin Braun před 1 rokem
rodič
revize
ac880b7889

+ 0 - 1
x-pack/plugin/eql/build.gradle

@@ -19,7 +19,6 @@ dependencies {
 
   testImplementation project(':test:framework')
   testImplementation(testArtifact(project(xpackModule('core'))))
-  testImplementation(testArtifact(project(xpackModule('security'))))
   testImplementation(testArtifact(project(xpackModule('ql'))))
   testImplementation project(path: ':modules:reindex')
   testImplementation project(path: ':modules:parent-join')

+ 0 - 1
x-pack/plugin/esql/build.gradle

@@ -26,7 +26,6 @@ dependencies {
   testImplementation project('qa:testFixtures')
   testImplementation project(':test:framework')
   testImplementation(testArtifact(project(xpackModule('core'))))
-  testImplementation(testArtifact(project(xpackModule('security'))))
   testImplementation project(path: xpackModule('enrich'))
 
   testImplementation project(path: ':modules:reindex')

+ 0 - 1
x-pack/plugin/sql/build.gradle

@@ -37,7 +37,6 @@ dependencies {
   compileOnly project(path: xpackModule('ql'))
   testImplementation project(':test:framework')
   testImplementation(testArtifact(project(xpackModule('core'))))
-  testImplementation(testArtifact(project(xpackModule('security'))))
   testImplementation(testArtifact(project(xpackModule('ql'))))
   testImplementation project(path: ':modules:reindex')
   testImplementation project(path: ':modules:parent-join')