There was an error while loading. Please reload this page.
1 parent b9cb44c commit d243cefCopy full SHA for d243cef
1 file changed
pom.xml
@@ -58,13 +58,25 @@
58
<artifactId>commons-validator</artifactId>
59
<version>1.9.0</version>
60
<exclusions>
61
+ <exclusion>
62
+ <groupId>commons-collections</groupId>
63
+ <artifactId>commons-collections</artifactId>
64
+ </exclusion>
65
<exclusion>
66
<groupId>commons-logging</groupId>
67
<artifactId>commons-logging</artifactId>
68
</exclusion>
69
</exclusions>
70
</dependency>
71
72
+ <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
73
+ <dependency>
74
+ <groupId>org.apache.commons</groupId>
75
+ <artifactId>commons-collections4</artifactId>
76
+ <version>4.4</version>
77
+ </dependency>
78
+
79
80
<!-- Testing -->
81
<dependency>
82
<groupId>org.springframework.boot</groupId>
0 commit comments