Remove dependency from version plugin.

This commit is contained in:
Julie Tibshirani 2020-10-16 15:47:23 -07:00
parent ff312512c5
commit f122b88bc5
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@ archivesBaseName = 'x-pack-mapper-version'
dependencies {
compileOnly project(path: xpackModule('core'), configuration: 'default')
compileOnly project(':modules:lang-painless:spi')
compileOnly(project(':modules:lang-painless')) {
// exclude ASM to not affect featureAware task on Java 10+
exclude group: "org.ow2.asm"
}
testImplementation project(path: xpackModule('core'), configuration: 'testArtifacts')
testImplementation project(path: xpackModule('analytics'), configuration: 'default')
}