From 7b5f7f8627d6e3cc267b4f7eefeb73d2efb31f96 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 11 Jul 2019 10:10:17 -0400 Subject: Fix checkstyle issues in common/gson Also deleted the checkstyle suppression file. Change-Id: I6d310af32d6d4be9633a8f88745447f40a566af7 Issue-ID: POLICY-1074 Signed-off-by: Jim Hahn --- gson/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gson/pom.xml') diff --git a/gson/pom.xml b/gson/pom.xml index 1c630ca8..45ea110f 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -56,6 +56,11 @@ assertj-core test + + org.powermock + powermock-api-mockito + test + junit junit @@ -120,7 +125,6 @@ true - ${project.basedir}/checkstyle-suppressions.xml true true warning -- cgit 1.2.3-korg