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 0919051 commit 41677a7Copy full SHA for 41677a7
javav2/example_code/redshift/pom.xml
@@ -44,7 +44,7 @@
44
<dependency>
45
<groupId>software.amazon.awssdk</groupId>
46
<artifactId>bom</artifactId>
47
- <version>2.27.22</version>
+ <version>2.29.45</version>
48
<type>pom</type>
49
<scope>import</scope>
50
</dependency>
@@ -151,5 +151,13 @@
151
<groupId>org.apache.logging.log4j</groupId>
152
<artifactId>log4j-1.2-api</artifactId>
153
154
+ <dependency>
155
+ <groupId>software.amazon.awssdk</groupId>
156
+ <artifactId>sso</artifactId>
157
+ </dependency>
158
159
160
+ <artifactId>ssooidc</artifactId>
161
162
</dependencies>
163
</project>
0 commit comments