From 98ca2c0cdc04ac4e1bc6203e0761ebde454ca2ab Mon Sep 17 00:00:00 2001 From: Cheng-Yu Pai Date: Wed, 9 Mar 2016 17:40:57 -0800 Subject: [PATCH] Issue #436: Hotfix for sonar crash --- sevntu-checkstyle-sonar-plugin/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sevntu-checkstyle-sonar-plugin/pom.xml b/sevntu-checkstyle-sonar-plugin/pom.xml index 38ef2ccc39..eab2da39cd 100644 --- a/sevntu-checkstyle-sonar-plugin/pom.xml +++ b/sevntu-checkstyle-sonar-plugin/pom.xml @@ -23,6 +23,12 @@ sevntu-checks ${project.version} + + + com.google.guava + guava + 15.0 +