Skip to content

Commit

Permalink
fix: Exclude spotbugs-annotations from transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PACordonnier committed Nov 7, 2023
1 parent a023a45 commit 39dd4d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hadoop-client-modules/hadoop-client-minicluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Add optional runtime dependency on the in-development timeline server module
Expand Down

0 comments on commit 39dd4d8

Please sign in to comment.