Skip to content

Commit

Permalink
[Fix][Dist] Remove aws jar dependency in release package
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X committed Jul 24, 2024
1 parent d0c80b2 commit 01285a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seatunnel-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bundle</artifactId>
<version>1.11.271</version>
<version>${aws-java-sdk.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 01285a9

Please sign in to comment.