Skip to content

Commit

Permalink
[#noissue] Improve ARM64 compatibility of elasticsearch plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Mar 27, 2024
1 parent 3927351 commit 79a4c93
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>6.4.0</version>
<exclusions>
<exclusion>
<!-- ARM64 not supported -->
<groupId>org.elasticsearch</groupId>
<artifactId>jna</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 79a4c93

Please sign in to comment.