Skip to content

Commit 769a152

Browse files
committed
Fix dependency
1 parent 47b3b4d commit 769a152

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codegen-maven-plugin/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<groupId>software.amazon.awssdk</groupId>
5858
<version>${awsjavasdk.version}</version>
5959
</dependency>
60+
<dependency>
61+
<artifactId>utils</artifactId>
62+
<groupId>software.amazon.awssdk</groupId>
63+
<version>${awsjavasdk.version}</version>
64+
</dependency>
6065
<dependency>
6166
<groupId>org.junit.jupiter</groupId>
6267
<artifactId>junit-jupiter</artifactId>

0 commit comments

Comments
 (0)