aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2023-02-03 08:39:25 -0500
committerGary Gregory <garydgregory@gmail.com>2023-02-03 08:39:25 -0500
commitd4d53a56a9cb13010ba703cf9a8c9827416642b0 (patch)
tree746e2da6ccb922839f69dad106a91007c591704e
parentd20fdef283733243daf6d3f70167e75a3e787ae3 (diff)
downloadapache-commons-io-d4d53a56a9cb13010ba703cf9a8c9827416642b0.tar.gz
Pick up Checkstyle version from parent POM
-rw-r--r--pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 945e7c4a..aab3468b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,6 @@ file comparators, endian transformation classes, and much more.
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
- <checkstyle.impl.version>9.3</checkstyle.impl.version>
<commons.enforcer.version>3.2.1</commons.enforcer.version>
<commons.moditect.version>1.0.0.RC2</commons.moditect.version>
<jmh.version>1.36</jmh.version>
@@ -354,20 +353,12 @@ file comparators, endian transformation classes, and much more.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>${commons.checkstyle-plugin.version}</version>
<configuration>
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
<suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
<enableRulesSummary>false</enableRulesSummary>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
</configuration>
- <dependencies>
- <dependency>
- <groupId>com.puppycrawl.tools</groupId>
- <artifactId>checkstyle</artifactId>
- <version>${checkstyle.impl.version}</version>
- </dependency>
- </dependencies>
</plugin>
</plugins>
</pluginManagement>