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 4c54469 commit 9ea92f2Copy full SHA for 9ea92f2
test/framework/build.gradle
@@ -32,9 +32,12 @@ dependencies {
32
33
api "org.elasticsearch:mocksocket:${versions.mocksocket}"
34
35
+ testImplementation project(":modules:mapper-extras")
36
+ testImplementation project(':x-pack:plugin:core')
37
testImplementation project(':x-pack:plugin:mapper-unsigned-long')
38
testImplementation project(':x-pack:plugin:mapper-counted-keyword')
- testImplementation project(":modules:mapper-extras")
39
+ testImplementation project(':x-pack:plugin:mapper-constant-keyword')
40
+ testImplementation project(':x-pack:plugin:wildcard')
41
}
42
43
sourceSets {
0 commit comments