fixed securemock version (to 1.0)

Original commit: elastic/x-pack-elasticsearch@2dac6b668c
This commit is contained in:
uboness 2015-09-09 16:16:34 -07:00
parent cf439f09ce
commit 7ae3a42c08
1 changed files with 1 additions and 1 deletions

View File

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