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


The following commit(s) were added to refs/heads/master by this push:
     new 71f55601 Pick up maven-checkstyle-plugin version from parent
71f55601 is described below

commit 71f5560178a104375ce476ed7944a0156cd2d055
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jan 13 17:10:33 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 9c5c0f0e..fc366b2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,6 @@
     <commons.release.desc>(requires Java 8)</commons.release.desc>
 
     <vfs.parent.dir>${basedir}</vfs.parent.dir>
-    <version.checkstyle>3.2.0</version.checkstyle>
     <!-- make sure bundle plugin has dependency informations for 'optional' -->
     <commons.osgi.excludeDependencies />
     <commons.osgi.import>
@@ -223,14 +222,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>${version.checkstyle}</version>
-          <dependencies>
-            <dependency>
-              <groupId>com.puppycrawl.tools</groupId>
-              <artifactId>checkstyle</artifactId>
-              <version>9.3</version>
-            </dependency>
-          </dependencies>
           <!-- Keep build/reporting in sync -->
           <configuration>
             
<!--<propertiesLocation>${vfs.parent.dir}/checkstyle.properties</propertiesLocation>
 -->

Reply via email to