Skip to content

Commit 1673478

Browse files
committed
Pick up Checkstyle version from parent POM
1 parent 3c745d4 commit 1673478

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@
212212
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-cli</commons.scmPubUrl>
213213
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
214214
<commons.encoding>utf-8</commons.encoding>
215-
<commons.checkstyle.impl.version>9.3</commons.checkstyle.impl.version>
216215
<commons.javadoc.java.link>${commons.javadoc7.java.link}</commons.javadoc.java.link>
217216
<spotbugs.plugin.version>4.7.3.0</spotbugs.plugin.version>
218217
<spotbugs.impl.version>4.7.3</spotbugs.impl.version>
@@ -240,20 +239,12 @@
240239
<plugin>
241240
<groupId>org.apache.maven.plugins</groupId>
242241
<artifactId>maven-checkstyle-plugin</artifactId>
243-
<version>${commons.checkstyle-plugin.version}</version>
244242
<configuration>
245243
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
246244
<suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
247245
<enableRulesSummary>false</enableRulesSummary>
248246
<includeTestSourceDirectory>true</includeTestSourceDirectory>
249247
</configuration>
250-
<dependencies>
251-
<dependency>
252-
<groupId>com.puppycrawl.tools</groupId>
253-
<artifactId>checkstyle</artifactId>
254-
<version>${commons.checkstyle.impl.version}</version>
255-
</dependency>
256-
</dependencies>
257248
</plugin>
258249
<plugin>
259250
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)