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 /pom.xml | |
parent | 21c6f9e6b737baff40b622f56912174312fdfb9d (diff) | |
download | sonarqube-517952eac96b481e84774ffe11c394d6bb7e9ceb.tar.gz sonarqube-517952eac96b481e84774ffe11c394d6bb7e9ceb.zip |
Drop commons-collections
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -566,11 +566,6 @@ <type>sonar-plugin</type> </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.2</version> - </dependency> - <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> <version>${elasticsearch.version}</version> |