Test: workaround JNA being required on windows now

Adds JNA as a test time dependency to work around it being required on
windows in elasticsearch core.

Original commit: elastic/x-pack-elasticsearch@b8fc70a051
This commit is contained in:
jaymode 2015-05-26 15:26:01 -04:00
parent 39915f92bc
commit 7c4ce5760f
1 changed files with 7 additions and 0 deletions

View File

@ -113,6 +113,13 @@
<scope>test</scope>
</dependency>
<!-- remove after es core bug fixed: https://github.com/elastic/elasticsearch/issues/11360 -->
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<scope>test</scope>
</dependency>
<!-- real dependencies -->
<dependency>
<groupId>org.elasticsearch</groupId>