Skip to content

Commit

Permalink
Exclude unused and vulnerable dependency from psimi-converter: guava
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Sep 10, 2023
1 parent ea121c2 commit 6a9867f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions psimi-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
<groupId>org.apache.log4j</groupId>
<artifactId>com.springsource.org.apache.log4j</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6a9867f

Please sign in to comment.