Browse Source

[Bug][Master] Add the aws-java-sdk-s3 jar package to the master module (#12259) (#12512)

Co-authored-by: qiquan.li <qiquan.li@linkflowtech.com>
3.1.1-release
liqiquan 2 years ago committed by zhuangchong
parent
commit
826ca39a31
  1. 6
      dolphinscheduler-master/pom.xml

6
dolphinscheduler-master/pom.xml

@ -246,6 +246,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>

Loading…
Cancel
Save