Fix Shield zip package

Original commit: elastic/x-pack-elasticsearch@eaf9dfc9ba
This commit is contained in:
Tanguy Leroux 2015-11-06 12:34:44 +01:00
parent 70f1b5c8f2
commit 9fc92950c4
1 changed files with 4 additions and 4 deletions

View File

@ -5,14 +5,14 @@ esplugin {
isolated false
}
configurations.create('jar')
artifacts {
jar project.jar
configurations {
licensePluginZip
}
dependencies {
licensePluginZip project(path: ':license:plugin') // zip
provided project(path: ':license:plugin', configuration: 'runtime')
compile project(':license:plugin-api')
compile project(path: ':license:plugin', configuration: 'runtime')
compile 'dk.brics.automaton:automaton:1.11-8'
compile 'com.unboundid:unboundid-ldapsdk:2.3.8'
testCompile "org.elasticsearch:test-framework:${version}"