Skip to content

Commit

Permalink
APPSEC-2796: add guava to dependencyManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
janjwerner-confluent committed Jul 12, 2023
1 parent f4762e1 commit aea31af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -207,6 +207,13 @@
<artifactId>jose4j</artifactId>
<version>${jose4j.version}</version>
</dependency>
<!-- we define guava version above, its version is specified
in ce-kafka, this is for maven projects to use the correct version -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit aea31af

Please sign in to comment.