fix shield tests

Original commit: elastic/x-pack-elasticsearch@2b521a705b
This commit is contained in:
Robert Muir 2015-07-14 10:12:08 -04:00
parent 8e6b4ddd28
commit 1d2be681f7
1 changed files with 1 additions and 8 deletions

View File

@ -65,18 +65,11 @@
</dependency>
<!-- real dependencies -->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-license-plugin-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-license-plugin</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>