Use elasticsearch securemock library

Original commit: elastic/x-pack-elasticsearch@0eccff1d6b
This commit is contained in:
Robert Muir 2015-06-29 10:46:54 -04:00
parent 0a07d6dee5
commit b368916005
1 changed files with 3 additions and 10 deletions

13
pom.xml
View File

@ -53,16 +53,9 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency> <!--required for mockito-->
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>2.1</version>
<groupId>org.elasticsearch</groupId>
<artifactId>securemock</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>