Skip to content

Commit

Permalink
chore: exclude transitive JNA dependency from org.eclipse.core.resour…
Browse files Browse the repository at this point in the history
…ces (#19942)
  • Loading branch information
mcollovati authored Sep 12, 2024
1 parent 287f3db commit c33b910
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flow-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.preferences</artifactId>
</exclusion>
<exclusion>
<groupId>net.java.dev.jna</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Force Java8 compatible package -->
Expand Down

0 comments on commit c33b910

Please sign in to comment.