jerqi commented on code in PR #890:
URL: https://github.com/apache/incubator-uniffle/pull/890#discussion_r1198485851
##########
client-tez/pom.xml:
##########
@@ -26,61 +27,81 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-tez</artifactId>
<version>0.8.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (Tez)</name>
<dependencies>
<dependency>
- <groupId>org.apache.uniffle</groupId>
- <artifactId>rss-client</artifactId>
+ <groupId>org.apache.tez</groupId>
Review Comment:
Could we remove the `version`? The pom will extend the parent tez version.
We use the parent pom to manage the third party package version.
--
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]