Skip to content

Commit 8b3ea51

Browse files
committed
Pickup maven-checkstyle-plugin dependency in parent POM
1 parent 57ab198 commit 8b3ea51

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,6 @@
199199
<enableRulesSummary>false</enableRulesSummary>
200200
<suppressionsLocation>${checkstyle.suppress.file}</suppressionsLocation>
201201
</configuration>
202-
<dependencies>
203-
<dependency>
204-
<groupId>com.puppycrawl.tools</groupId>
205-
<artifactId>checkstyle</artifactId>
206-
<version>${commons.checkstyle.version}</version>
207-
</dependency>
208-
</dependencies>
209202
</plugin>
210203
<plugin>
211204
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)