Remove dependency from version plugin.
This commit is contained in:
parent
ff312512c5
commit
f122b88bc5
|
@ -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')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue