Skip to content

Commit cc1b628

Browse files
committed
PR aws-powertools#717: fix utilities dependency
1 parent f85551f commit cc1b628

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
<artifactId>powertools-core</artifactId>
9393
<version>${project.version}</version>
9494
</dependency>
95+
<dependency>
96+
<groupId>software.amazon.lambda</groupId>
97+
<artifactId>powertools-utilities</artifactId>
98+
<version>${project.version}</version>
99+
</dependency>
95100
<dependency>
96101
<groupId>software.amazon.lambda</groupId>
97102
<artifactId>powertools-logging</artifactId>

0 commit comments

Comments
 (0)