Skip to content

Commit

Permalink
Remove unnecessary Guava exclusion (#5229)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Feb 1, 2021
1 parent 21e3a9e commit 94c96e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ THE SOFTWARE.
<artifactId>reflections</artifactId>
<version>0.9.12</version>
<exclusions>
<exclusion> <!-- TODO requests 15; apparently works well enough with the 11 we bundle -->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion> <!-- pick up from Stapler -->
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down

0 comments on commit 94c96e2

Please sign in to comment.