Skip to content

Commit b3f76c0

Browse files
committed
Remove dependency from version plugin.
1 parent 76e5c37 commit b3f76c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

x-pack/plugin/mapper-version/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ archivesBaseName = 'x-pack-mapper-version'
1414
dependencies {
1515
compileOnly project(path: xpackModule('core'), configuration: 'default')
1616
compileOnly project(':modules:lang-painless:spi')
17-
compileOnly(project(':modules:lang-painless')) {
18-
// exclude ASM to not affect featureAware task on Java 10+
19-
exclude group: "org.ow2.asm"
20-
}
2117
testImplementation project(path: xpackModule('core'), configuration: 'testArtifacts')
2218
testImplementation project(path: xpackModule('analytics'), configuration: 'default')
2319
}

0 commit comments

Comments
 (0)