From 91a4b74037b0ec65bae126261a28ab1104838cd2 Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Mon, 11 Aug 2014 10:11:26 +0200 Subject: [PATCH] Packaging: Add commons codec jar to packaged zip In order to use the `esusers` tool and to crypt passwords, one needs to have the jar packaged in the zip release. This adds the depdendency to the assembly descriptor. Original commit: elastic/x-pack-elasticsearch@82ae45189267f99f45e7ff46e415db3b9c138f99 --- src/main/assemblies/plugin.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/assemblies/plugin.xml b/src/main/assemblies/plugin.xml index 67d54d1523f..663158473be 100644 --- a/src/main/assemblies/plugin.xml +++ b/src/main/assemblies/plugin.xml @@ -25,5 +25,13 @@ org.elasticsearch:elasticsearch + + / + true + true + + commons-codec:commons-codec + +