aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2023-01-13 11:35:51 -0500
committerGary Gregory <garydgregory@gmail.com>2023-01-13 11:35:51 -0500
commit924ebfb66c61795dd4ddb188d049f3486fb91d49 (patch)
tree00433e86a5dbe4b534be9eb60d862dca1ff24095
parentc183da45c7e7648991efa764bd83048d36ca43e8 (diff)
downloadapache-commons-lang-924ebfb66c61795dd4ddb188d049f3486fb91d49.tar.gz
Pick up checkstyle version from parent
-rw-r--r--pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 230efadb0..79b475438 100644
--- a/pom.xml
+++ b/pom.xml
@@ -622,8 +622,6 @@
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<commons.encoding>utf-8</commons.encoding>
- <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
- <checkstyle.version>9.3</checkstyle.version>
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
<japicmp.skip>false</japicmp.skip>
@@ -760,19 +758,11 @@
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>${checkstyle.plugin.version}</version>
<configuration>
<configLocation>${checkstyle.configdir}/checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<enableRulesSummary>false</enableRulesSummary>
</configuration>
- <dependencies>
- <dependency>
- <groupId>com.puppycrawl.tools</groupId>
- <artifactId>checkstyle</artifactId>
- <version>${checkstyle.version}</version>
- </dependency>
- </dependencies>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>