Skip to content

Commit

Permalink
pom: add direct dependency on guava to exclude it from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Apr 20, 2022
1 parent 6a004d8 commit 6131cc3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>24.1.1-jre</version>
<!-- direct dependency in dCache -->
<scope>provided</scope>
</dependency>

<!-- enforce Java11 compliant version -->
<dependency>
<groupId>javax.annotation</groupId>
Expand Down

0 comments on commit 6131cc3

Please sign in to comment.