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/01/13 16:33:40 UTC

[commons-configuration] branch master updated: Pick up checkstyle version from parent

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


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

commit 538a2b21ca48b14318bddd706b7c659140cb0d51
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 13 11:33:36 2023 -0500

    Pick up checkstyle version from parent
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index f509ef97..f9bd052d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -569,7 +569,6 @@
     
     <commons.site-plugin.version>3.10.0</commons.site-plugin.version>
 
-    <checkstyle.version>9.3</checkstyle.version>
     <!-- commons.animal-sniffer.version 1.21 fails on Java 17. -->
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
 
@@ -618,7 +617,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.2.0</version>
           <configuration>
             <configLocation>${basedir}/conf/checkstyle.xml</configLocation>
             <suppressionsLocation>${basedir}/conf/checkstyle-suppressions.xml</suppressionsLocation>
@@ -631,13 +629,6 @@
             </sourceDirectories>
             <excludes>**/org/apache/commons/configuration2/plist/*.java</excludes>
           </configuration>
-          <dependencies>
-            <dependency>
-              <groupId>com.puppycrawl.tools</groupId>
-              <artifactId>checkstyle</artifactId>
-              <version>${checkstyle.version}</version>
-            </dependency>
-          </dependencies>
         </plugin>
       </plugins>
     </pluginManagement>