| CODENOTIFIER | HelpYou are not signed inSign in |
Project: AppFuse
Revision: 3157
Author: mraible
Date: 11 May 2008 18:48:04
Changes:APF-1066: Exclude commons-collections from commons-dbcp so newer version (3.2) is used.
Files:| ... | ...@@ -72,7 +72,11 @@ | |
| 72 | 72 | <groupId>xerces</groupId> |
| 73 | 73 | <artifactId>xercesImpl</artifactId> |
| 74 | 74 | </exclusion> |
| 75 | </exclusions> | |
| 75 | <exclusion> | |
| 76 | <artifactId>commons-collections</artifactId> | |
| 77 | <groupId>commons-collections</groupId> | |
| 78 | </exclusion> | |
| 79 | </exclusions> | |
| 76 | 80 | </dependency> |
| 77 | 81 | <dependency> |
| 78 | 82 | <groupId>org.subethamail</groupId> |