Skip to content

Commit d4d53a5

Browse files
committed
Pick up Checkstyle version from parent POM
1 parent d20fdef commit d4d53a5

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
@@ -323,7 +323,6 @@ file comparators, endian transformation classes, and much more.
323323
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl>
324324
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
325325
<commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
326-
<checkstyle.impl.version>9.3</checkstyle.impl.version>
327326
<commons.enforcer.version>3.2.1</commons.enforcer.version>
328327
<commons.moditect.version>1.0.0.RC2</commons.moditect.version>
329328
<jmh.version>1.36</jmh.version>
@@ -354,20 +353,12 @@ file comparators, endian transformation classes, and much more.
354353
<plugin>
355354
<groupId>org.apache.maven.plugins</groupId>
356355
<artifactId>maven-checkstyle-plugin</artifactId>
357-
<version>${commons.checkstyle-plugin.version}</version>
358356
<configuration>
359357
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
360358
<suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
361359
<enableRulesSummary>false</enableRulesSummary>
362360
<includeTestSourceDirectory>true</includeTestSourceDirectory>
363361
</configuration>
364-
<dependencies>
365-
<dependency>
366-
<groupId>com.puppycrawl.tools</groupId>
367-
<artifactId>checkstyle</artifactId>
368-
<version>${checkstyle.impl.version}</version>
369-
</dependency>
370-
</dependencies>
371362
</plugin>
372363
</plugins>
373364
</pluginManagement>

0 commit comments

Comments
 (0)