This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch ver2 in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git
commit d8522d5acee272230eedb6ba3dcf2083d6cb6284 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Wed Nov 25 11:06:06 2020 -0500 remove unused dependency --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7213d21..e5e8e6f 100644 --- a/pom.xml +++ b/pom.xml @@ -222,11 +222,6 @@ under the License. <artifactId>velocity</artifactId> <version>1.7</version> </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.2</version> - </dependency> <!-- test --> <dependency>