diff --git a/qa/smoke-test-http/build.gradle b/qa/smoke-test-http/build.gradle index 709ed049e9d0f..496fda6bb717d 100644 --- a/qa/smoke-test-http/build.gradle +++ b/qa/smoke-test-http/build.gradle @@ -38,7 +38,6 @@ dependencies { testImplementation project(path: ':plugins:transport-reactor-netty4') // for http testImplementation project(path: ':plugins:transport-nio') testImplementation project(path: ':plugins:identity-shiro') // for http - testImplementation project(path: ':server') } integTest {