File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -303,6 +303,11 @@ Amazon AutoScaling, etc).</description>
303
303
<artifactId >dynamodb</artifactId >
304
304
<version >${awsjavasdk.version} </version >
305
305
</dependency >
306
+ <dependency >
307
+ <groupId >software.amazon.awssdk</groupId >
308
+ <artifactId >dynamodb-enhanced</artifactId >
309
+ <version >${awsjavasdk.version} </version >
310
+ </dependency >
306
311
<dependency >
307
312
<groupId >software.amazon.awssdk</groupId >
308
313
<artifactId >ec2</artifactId >
@@ -423,6 +428,11 @@ Amazon AutoScaling, etc).</description>
423
428
<artifactId >iam-policy-builder</artifactId >
424
429
<version >${awsjavasdk.version} </version >
425
430
</dependency >
431
+ <dependency >
432
+ <groupId >software.amazon.awssdk</groupId >
433
+ <artifactId >imds</artifactId >
434
+ <version >${awsjavasdk.version} </version >
435
+ </dependency >
426
436
<dependency >
427
437
<groupId >software.amazon.awssdk</groupId >
428
438
<artifactId >inspector</artifactId >
You can’t perform that action at this time.
0 commit comments