Skip to content

Commit

Permalink
Exclude unneeded dependencies of checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Sep 12, 2024
1 parent 716217d commit 1bb09a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,11 @@
<artifactId>checkstyle</artifactId>
<!--suppress MavenPackageUpdate Pinned to 9.3, because 10.x does not support Java 8. -->
<version>9.3</version>
<!-- Only used to load checkstyle configuration files, don't need any of its transitive dependencies for that -->
<exclusions>
<exclusion>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 1bb09a1

Please sign in to comment.