diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-31 14:15:53 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-31 14:30:17 +0100 |
commit | 84b0c24d3df04fb61e50015d43c5350bc2c15a20 (patch) | |
tree | 253033bad4d8dba8b455cae4016465b3eb1eb399 /pom.xml | |
parent | dc7c07b8458ea35d0862c6afbd8eae3ae57162e6 (diff) | |
download | sonarqube-84b0c24d3df04fb61e50015d43c5350bc2c15a20.tar.gz sonarqube-84b0c24d3df04fb61e50015d43c5350bc2c15a20.zip |
Back to commons-collection 3.2.1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -457,7 +457,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.3</version> + <version>3.2.1</version> </dependency> <dependency> <groupId>com.google.collections</groupId> |