summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-08 10:45:24 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-13 18:32:26 +0100
commit517952eac96b481e84774ffe11c394d6bb7e9ceb (patch)
tree96508a5a4dd664f4a9e1268bccfe22af7ed562dd /pom.xml
parent21c6f9e6b737baff40b622f56912174312fdfb9d (diff)
downloadsonarqube-517952eac96b481e84774ffe11c394d6bb7e9ceb.tar.gz
sonarqube-517952eac96b481e84774ffe11c394d6bb7e9ceb.zip
Drop commons-collections
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index b9203a50b02..ad4d9e792ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>