This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new e3d1ffa8 Pick up Checkstyle plugin dependencies from parent POM e3d1ffa8 is described below commit e3d1ffa898a239a6d7e9d8951f31f44671e6132f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Feb 29 10:11:16 2024 -0500 Pick up Checkstyle plugin dependencies from parent POM --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index cd15dc67..214fbd7f 100644 --- a/pom.xml +++ b/pom.xml @@ -351,13 +351,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>${commons.checkstyle-plugin.version}</version> - <dependencies> - <dependency> - <groupId>com.puppycrawl.tools</groupId> - <artifactId>checkstyle</artifactId> - <version>${commons.checkstyle.version}</version> - </dependency> - </dependencies> <configuration> <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary>