From 76b203ad105b73f46df7b88369ce239ed87748ab Mon Sep 17 00:00:00 2001 From: Luck Date: Thu, 17 Aug 2017 10:12:08 +0200 Subject: [PATCH] Fix text dependencies being shaded --- common/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/common/pom.xml b/common/pom.xml index 4b8f24e85..a89a59093 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -41,6 +41,20 @@ text 1.11-SNAPSHOT compile + + + com.google.code.findbugs + jsr305 + + + com.google.code.gson + gson + + + com.google.guava + guava + +