This repository was archived by the owner on Feb 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 24
24
<artifactId >powertools-validation</artifactId >
25
25
<version >1.11.0</version >
26
26
</dependency >
27
- <dependency >
28
- <groupId >software.amazon.awssdk</groupId >
29
- <artifactId >url-connection-client</artifactId >
30
- <version >2.17.135</version >
31
- </dependency >
32
27
<dependency >
33
28
<groupId >com.amazonaws</groupId >
34
29
<artifactId >aws-lambda-java-core</artifactId >
35
30
<version >1.2.1</version >
36
31
</dependency >
37
- <dependency >
38
- <groupId >com.amazonaws</groupId >
39
- <artifactId >aws-lambda-java-events</artifactId >
40
- <version >3.11.0</version >
41
- </dependency >
42
- <dependency >
43
- <groupId >org.apache.logging.log4j</groupId >
44
- <artifactId >log4j-core</artifactId >
45
- <version >${log4j.version} </version >
46
- </dependency >
47
- <dependency >
48
- <groupId >org.apache.logging.log4j</groupId >
49
- <artifactId >log4j-api</artifactId >
50
- <version >${log4j.version} </version >
51
- </dependency >
52
- <dependency >
53
- <groupId >com.fasterxml.jackson.datatype</groupId >
54
- <artifactId >jackson-datatype-joda</artifactId >
55
- <version >2.13.1</version >
56
- </dependency >
57
32
58
33
<!-- Test dependencies -->
59
34
<dependency >
You can’t perform that action at this time.
0 commit comments