From a68d9018f2e300b075071f0aa228e607795b3dcd Mon Sep 17 00:00:00 2001 From: Brian Murphy Date: Thu, 23 Apr 2015 17:37:39 -0400 Subject: [PATCH] Disable minimizeJar in pom.xml The javax package finds some needed classfiles by reflection. Minimizing the shaded jar meant that these were not available. Fixes elastic/elasticsearch#254 Original commit: elastic/x-pack-elasticsearch@7cdc3bc55b2cdac9ba93738ec5ca0b5fd28c5366 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e26534bd31e..161ddb0622b 100644 --- a/pom.xml +++ b/pom.xml @@ -301,11 +301,11 @@ false - true + false true - com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer + com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer javax.mail:mail javax.activation:activation