From bc78dd36c99868621797623d1d0c853c794f7f79 Mon Sep 17 00:00:00 2001 From: Brian Murphy Date: Sun, 3 May 2015 20:53:16 -0400 Subject: [PATCH] Add and shade dependency on com.google.guava This is needed for owasp to load the Sanitizers class at runtime. Original commit: elastic/x-pack-elasticsearch@4ed5776509f93ded67ce17c528f0b88a783e2d2a --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 31904b06183..b419bcc8c61 100644 --- a/pom.xml +++ b/pom.xml @@ -161,6 +161,12 @@ r239 + + com.google.guava + guava + r05 + + org.apache.lucene lucene-core @@ -312,6 +318,7 @@ com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer + com.google.guava:guava javax.mail:mail javax.activation:activation