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

[dolphinscheduler] branch 3.1.1-prepare 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.

kerwin pushed a commit to branch 3.1.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


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

commit 826ca39a31d7c231ae34d83e3952a9097f7c86f8
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 88391934b7..9fecd65ee9 100644
--- a/dolphinscheduler-master/pom.xml
+++ b/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>