Shekharrajak commented on code in PR #19441:
URL: https://github.com/apache/druid/pull/19441#discussion_r3213610302
##########
extensions-core/kafka-extraction-namespace/pom.xml:
##########
@@ -114,17 +114,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.curator</groupId>
- <artifactId>curator-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.kafka</groupId>
Review Comment:
Druid only ever depended on it from test scope, and only because TestBroker
needed kafka.server.KafkaServer. Once TestBroker is gone, nothing imports
anything from kafka.* (Scala namespace)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]