We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f2d7b commit 3dbc416Copy full SHA for 3dbc416
javav2/example_code/glacier/pom.xml
@@ -38,7 +38,7 @@
38
<dependency>
39
<groupId>software.amazon.awssdk</groupId>
40
<artifactId>bom</artifactId>
41
- <version>2.21.20</version>
+ <version>2.29.45</version>
42
<type>pom</type>
43
<scope>import</scope>
44
</dependency>
@@ -81,5 +81,13 @@
81
82
<artifactId>glacier</artifactId>
83
84
+ <dependency>
85
+ <groupId>software.amazon.awssdk</groupId>
86
+ <artifactId>sso</artifactId>
87
+ </dependency>
88
89
90
+ <artifactId>ssooidc</artifactId>
91
92
</dependencies>
93
</project>
0 commit comments