This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 8e33aa9a Add comment about Commons Collection
8e33aa9a is described below
commit 8e33aa9a4fd0b83dab301a50a60e701d61ceff80
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 30 08:32:54 2026 -0400
Add comment about Commons Collection
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 2e226610..e4937e0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,7 @@
<version>1.3.6</version>
</dependency>
<dependency>
+ <!-- FastHashMap is in the public and protected API. -->
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>