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-text.git
The following commit(s) were added to refs/heads/master by this push: new c0a287a1 Pick up checkstyle version from parent c0a287a1 is described below commit c0a287a1e375a456cc2bb9978ae4012fa114d0cd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 17:02:55 2023 -0500 Pick up checkstyle version from parent Pickup commons.project-info.version from parent --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index 328a326e..166ec657 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,6 @@ <japicmp.skip>false</japicmp.skip> <jmh.version>1.36</jmh.version> - <commons.project-info.version>3.1.2</commons.project-info.version> <!-- Commons Release Plugin --> <commons.bc.version>1.9</commons.bc.version> @@ -174,13 +173,6 @@ <includeTestSourceDirectory>true</includeTestSourceDirectory> <excludes>**/generated/**.java,**/jmh_generated/**.java</excludes> </configuration> - <dependencies> - <dependency> - <groupId>com.puppycrawl.tools</groupId> - <artifactId>checkstyle</artifactId> - <version>${checkstyle.version}</version> - </dependency> - </dependencies> </plugin> <plugin> <groupId>com.github.spotbugs</groupId>