Use latest checkstyle version for all artifact as well.

Motivation:

42aa7f0c58 did update the checkstyle version but missed that we declared it explicitly in the all artifact as well.

Modifications:

Remove explicit definition in the all artifact.

Result:

Use latest checkstyle version everywhere.
This commit is contained in:
Norman Maurer 2020-02-04 15:13:53 +01:00
parent 1e5ea69ecd
commit f2c335b770
1 changed files with 1 additions and 14 deletions

View File

@ -269,20 +269,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-build</artifactId>
<version>19</version>
<exclusions>
<!-- Use version 7.3 until a new netty-build release is out -->
<!-- See https://issues.apache.org/jira/browse/JXR-133 -->
<exclusion>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>7.3</version>
<version>${netty.build.version}</version>
</dependency>
</dependencies>
</plugin>