Skip to content

Commit

Permalink
#3381 jna in provided scope
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 26, 2024
1 parent ea94b41 commit 5f7620e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ SOFTWARE.
<argLine/>
</properties>
<dependencies>
<dependency>
<!--
This dependency is required by the javadoc plugin. In the eo-runtime,
we use classes from this JAR, but can't have it as a normal dependency.
That's why the scope is "provided" here: it won't become a transitive
one, but at the same time will satisfy javadoc plugin.
-->
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.14.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
Expand Down

0 comments on commit 5f7620e

Please sign in to comment.