xxubai commented on code in PR #3932:
URL: https://github.com/apache/amoro/pull/3932#discussion_r2525592140
##########
pom.xml:
##########
@@ -672,6 +710,48 @@
<version>${kryo.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.hive</groupId>
+ <artifactId>hive-exec</artifactId>
+ <version>${hive.version}</version>
+ <classifier>core</classifier>
+ <scope>test</scope>
Review Comment:
What I mean is that this is a test dependency, and as noted below, all
dependencies with the test scope should be placed there.
```
<!-- test dependencies -->
...
```
--
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]