rickyma commented on code in PR #1700:
URL:
https://github.com/apache/incubator-uniffle/pull/1700#discussion_r1603260541
##########
server/pom.xml:
##########
@@ -129,13 +129,12 @@
</exclusions>
</dependency>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>${commons-collections.version}</version>
+ <groupId>org.apache.commons</groupId>
Review Comment:
We can find commons-collections 3 in the dependency tree which is introduced
by `hadoop-common`, but it is provided:
```
[INFO] +- org.apache.hadoop:hadoop-common:jar:2.8.5:provided
[INFO] | +- commons-collections:commons-collections:jar:3.2.2:provided
```
@LuciferYang
--
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]