aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-28 15:09:41 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-28 15:09:48 +0200
commitd234a07754bf92ff465816eb2dcb3562411c8d5f (patch)
tree9c2293a4405bcafb1c9f8b9f403e7cf9bb904c9c /sonar-core/pom.xml
parent53ff0ea1de1ef68f7040dac0dba24e52377e8bf5 (diff)
downloadsonarqube-d234a07754bf92ff465816eb2dcb3562411c8d5f.tar.gz
sonarqube-d234a07754bf92ff465816eb2dcb3562411c8d5f.zip
Remove elasticsearch from sonar-core dependencies
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 34c5d976e5b..bad0f4f5503 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -184,11 +184,6 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.elasticsearch</groupId>
- <artifactId>elasticsearch</artifactId>
- <version>1.1.2</version>
- </dependency>
</dependencies>
<build>