aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorVolodymyr Vysotskyi <vvovyk@gmail.com>2019-01-30 20:16:09 +0200
committerAman Sinha <asinha@maprtech.com>2019-02-01 15:27:06 -0800
commitb5fe06534cf8a391caed65ae274ad144b10b580e (patch)
tree352ef89e162e3f3cea256697c5d9e4203c020ec4 /pom.xml
parent0a61b8fb2f6cfe9b4576e1884d58cae734c78824 (diff)
DRILL-7019: Add check for redundant imports
close apache/drill#1629
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a2e0948c1..530d3de2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>7.8.2</version>
+ <version>8.16</version>
</dependency>
</dependencies>
<configuration>
@@ -417,7 +417,7 @@
<consoleOutput>true</consoleOutput>
<includeResources>true</includeResources>
<includeTestResources>true</includeTestResources>
- <resourceIncludes>**/*.properties,**/*.conf,**/*.json,**/*.xml</resourceIncludes>
+ <resourceIncludes>**/*.properties,**/*.conf,**/*.xml</resourceIncludes>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<configLocation>src/main/resources/checkstyle-config.xml</configLocation>
<suppressionsLocation>src/main/resources/checkstyle-suppressions.xml</suppressionsLocation>
@@ -904,7 +904,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.12.1</version> <!--it necessary to solve Checkstyle7.8.2 errors to update it to latest version-->
+ <version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>