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 596f72a commit 35aad7eCopy full SHA for 35aad7e
libs/entitlement/qa/entitlement-test-plugin/build.gradle
@@ -23,7 +23,6 @@ esplugin {
23
dependencies {
24
compileOnly project(':server')
25
compileOnly project(':libs:logging')
26
- compileOnly project(":libs:entitlement")
27
compileOnly project(":libs:entitlement:qa:entitled-plugin")
28
}
29
libs/entitlement/qa/entitlement-test-plugin/src/main/java/module-info.java
@@ -11,7 +11,6 @@
11
requires org.elasticsearch.server;
12
requires org.elasticsearch.base;
13
requires org.elasticsearch.logging;
14
- requires org.elasticsearch.entitlement;
15
requires org.elasticsearch.entitlement.qa.entitled;
16
17
// Modules we'll attempt to use in order to exercise entitlements
0 commit comments