|
@@ -8,8 +8,8 @@ dependencies {
|
|
|
compileOnly "org.elasticsearch:elasticsearch:${version}"
|
|
|
// "org.elasticsearch.plugin:x-pack-core:${version}" doesn't work with idea because the testArtifacts are also here
|
|
|
compileOnly project(path: xpackModule('core'), configuration: 'default')
|
|
|
- compile 'org.bouncycastle:bcpkix-jdk15on:1.59'
|
|
|
- compile 'org.bouncycastle:bcprov-jdk15on:1.59'
|
|
|
+ compile "org.bouncycastle:bcpkix-jdk15on:${versions.bouncycastle}"
|
|
|
+ compile "org.bouncycastle:bcprov-jdk15on:${versions.bouncycastle}"
|
|
|
testImplementation 'com.google.jimfs:jimfs:1.1'
|
|
|
testCompile "junit:junit:${versions.junit}"
|
|
|
testCompile "org.hamcrest:hamcrest-all:${versions.hamcrest}"
|