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 e71a0ec commit 87f2d7bCopy full SHA for 87f2d7b
javav2/example_code/forecast/pom.xml
@@ -29,7 +29,7 @@
29
<dependency>
30
<groupId>software.amazon.awssdk</groupId>
31
<artifactId>bom</artifactId>
32
- <version>2.21.21</version>
+ <version>2.29.45</version>
33
<type>pom</type>
34
<scope>import</scope>
35
</dependency>
@@ -72,5 +72,13 @@
72
73
<artifactId>forecast</artifactId>
74
75
+ <dependency>
76
+ <groupId>software.amazon.awssdk</groupId>
77
+ <artifactId>sso</artifactId>
78
+ </dependency>
79
80
81
+ <artifactId>ssooidc</artifactId>
82
83
</dependencies>
84
</project>
0 commit comments