We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8586bf6 commit 16b47e5Copy full SHA for 16b47e5
examples/powertools-examples-core-utilities/sam/pom.xml
@@ -6,7 +6,7 @@
6
<version>2.0.0-SNAPSHOT</version>
7
<artifactId>powertools-examples-core-utilities-sam</artifactId>
8
<packaging>jar</packaging>
9
-
+
10
<name>Powertools for AWS Lambda (Java) library Examples - Core Utilities (logging, tracing, metrics) with SAM</name>
11
12
<properties>
@@ -28,9 +28,9 @@
28
<version>${project.version}</version>
29
</dependency>
30
<dependency>
31
- <groupId>software.amazon.lambda</groupId>
32
- <artifactId>powertools-metrics</artifactId>
33
- <version>${project.version}</version>
+ <groupId>software.amazon.awssdk</groupId>
+ <artifactId>url-connection-client</artifactId>
+ <version>2.20.120</version>
34
35
36
<groupId>com.amazonaws</groupId>
0 commit comments