Skip to content

Commit

Permalink
Merge pull request #95 from inigo-cobian/update-aws-dependency
Browse files Browse the repository at this point in the history
Replace AWS dependency
  • Loading branch information
moovida authored Jun 24, 2024
2 parents d085f21 + 821b6fc commit e0dd027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gears/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<artifactId>aws-java-sdk-core</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<artifactId>aws-java-sdk-core</artifactId>
<version>${aws.version}</version>
</dependency>

Expand Down

0 comments on commit e0dd027

Please sign in to comment.