diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-08-28 15:09:41 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-08-28 15:09:48 +0200 |
commit | d234a07754bf92ff465816eb2dcb3562411c8d5f (patch) | |
tree | 9c2293a4405bcafb1c9f8b9f403e7cf9bb904c9c /sonar-core/pom.xml | |
parent | 53ff0ea1de1ef68f7040dac0dba24e52377e8bf5 (diff) | |
download | sonarqube-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.xml | 5 |
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> |