Use elasticsearch securemock library

Original commit: elastic/x-pack-elasticsearch@b44c85ca99
This commit is contained in:
Robert Muir 2015-06-29 10:38:52 -04:00
parent 8258cd9f18
commit ebd515e6ee
1 changed files with 3 additions and 9 deletions

12
pom.xml
View File

@ -83,15 +83,9 @@
<scope>test</scope>
</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>
<dependency>