Skip to content

Commit

Permalink
OAK-10307: oak-shaded-guava leaks original guava as transitive depend…
Browse files Browse the repository at this point in the history
…ency - restore references in oak-core
  • Loading branch information
reschke committed Jun 20, 2023
1 parent 7a0b459 commit ca1f444
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oak-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<configuration>
<instructions>
<Import-Package>
<!-- OAK-7182 -->${guava.osgi.import},
com.codahale.metrics*;version="[3.1, 4)";resolution:=optional,
*
</Import-Package>
Expand Down Expand Up @@ -291,6 +292,11 @@
<version>${project.version}</version>
</dependency>
<!-- General utility libraries -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit ca1f444

Please sign in to comment.