From 9ed75593da1c5a4fa06aef054b6e6f61081456de Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 3 Dec 2013 23:22:12 +0100 Subject: [PATCH] Sanitize declaration of dependencies --- pom.xml | 54 +++++++++++++++++++++++++++++++++++++------- sonar-server/pom.xml | 2 -- 2 files changed, 46 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 75de8437c44..a2e8cf82c57 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.codehaus.sonar @@ -96,7 +97,7 @@ false - + -Xmx512m -Xss1024k dav:https://dav.codehaus.org/snapshots.repository/sonar @@ -362,7 +363,8 @@ true - Definition of new repositories is not allowed in order to deploy to central repository. + Definition of new repositories is not allowed in order to deploy to central repository. + @@ -661,6 +663,22 @@ commons-collections 3.2.1 + + org.elasticsearch + elasticsearch + ${elasticsearch.version} + + + org.apache.lucene + lucene-spatial + + + + + com.github.tlrx + elasticsearch-test + ${elasticsearch.version} + com.google.guava guava @@ -723,6 +741,10 @@ commons-beanutils commons-beanutils-core + + commons-digester + commons-digester + @@ -960,6 +982,22 @@ org.hamcrest hamcrest-core + + backport-util-concurrent + backport-util-concurrent + + + org.codehaus.plexus + plexus-interpolation + + + org.codehaus.plexus + plexus-container-default + + + org.apache.maven + maven-artifact-manager + @@ -1237,7 +1275,7 @@ - + @@ -1250,7 +1288,7 @@ - + @@ -1263,7 +1301,7 @@ - + @@ -1277,7 +1315,7 @@ - + @@ -1290,7 +1328,7 @@ - + diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 227cdccbff1..ad9268211c3 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -128,7 +128,6 @@ org.elasticsearch elasticsearch - ${elasticsearch.version} org.apache.tomcat.embed @@ -150,7 +149,6 @@ com.github.tlrx elasticsearch-test - ${elasticsearch.version} test