KYLIN-2376 upgrade checkstyle plugin Signed-off-by: Billy Liu <billy...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/521dfffa Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/521dfffa Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/521dfffa Branch: refs/heads/master-cdh5.7 Commit: 521dfffae15d0c85885ec816a4fc40907bfb7645 Parents: c84b46b Author: etherge <ethe...@163.com> Authored: Tue Jan 10 19:09:58 2017 +0800 Committer: Billy Liu <billy...@apache.org> Committed: Tue Jan 10 20:53:57 2017 +0800 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/521dfffa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fcb5ce3..e391103 100644 --- a/pom.xml +++ b/pom.xml @@ -907,6 +907,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>6.19</version> + </dependency> + </dependencies> <executions> <execution> <id>check-style</id>