Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit 17be5d0

Browse files
authored
feat(ecs): adding ecs service (#47)
1 parent cc6de0b commit 17be5d0

2 files changed

Lines changed: 1079 additions & 0 deletions

File tree

sdk-test-java/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@
147147
<groupId>software.amazon.awssdk</groupId>
148148
<artifactId>opensearch</artifactId>
149149
</dependency>
150+
<!-- ECS client -->
151+
<dependency>
152+
<groupId>software.amazon.awssdk</groupId>
153+
<artifactId>ecs</artifactId>
154+
</dependency>
150155
<!-- CloudFormation client -->
151156
<dependency>
152157
<groupId>software.amazon.awssdk</groupId>

0 commit comments

Comments
 (0)