File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3838 <dependency >
3939 <groupId >software.amazon.awssdk</groupId >
4040 <artifactId >bom</artifactId >
41- <version >2.21.20 </version >
41+ <version >2.29.45 </version >
4242 <type >pom</type >
4343 <scope >import</scope >
4444 </dependency >
5353 <dependency >
5454 <groupId >software.amazon.awssdk</groupId >
5555 <artifactId >sagemakerruntime</artifactId >
56- <version >2.20.26 </version >
56+ <version >2.29.45 </version >
5757 </dependency >
5858 <dependency >
5959 <groupId >org.junit.jupiter</groupId >
112112 <groupId >software.amazon.awssdk</groupId >
113113 <artifactId >sagemaker</artifactId >
114114 </dependency >
115+ <dependency >
116+ <groupId >software.amazon.awssdk</groupId >
117+ <artifactId >sso</artifactId >
118+ </dependency >
119+ <dependency >
120+ <groupId >software.amazon.awssdk</groupId >
121+ <artifactId >ssooidc</artifactId >
122+ </dependency >
115123 </dependencies >
116124</project >
Original file line number Diff line number Diff line change @@ -131,30 +131,22 @@ public void ListModels() {
131131 @ Test
132132 @ Tag ("IntegrationTest" )
133133 @ Order (5 )
134- public void ListNotebooks () {
135- assertDoesNotThrow (() -> ListNotebooks .listBooks (sageMakerClient ));
136- System .out .println ("Test 5 passed" );
137- }
138-
139- @ Test
140- @ Tag ("IntegrationTest" )
141- @ Order (6 )
142134 public void ListAlgorithms () {
143135 assertDoesNotThrow (() -> ListAlgorithms .listAlgs (sageMakerClient ));
144136 System .out .println ("Test 6 passed" );
145137 }
146138
147139 @ Test
148140 @ Tag ("IntegrationTest" )
149- @ Order (7 )
141+ @ Order (6 )
150142 public void ListTrainingJobs () {
151143 assertDoesNotThrow (() -> ListTrainingJobs .listJobs (sageMakerClient ));
152144 System .out .println ("Test 7 passed" );
153145 }
154146
155147 @ Test
156148 @ Tag ("IntegrationTest" )
157- @ Order (8 )
149+ @ Order (7 )
158150 public void DeleteModel () {
159151 assertDoesNotThrow (() -> DeleteModel .deleteSagemakerModel (sageMakerClient , modelName ));
160152 System .out .println ("Test 8 passed" );
Original file line number Diff line number Diff line change 6060 <dependency >
6161 <groupId >software.amazon.awssdk</groupId >
6262 <artifactId >bom</artifactId >
63- <version >2.26.14 </version >
63+ <version >2.29.45 </version >
6464 <type >pom</type >
6565 <scope >import</scope >
6666 </dependency >
You can’t perform that action at this time.
0 commit comments