aboutsummaryrefslogtreecommitdiffstats
path: root/gson/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gson/pom.xml')
-rw-r--r--gson/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/gson/pom.xml b/gson/pom.xml
index 1c630ca8..45ea110f 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -57,6 +57,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
@@ -120,7 +125,6 @@
<includeTestResources>true</includeTestResources>
<excludes>
</excludes>
- <suppressionsLocation>${project.basedir}/checkstyle-suppressions.xml</suppressionsLocation>
<consoleOutput>true</consoleOutput>
<failsOnViolation>true</failsOnViolation>
<violationSeverity>warning</violationSeverity>