This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push:
new 84164c4 Drops unused dependency
84164c4 is described below
commit 84164c422e63a7f077cfdaa4d5ed036772a4718c
Author: Lukasz Lenart <[email protected]>
AuthorDate: Thu Mar 3 12:18:11 2022 +0100
Drops unused dependency
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index c1a7f67..cc586d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -933,12 +933,6 @@
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
</dependency>
- <!-- it's a dependency of Velocity defined here to override the
transitive one -->
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.2</version>
- </dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>