You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/10/25 06:53:26 UTC

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

This is an automated email from the ASF dual-hosted git repository.

caishunfeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4aa9d60683 [Bug][Master] Add the aws-java-sdk-s3 jar package to the master module (#12259) (#12512)
4aa9d60683 is described below

commit 4aa9d60683e7295dbd3dd3e66618d43610edf9b9
Author: liqiquan <13...@qq.com>
AuthorDate: Tue Oct 25 14:53:18 2022 +0800

    [Bug][Master] Add the aws-java-sdk-s3 jar package to the master module (#12259) (#12512)
    
    Co-authored-by: qiquan.li <qi...@linkflowtech.com>
---
 dolphinscheduler-master/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dolphinscheduler-master/pom.xml b/dolphinscheduler-master/pom.xml
index ff77fa085d..2c91ae381e 100644
--- a/dolphinscheduler-master/pom.xml
+++ b/dolphinscheduler-master/pom.xml
@@ -247,6 +247,12 @@
                 </exclusion>
             </exclusions>
         </dependency>
+
+        <dependency>
+            <groupId>com.amazonaws</groupId>
+            <artifactId>aws-java-sdk-s3</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>