Skip to content

Commit 9c6ceb9

Browse files
committed
fix: Exclude spotbugs-annotations from transitive dependencies
apache#3305
1 parent 22a9e0d commit 9c6ceb9

File tree

1 file changed

+4
-0
lines changed
  • hadoop-client-modules/hadoop-client-minicluster

1 file changed

+4
-0
lines changed

hadoop-client-modules/hadoop-client-minicluster/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@
314314
<groupId>commons-net</groupId>
315315
<artifactId>commons-net</artifactId>
316316
</exclusion>
317+
<exclusion>
318+
<groupId>com.github.spotbugs</groupId>
319+
<artifactId>spotbugs-annotations</artifactId>
320+
</exclusion>
317321
</exclusions>
318322
</dependency>
319323
<!-- Add optional runtime dependency on the in-development timeline server module

0 commit comments

Comments
 (0)