Generate mvn pom for ssl-config library (#39026)

This is used by the reindex-client library which is published to maven

Relates: #37287, #37527
Backport of: #39019
This commit is contained in:
Tim Vernum 2019-02-18 20:07:22 +11:00 committed by GitHub
parent ed08bc3537
commit 8895befe51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,9 @@
* under the License.
*/
apply plugin: 'nebula.maven-base-publish'
apply plugin: 'nebula.maven-scm'
dependencies {
compile "org.elasticsearch:elasticsearch-core:${version}"