Skip to content

Commit eb50698

Browse files
authored
Remove unnecessary exclusions for spotbugs-annotations in kafka-thirdparty poms (#12123)
Signed-off-by: Andras Katona <akatona@cloudera.com>
1 parent 9360683 commit eb50698

2 files changed

Lines changed: 0 additions & 40 deletions

File tree

docker-images/artifacts/kafka-thirdparty-libs/4.0.x/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@
136136
<groupId>com.fasterxml.jackson.core</groupId>
137137
<artifactId>jackson-databind</artifactId>
138138
</exclusion>
139-
<exclusion>
140-
<groupId>com.github.spotbugs</groupId>
141-
<artifactId>spotbugs-annotations</artifactId>
142-
</exclusion>
143139
<exclusion>
144140
<groupId>com.fasterxml.jackson.core</groupId>
145141
<artifactId>jackson-core</artifactId>
@@ -167,10 +163,6 @@
167163
<groupId>com.fasterxml.jackson.core</groupId>
168164
<artifactId>jackson-databind</artifactId>
169165
</exclusion>
170-
<exclusion>
171-
<groupId>com.github.spotbugs</groupId>
172-
<artifactId>spotbugs-annotations</artifactId>
173-
</exclusion>
174166
<exclusion>
175167
<groupId>com.fasterxml.jackson.core</groupId>
176168
<artifactId>jackson-core</artifactId>
@@ -194,10 +186,6 @@
194186
<groupId>com.fasterxml.jackson.core</groupId>
195187
<artifactId>jackson-databind</artifactId>
196188
</exclusion>
197-
<exclusion>
198-
<groupId>com.github.spotbugs</groupId>
199-
<artifactId>spotbugs-annotations</artifactId>
200-
</exclusion>
201189
<exclusion>
202190
<groupId>com.fasterxml.jackson.core</groupId>
203191
<artifactId>jackson-core</artifactId>
@@ -221,10 +209,6 @@
221209
<groupId>com.fasterxml.jackson.core</groupId>
222210
<artifactId>jackson-databind</artifactId>
223211
</exclusion>
224-
<exclusion>
225-
<groupId>com.github.spotbugs</groupId>
226-
<artifactId>spotbugs-annotations</artifactId>
227-
</exclusion>
228212
<exclusion>
229213
<groupId>com.sun.activation</groupId>
230214
<artifactId>jakarta.activation</artifactId>
@@ -244,10 +228,6 @@
244228
<groupId>com.fasterxml.jackson.core</groupId>
245229
<artifactId>jackson-databind</artifactId>
246230
</exclusion>
247-
<exclusion>
248-
<groupId>com.github.spotbugs</groupId>
249-
<artifactId>spotbugs-annotations</artifactId>
250-
</exclusion>
251231
<exclusion>
252232
<groupId>com.fasterxml.jackson.core</groupId>
253233
<artifactId>jackson-core</artifactId>

docker-images/artifacts/kafka-thirdparty-libs/4.1.x/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@
136136
<groupId>com.fasterxml.jackson.core</groupId>
137137
<artifactId>jackson-databind</artifactId>
138138
</exclusion>
139-
<exclusion>
140-
<groupId>com.github.spotbugs</groupId>
141-
<artifactId>spotbugs-annotations</artifactId>
142-
</exclusion>
143139
<exclusion>
144140
<groupId>com.fasterxml.jackson.core</groupId>
145141
<artifactId>jackson-core</artifactId>
@@ -167,10 +163,6 @@
167163
<groupId>com.fasterxml.jackson.core</groupId>
168164
<artifactId>jackson-databind</artifactId>
169165
</exclusion>
170-
<exclusion>
171-
<groupId>com.github.spotbugs</groupId>
172-
<artifactId>spotbugs-annotations</artifactId>
173-
</exclusion>
174166
<exclusion>
175167
<groupId>com.fasterxml.jackson.core</groupId>
176168
<artifactId>jackson-core</artifactId>
@@ -194,10 +186,6 @@
194186
<groupId>com.fasterxml.jackson.core</groupId>
195187
<artifactId>jackson-databind</artifactId>
196188
</exclusion>
197-
<exclusion>
198-
<groupId>com.github.spotbugs</groupId>
199-
<artifactId>spotbugs-annotations</artifactId>
200-
</exclusion>
201189
<exclusion>
202190
<groupId>com.fasterxml.jackson.core</groupId>
203191
<artifactId>jackson-core</artifactId>
@@ -221,10 +209,6 @@
221209
<groupId>com.fasterxml.jackson.core</groupId>
222210
<artifactId>jackson-databind</artifactId>
223211
</exclusion>
224-
<exclusion>
225-
<groupId>com.github.spotbugs</groupId>
226-
<artifactId>spotbugs-annotations</artifactId>
227-
</exclusion>
228212
<exclusion>
229213
<groupId>com.sun.activation</groupId>
230214
<artifactId>jakarta.activation</artifactId>
@@ -244,10 +228,6 @@
244228
<groupId>com.fasterxml.jackson.core</groupId>
245229
<artifactId>jackson-databind</artifactId>
246230
</exclusion>
247-
<exclusion>
248-
<groupId>com.github.spotbugs</groupId>
249-
<artifactId>spotbugs-annotations</artifactId>
250-
</exclusion>
251231
<exclusion>
252232
<groupId>com.fasterxml.jackson.core</groupId>
253233
<artifactId>jackson-core</artifactId>

0 commit comments

Comments
 (0)