difin commented on code in PR #4348:
URL: https://github.com/apache/hive/pull/4348#discussion_r1223044569
##########
standalone-metastore/metastore-server/pom.xml:
##########
@@ -395,6 +395,13 @@
<version>2.32.0</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
Review Comment:
Needed for the new unit tests added as part of this PR which use
`import org.apache.logging.log4j.test.appender.ListAppender;`
--
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]