stoty commented on PR #5738: URL: https://github.com/apache/hbase/pull/5738#issuecomment-1980207309
A test has erronously used Curator's shaded Guava, and in a previous cleanup it has been added as an explicit dependency to avoid undeclared direct dependencies. Later on the curator Guava usage was replaced with the correct one, and the curator shaded Guava was banned, but the dependency has not been removed. We still have a transitive Curator dependency coming in via Hadoop-common, so most packages do have a transitive Curator dependency. Transitive-only dependencies should not be declared as explicit dependencies though. -- 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]
