Skip to content

Commit bbf1efe

Browse files
committed
feat: add Apache Commons Collections4
1 parent ebaab80 commit bbf1efe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
<version>2.11.0</version>
5959
</dependency>
6060
<!-- Apache Commons libraries -->
61+
<dependency>
62+
<groupId>org.apache.commons</groupId>
63+
<artifactId>commons-collections4</artifactId>
64+
<version>4.5.0-M2</version>
65+
</dependency>
6166
<dependency>
6267
<groupId>org.apache.commons</groupId>
6368
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)