Update maven-checkstyle-plugin to 2.17
This commit is contained in:
parent
a624a818c1
commit
fb56cc7414
2
pom.xml
2
pom.xml
|
@ -1060,7 +1060,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.16</version>
|
||||
<version>2.17</version>
|
||||
<dependencies>
|
||||
<!-- This was initially done to enforce name on Parameter annotation
|
||||
I've developed a customized check and I needed this jar to deploy the specialized checkstyle -->
|
||||
|
|
|
@ -403,7 +403,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.16</version>
|
||||
<version>2.17</version>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue