Skip to content

Commit

Permalink
Add missing dependency software.amazon.awssdk:aws-core to spring-clou…
Browse files Browse the repository at this point in the history
…d-aws-core
  • Loading branch information
maxjiang153 committed Nov 2, 2023
1 parent 0a176d0 commit ea5363d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spring-cloud-aws-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>auth</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
Expand Down

0 comments on commit ea5363d

Please sign in to comment.