You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by vi...@apache.org on 2018/03/26 11:34:59 UTC

[04/13] drill git commit: DRILL-6237: Upgrade checkstyle version to 5.9 or above

DRILL-6237: Upgrade checkstyle version to 5.9 or above

closes #1163


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/9327ca65
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/9327ca65
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/9327ca65

Branch: refs/heads/master
Commit: 9327ca65ac100ec6959d2180ba79fbb10ab7d6c6
Parents: 844d532
Author: Vlad Rozov <vr...@apache.org>
Authored: Tue Mar 13 12:24:48 2018 -0700
Committer: Vitalii Diravka <vi...@gmail.com>
Committed: Sat Mar 24 20:35:32 2018 +0200

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/9327ca65/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d2a2262..b46bc6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,6 +259,13 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>2.12.1</version>
+        <dependencies>
+          <dependency>
+            <groupId>com.puppycrawl.tools</groupId>
+            <artifactId>checkstyle</artifactId>
+            <version>5.9</version>
+          </dependency>
+        </dependencies>
         <configuration>
           <includes>**/*.java</includes>
           <encoding>UTF-8</encoding>