zabetak commented on code in PR #6371:
URL: https://github.com/apache/hive/pull/6371#discussion_r3015833282
##########
standalone-metastore/metastore-server/pom.xml:
##########
@@ -492,6 +471,12 @@
<artifactId>keycloak-admin-client</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>uk.org.webcompere</groupId>
+ <artifactId>system-stubs-core</artifactId>
+ <version>1.2.0</version>
+ <scope>test</scope>
+ </dependency>
Review Comment:
Previously you have not reverted all changes in pom.xml but just a part of
them. I addressed this by
https://github.com/apache/hive/pull/6371/commits/066a151a1905109dec222318da0dca1ac617b2d7
--
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]