CalvinKirs commented on a change in pull request #3424: URL: https://github.com/apache/incubator-dolphinscheduler/pull/3424#discussion_r467693075
########## File path: dolphinscheduler-common/pom.xml ########## @@ -313,6 +314,26 @@ </exclusions> </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-aliyun</artifactId> + <version>${hadoop.aliyun.version}</version> + <exclusions> + <exclusion> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + </exclusion> + <exclusion> + <groupId>org.codehaus.jackson</groupId> + <artifactId>jackson-core-asl</artifactId> + </exclusion> + <exclusion> + <groupId>org.codehaus.jackson</groupId> + <artifactId>jackson-mapper-asl</artifactId> + </exclusion> + </exclusions> + </dependency> Review comment: adding a new jar requires e-mail instructions. You can refer to (https://dolphinscheduler.apache.org/zh-cn/docs/development/DS-License.html) and send an e-mail to the community after completing the self-check. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org