You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/03 13:47:37 UTC

[commons-collections] branch master updated: Pick up Checkstyle version from parent POM

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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new cf517d13d Pick up Checkstyle version from parent POM
cf517d13d is described below

commit cf517d13da90470126f3cd9a1e8ed66c6eca4c1d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 08:47:33 2023 -0500

    Pick up Checkstyle version from parent POM
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1731532fe..e58e137f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -641,13 +641,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>com.puppycrawl.tools</groupId>
-            <artifactId>checkstyle</artifactId>
-            <version>${checkstyle.dep.version}</version>
-          </dependency>
-        </dependencies>
         <configuration>
           <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
           <headerLocation>${basedir}/src/conf/license-header.txt</headerLocation>
@@ -728,7 +721,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>${checkstyle.version}</version>
         <configuration>
           <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>