pan3793 commented on code in PR #6758: URL: https://github.com/apache/kyuubi/pull/6758#discussion_r1806478823
########## extensions/spark/kyuubi-spark-authz/pom.xml: ########## @@ -380,6 +380,19 @@ <artifactId>${hudi.artifact}</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.scalatestplus</groupId> + <artifactId>mockito-4-11_${scala.binary.version}</artifactId> + <version>${scalatestplus.version}</version> Review Comment: we prefer to manage all deps version/exclusions in root pom's `dependencyManagement` block, and simply reference the groupId/artifactId/scope in the sub-modules pom's `dependencies` scope (with a few exceptions) -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org