]> source.dussan.org Git - sonarqube.git/commitdiff
Remove elasticsearch from sonar-core dependencies
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 28 Aug 2014 13:09:41 +0000 (15:09 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 28 Aug 2014 13:09:48 +0000 (15:09 +0200)
sonar-core/pom.xml

index 34c5d976e5b703bbaae26cb088375d155c9e9800..bad0f4f55035d02b84963188e55b575dfe3d6970 100644 (file)
       <artifactId>h2</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.elasticsearch</groupId>
-      <artifactId>elasticsearch</artifactId>
-      <version>1.1.2</version>
-    </dependency>
   </dependencies>
 
   <build>