From 7c4ce5760f9358e902a550c22813af4f7fdb7bb7 Mon Sep 17 00:00:00 2001 From: jaymode Date: Tue, 26 May 2015 15:26:01 -0400 Subject: [PATCH] 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@b8fc70a0514c55bff397ad1687003e12d0ea7968 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 5e1650d991f..42735b67507 100644 --- a/pom.xml +++ b/pom.xml @@ -113,6 +113,13 @@ test + + + net.java.dev.jna + jna + test + + org.elasticsearch