File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/powertools-examples-core-utilities/sam Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
<version >2.0.0-SNAPSHOT</version >
7
7
<artifactId >powertools-examples-core-utilities-sam</artifactId >
8
8
<packaging >jar</packaging >
9
-
9
+
10
10
<name >Powertools for AWS Lambda (Java) library Examples - Core Utilities (logging, tracing, metrics) with SAM</name >
11
11
12
12
<properties >
28
28
<version >${project.version} </version >
29
29
</dependency >
30
30
<dependency >
31
- <groupId >software.amazon.lambda </groupId >
32
- <artifactId >powertools-metrics </artifactId >
33
- <version >${project.version} </version >
31
+ <groupId >software.amazon.awssdk </groupId >
32
+ <artifactId >url-connection-client </artifactId >
33
+ <version >2.20.120 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >com.amazonaws</groupId >
You can’t perform that action at this time.
0 commit comments