aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJesse Wilson <jesse@swank.ca>2017-05-06 15:59:35 -0400
committerGitHub <noreply@github.com>2017-05-06 15:59:35 -0400
commit48378f7b2b491e1b6fed8c0a4eb25f331b71a6b1 (patch)
tree9ca24e5e557425b282c76ccdcaebe03ed7ccfb4d /pom.xml
parente11279525524d12f8eb4687b1f4e926d75bf1371 (diff)
downloadjavapoet-48378f7b2b491e1b6fed8c0a4eb25f331b71a6b1.tar.gz
Upgrade to Checkstyle 7.7. (#556)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index dda3454..ea690a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,6 +119,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.puppycrawl.tools</groupId>
+ <artifactId>checkstyle</artifactId>
+ <version>7.7</version>
+ </dependency>
+ </dependencies>
<configuration>
<failsOnError>true</failsOnError>
<configLocation>checkstyle.xml</configLocation>