Skip to content

Commit

Permalink
Remove dependency from version plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Oct 17, 2020
1 parent a98fd8b commit ee892a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugin/mapper-version/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +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')
testImplementation project(path: xpackModule('core'), configuration: 'testArtifacts')
testImplementation project(path: xpackModule('analytics'), configuration: 'default')
}

0 comments on commit ee892a9

Please sign in to comment.