Skip to content

Commit

Permalink
build(deps): exclude unused dependency (#6916)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong authored Aug 27, 2024
1 parent ccc151a commit e835fad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,10 @@ Copyright (c) 2012 - Jeremy Long
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit e835fad

Please sign in to comment.