diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-08 10:45:24 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-13 18:32:26 +0100 |
commit | 517952eac96b481e84774ffe11c394d6bb7e9ceb (patch) | |
tree | 96508a5a4dd664f4a9e1268bccfe22af7ed562dd /sonar-plugin-api/pom.xml | |
parent | 21c6f9e6b737baff40b622f56912174312fdfb9d (diff) | |
download | sonarqube-517952eac96b481e84774ffe11c394d6bb7e9ceb.tar.gz sonarqube-517952eac96b481e84774ffe11c394d6bb7e9ceb.zip |
Drop commons-collections
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index bde39416b19..53510bfaf9a 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -36,10 +36,6 @@ <artifactId>commons-codec</artifactId> </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> |