You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/02/14 21:47:06 UTC

[maven-doxia-sitetools] 03/03: Remove unused Commons Collections

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit 65d6f460eb6d54e3d6d604bc613dfd483a8ed6c3
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Feb 14 22:34:07 2022 +0100

    Remove unused Commons Collections
---
 doxia-site-renderer/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index aa2f9da..bc788c3 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -152,11 +152,6 @@ under the License.
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.2.2</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
       <version>3.8.1</version>