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:
parent
39915f92bc
commit
7c4ce5760f
7
pom.xml
7
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue