|
127 | 127 | <artifactId>helix-core</artifactId> |
128 | 128 | <version>1.3.1</version> |
129 | 129 | <exclusions> |
130 | | - <exclusion> |
131 | | - <groupId>commons-io</groupId> |
132 | | - <artifactId>commons-io</artifactId> |
133 | | - </exclusion> |
134 | 130 | <exclusion> |
135 | 131 | <groupId>javax.annotation</groupId> |
136 | 132 | <artifactId>javax.annotation-api</artifactId> |
137 | 133 | </exclusion> |
138 | | - <exclusion> |
139 | | - <groupId>log4j</groupId> |
140 | | - <artifactId>log4j</artifactId> |
141 | | - </exclusion> |
142 | | - <exclusion> |
143 | | - <groupId>org.apache.commons</groupId> |
144 | | - <artifactId>commons-lang3</artifactId> |
145 | | - </exclusion> |
146 | 134 | <exclusion> |
147 | 135 | <groupId>org.apache.logging.log4j</groupId> |
148 | 136 | <artifactId>log4j-core</artifactId> |
|
164 | 152 | <artifactId>pinot-common</artifactId> |
165 | 153 | <version>${dep.pinot.version}</version> |
166 | 154 | <exclusions> |
167 | | - <exclusion> |
168 | | - <groupId>com.101tec</groupId> |
169 | | - <artifactId>zkclient</artifactId> |
170 | | - </exclusion> |
171 | | - <exclusion> |
172 | | - <groupId>com.google.code.findbugs</groupId> |
173 | | - <artifactId>annotations</artifactId> |
174 | | - </exclusion> |
175 | | - <exclusion> |
176 | | - <groupId>com.sun.activation</groupId> |
177 | | - <artifactId>jakarta.activation</artifactId> |
178 | | - </exclusion> |
179 | | - <exclusion> |
180 | | - <groupId>commons-beanutils</groupId> |
181 | | - <artifactId>commons-beanutils-core</artifactId> |
182 | | - </exclusion> |
183 | | - <exclusion> |
184 | | - <groupId>commons-codec</groupId> |
185 | | - <artifactId>commons-codec</artifactId> |
186 | | - </exclusion> |
187 | | - <exclusion> |
188 | | - <groupId>commons-logging</groupId> |
189 | | - <artifactId>commons-logging</artifactId> |
190 | | - </exclusion> |
191 | 155 | <exclusion> |
192 | 156 | <groupId>javax.servlet</groupId> |
193 | 157 | <artifactId>javax.servlet-api</artifactId> |
194 | 158 | </exclusion> |
195 | | - <exclusion> |
196 | | - <groupId>javax.validation</groupId> |
197 | | - <artifactId>validation-api</artifactId> |
198 | | - </exclusion> |
199 | | - <exclusion> |
200 | | - <groupId>jline</groupId> |
201 | | - <artifactId>jline</artifactId> |
202 | | - </exclusion> |
203 | | - <exclusion> |
204 | | - <groupId>log4j</groupId> |
205 | | - <artifactId>log4j</artifactId> |
206 | | - </exclusion> |
207 | | - <exclusion> |
208 | | - <groupId>net.openhft</groupId> |
209 | | - <artifactId>chronicle-core</artifactId> |
210 | | - </exclusion> |
211 | | - <exclusion> |
212 | | - <groupId>org.antlr</groupId> |
213 | | - <artifactId>antlr4-annotations</artifactId> |
214 | | - </exclusion> |
215 | | - <exclusion> |
216 | | - <groupId>org.apache.commons</groupId> |
217 | | - <artifactId>commons-compress</artifactId> |
218 | | - </exclusion> |
219 | | - <exclusion> |
220 | | - <groupId>org.apache.httpcomponents</groupId> |
221 | | - <artifactId>httpcore</artifactId> |
222 | | - </exclusion> |
223 | | - <exclusion> |
224 | | - <groupId>org.apache.kafka</groupId> |
225 | | - <artifactId>kafka-clients</artifactId> |
226 | | - </exclusion> |
227 | | - <exclusion> |
228 | | - <groupId>org.apache.kafka</groupId> |
229 | | - <artifactId>kafka_2.10</artifactId> |
230 | | - </exclusion> |
231 | 159 | <exclusion> |
232 | 160 | <groupId>org.apache.logging.log4j</groupId> |
233 | 161 | <artifactId>log4j-1.2-api</artifactId> |
|
244 | 172 | <groupId>org.apache.logging.log4j</groupId> |
245 | 173 | <artifactId>log4j-slf4j2-impl</artifactId> |
246 | 174 | </exclusion> |
247 | | - <exclusion> |
248 | | - <groupId>org.apache.zookeeper</groupId> |
249 | | - <artifactId>zookeeper</artifactId> |
250 | | - </exclusion> |
251 | | - <exclusion> |
252 | | - <groupId>org.checkerframework</groupId> |
253 | | - <artifactId>checker-compat-qual</artifactId> |
254 | | - </exclusion> |
255 | | - <exclusion> |
256 | | - <groupId>org.codehaus.jackson</groupId> |
257 | | - <artifactId>jackson-mapper-asl</artifactId> |
258 | | - </exclusion> |
259 | | - <exclusion> |
260 | | - <groupId>org.glassfish.hk2.external</groupId> |
261 | | - <artifactId>jakarta.inject</artifactId> |
262 | | - </exclusion> |
263 | 175 | <exclusion> |
264 | 176 | <groupId>org.glassfish.jersey.core</groupId> |
265 | 177 | <artifactId>jersey-server</artifactId> |
266 | 178 | </exclusion> |
267 | | - <exclusion> |
268 | | - <groupId>org.osgi</groupId> |
269 | | - <artifactId>org.osgi.core</artifactId> |
270 | | - </exclusion> |
271 | 179 | <exclusion> |
272 | 180 | <groupId>org.slf4j</groupId> |
273 | 181 | <artifactId>slf4j-api</artifactId> |
|
284 | 192 | <artifactId>pinot-core</artifactId> |
285 | 193 | <version>${dep.pinot.version}</version> |
286 | 194 | <exclusions> |
287 | | - <exclusion> |
288 | | - <groupId>commons-logging</groupId> |
289 | | - <artifactId>commons-logging</artifactId> |
290 | | - </exclusion> |
291 | | - <exclusion> |
292 | | - <groupId>javax.validation</groupId> |
293 | | - <artifactId>validation-api</artifactId> |
294 | | - </exclusion> |
295 | | - <exclusion> |
296 | | - <groupId>org.antlr</groupId> |
297 | | - <artifactId>antlr4-annotations</artifactId> |
298 | | - </exclusion> |
299 | | - <exclusion> |
300 | | - <groupId>org.apache.kafka</groupId> |
301 | | - <artifactId>kafka-clients</artifactId> |
302 | | - </exclusion> |
303 | | - <exclusion> |
304 | | - <groupId>org.apache.kafka</groupId> |
305 | | - <artifactId>kafka_2.10</artifactId> |
306 | | - </exclusion> |
307 | 195 | <exclusion> |
308 | 196 | <groupId>org.apache.logging.log4j</groupId> |
309 | 197 | <artifactId>log4j-slf4j-impl</artifactId> |
|
316 | 204 | <groupId>org.apache.logging.log4j</groupId> |
317 | 205 | <artifactId>log4j-to-slf4j</artifactId> |
318 | 206 | </exclusion> |
319 | | - <exclusion> |
320 | | - <groupId>org.codehaus.jackson</groupId> |
321 | | - <artifactId>jackson-mapper-asl</artifactId> |
322 | | - </exclusion> |
323 | 207 | <exclusion> |
324 | 208 | <groupId>org.glassfish.grizzly</groupId> |
325 | 209 | <artifactId>grizzly-http-server</artifactId> |
|
368 | 252 | <artifactId>pinot-spi</artifactId> |
369 | 253 | <version>${dep.pinot.version}</version> |
370 | 254 | <exclusions> |
371 | | - <exclusion> |
372 | | - <groupId>commons-logging</groupId> |
373 | | - <artifactId>commons-logging</artifactId> |
374 | | - </exclusion> |
375 | 255 | <exclusion> |
376 | 256 | <groupId>org.apache.logging.log4j</groupId> |
377 | 257 | <artifactId>log4j-1.2-api</artifactId> |
|
501 | 381 | <groupId>io.confluent</groupId> |
502 | 382 | <artifactId>kafka-avro-serializer</artifactId> |
503 | 383 | <scope>test</scope> |
504 | | - <exclusions> |
505 | | - <exclusion> |
506 | | - <groupId>org.apache.zookeeper</groupId> |
507 | | - <artifactId>zookeeper</artifactId> |
508 | | - </exclusion> |
509 | | - </exclusions> |
510 | 384 | </dependency> |
511 | 385 |
|
512 | 386 | <dependency> |
|
545 | 419 | <groupId>io.trino</groupId> |
546 | 420 | <artifactId>trino-testing-kafka</artifactId> |
547 | 421 | <scope>test</scope> |
548 | | - <exclusions> |
549 | | - <exclusion> |
550 | | - <groupId>org.glassfish.jersey.core</groupId> |
551 | | - <artifactId>jersey-common</artifactId> |
552 | | - </exclusion> |
553 | | - </exclusions> |
554 | 422 | </dependency> |
555 | 423 |
|
556 | 424 | <dependency> |
|
0 commit comments