You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/20 21:48:56 UTC

[maven-checkstyle-plugin] 01/01: [MCHECKSTYLE-399] Upgrade Checkstyle to 8.38

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MCHECKSTYLE-399
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit a783c23c0a432401c056f7f3727699b5a4a4158d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 22:33:10 2020 +0100

    [MCHECKSTYLE-399] Upgrade Checkstyle to 8.38
---
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 69412bd..0485c09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@ under the License.
     <!-- Because Checkstyle 7+ requires Java 8 -->
     <javaVersion>8</javaVersion>
     <mavenVersion>3.0</mavenVersion>
-    <checkstyleVersion>8.29</checkstyleVersion>
+    <checkstyleVersion>8.38</checkstyleVersion>
     <doxiaVersion>1.4</doxiaVersion>
     <sitePluginVersion>3.9.0</sitePluginVersion>
     <project.build.outputTimestamp>2020-02-08T08:24:16Z</project.build.outputTimestamp>
@@ -207,13 +207,6 @@ under the License.
       <groupId>com.puppycrawl.tools</groupId>
       <artifactId>checkstyle</artifactId>
       <version>${checkstyleVersion}</version>
-      <exclusions>
-        <!-- MCHECKSTYLE-156 -->
-        <exclusion>
-          <groupId>com.sun</groupId>
-          <artifactId>tools</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
 
     <!-- misc -->