dgraham 2004/11/26 13:08:27
Modified: validator project.xml
Log:
Removed the commons-collections dependency because
we only use FastHashMap which is included in the
commons-beanutils 1.7.0 release. Our usage of
FastHashMap has been deprecated for some time so we
could remove those references soon anyways.
Revision Changes Path
1.56 +0 -6 jakarta-commons/validator/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/validator/project.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- project.xml 26 Nov 2004 20:55:49 -0000 1.55
+++ project.xml 26 Nov 2004 21:08:27 -0000 1.56
@@ -275,12 +275,6 @@
</dependency>
<dependency>
- <id>commons-collections</id>
- <version>3.1</version>
- <url>http://jakarta.apache.org/commons/collections.html</url>
- </dependency>
-
- <dependency>
<id>commons-digester</id>
<version>1.6</version>
<url>http://jakarta.apache.org/commons/digester.html</url>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]