Skip to content

Commit d74c31c

Browse files
ebyhrwendigo
authored andcommitted
Remove unnecessary exclusions from Pinot
1 parent d47fa47 commit d74c31c

File tree

1 file changed

+0
-132
lines changed

1 file changed

+0
-132
lines changed

plugin/trino-pinot/pom.xml

Lines changed: 0 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -127,22 +127,10 @@
127127
<artifactId>helix-core</artifactId>
128128
<version>1.3.1</version>
129129
<exclusions>
130-
<exclusion>
131-
<groupId>commons-io</groupId>
132-
<artifactId>commons-io</artifactId>
133-
</exclusion>
134130
<exclusion>
135131
<groupId>javax.annotation</groupId>
136132
<artifactId>javax.annotation-api</artifactId>
137133
</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>
146134
<exclusion>
147135
<groupId>org.apache.logging.log4j</groupId>
148136
<artifactId>log4j-core</artifactId>
@@ -164,70 +152,10 @@
164152
<artifactId>pinot-common</artifactId>
165153
<version>${dep.pinot.version}</version>
166154
<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>
191155
<exclusion>
192156
<groupId>javax.servlet</groupId>
193157
<artifactId>javax.servlet-api</artifactId>
194158
</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>
231159
<exclusion>
232160
<groupId>org.apache.logging.log4j</groupId>
233161
<artifactId>log4j-1.2-api</artifactId>
@@ -244,30 +172,10 @@
244172
<groupId>org.apache.logging.log4j</groupId>
245173
<artifactId>log4j-slf4j2-impl</artifactId>
246174
</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>
263175
<exclusion>
264176
<groupId>org.glassfish.jersey.core</groupId>
265177
<artifactId>jersey-server</artifactId>
266178
</exclusion>
267-
<exclusion>
268-
<groupId>org.osgi</groupId>
269-
<artifactId>org.osgi.core</artifactId>
270-
</exclusion>
271179
<exclusion>
272180
<groupId>org.slf4j</groupId>
273181
<artifactId>slf4j-api</artifactId>
@@ -284,26 +192,6 @@
284192
<artifactId>pinot-core</artifactId>
285193
<version>${dep.pinot.version}</version>
286194
<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>
307195
<exclusion>
308196
<groupId>org.apache.logging.log4j</groupId>
309197
<artifactId>log4j-slf4j-impl</artifactId>
@@ -316,10 +204,6 @@
316204
<groupId>org.apache.logging.log4j</groupId>
317205
<artifactId>log4j-to-slf4j</artifactId>
318206
</exclusion>
319-
<exclusion>
320-
<groupId>org.codehaus.jackson</groupId>
321-
<artifactId>jackson-mapper-asl</artifactId>
322-
</exclusion>
323207
<exclusion>
324208
<groupId>org.glassfish.grizzly</groupId>
325209
<artifactId>grizzly-http-server</artifactId>
@@ -368,10 +252,6 @@
368252
<artifactId>pinot-spi</artifactId>
369253
<version>${dep.pinot.version}</version>
370254
<exclusions>
371-
<exclusion>
372-
<groupId>commons-logging</groupId>
373-
<artifactId>commons-logging</artifactId>
374-
</exclusion>
375255
<exclusion>
376256
<groupId>org.apache.logging.log4j</groupId>
377257
<artifactId>log4j-1.2-api</artifactId>
@@ -501,12 +381,6 @@
501381
<groupId>io.confluent</groupId>
502382
<artifactId>kafka-avro-serializer</artifactId>
503383
<scope>test</scope>
504-
<exclusions>
505-
<exclusion>
506-
<groupId>org.apache.zookeeper</groupId>
507-
<artifactId>zookeeper</artifactId>
508-
</exclusion>
509-
</exclusions>
510384
</dependency>
511385

512386
<dependency>
@@ -545,12 +419,6 @@
545419
<groupId>io.trino</groupId>
546420
<artifactId>trino-testing-kafka</artifactId>
547421
<scope>test</scope>
548-
<exclusions>
549-
<exclusion>
550-
<groupId>org.glassfish.jersey.core</groupId>
551-
<artifactId>jersey-common</artifactId>
552-
</exclusion>
553-
</exclusions>
554422
</dependency>
555423

556424
<dependency>

0 commit comments

Comments
 (0)