dsmiley commented on PR #4612: URL: https://github.com/apache/solr/pull/4612#issuecomment-4904184307
> DAGP flagged the kafka-clients test-classifier jar as an unused dependency (nothing compiles against it), so I'd removed it. But it's needed at runtime: EmbeddedKafkaCluster (from the kafka-streams test jar) loads org.apache.kafka.test.TestCondition from it, so the *IntegrationTest suites failed with ClassNotFoundException. Re-added as testRuntimeOnly (the accurate scope — runtime, not compile) with a comment. Shouldn't kafka-streams-test depend on kafka-clients-test then? The failure implies it's needed but the ClassNotFoundException suggests suggests wrong POM metadata on their part. -- 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]
