kezhenxu94 commented on code in PR #9944:
URL: https://github.com/apache/dolphinscheduler/pull/9944#discussion_r867579354
##########
dolphinscheduler-master/pom.xml:
##########
@@ -67,11 +71,24 @@
</exclusion>
</exclusions>
</dependency>
-
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-common</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
Review Comment:
> Is it still need to import this jar package with exclusion *?
Master component only uses the class `ThreadUtil` in `Hadoop-common` itself,
nothing in its transitive dependencies is used. note exclusion * only excludes
everything `Hadoop-common` brings, not including `Hadoop-common` itself
--
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]