Skip to content

Commit

Permalink
refactor: use awssdk dependency from nucleus 2.5.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
saranyailla committed Oct 19, 2024
1 parent f39a67d commit 89236e0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.20.138</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<extensions>
<extension>
Expand Down Expand Up @@ -290,6 +279,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>secretsmanager</artifactId>
<version>2.17.60</version>
<!-- Exclude transitive dependencies because we have them in the Nucleus already -->
<exclusions>
<exclusion>
Expand Down

0 comments on commit 89236e0

Please sign in to comment.