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

commit 8b3ea510813dca793a685f87eec7dc439162a0ed
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 15 09:54:36 2022 -0400

    Pickup maven-checkstyle-plugin dependency in parent POM
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index a5b5472b..435ef2b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,13 +199,6 @@
             <enableRulesSummary>false</enableRulesSummary>
             
<suppressionsLocation>${checkstyle.suppress.file}</suppressionsLocation>
           </configuration>
-          <dependencies>
-            <dependency>
-              <groupId>com.puppycrawl.tools</groupId>
-              <artifactId>checkstyle</artifactId>
-              <version>${commons.checkstyle.version}</version>
-            </dependency>
-          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to