use securemock instead of elasticsearch-securemock

Original commit: elastic/x-pack-elasticsearch@c4ab3b8689
This commit is contained in:
jaymode 2015-07-16 12:59:52 -04:00
parent 7d986eb295
commit 66569f631a
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<dependencies>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-securemock</artifactId>
<artifactId>securemock</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>