Skip to content

Commit

Permalink
Exclude vulnerable dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Jun 4, 2024
1 parent beb5143 commit a755de6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>${grpc.version}</version>
<exclusions>
<exclusion> <!-- declare the exclusion here -->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>dev.failsafe</groupId>
Expand Down

0 comments on commit a755de6

Please sign in to comment.