File tree 7 files changed +12
-20
lines changed
examples/powertools-examples-core
7 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >software.amazon.lambda.examples</groupId >
6
6
<artifactId >cdk</artifactId >
7
- <version >1.17.0 </version >
7
+ <version >1.18.0-SNAPSHOT </version >
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
10
<cdk .version>2.91.0</cdk .version>
Original file line number Diff line number Diff line change 27
27
<artifactId >powertools-logging</artifactId >
28
28
<version >${project.version} </version >
29
29
</dependency >
30
+ <dependency >
31
+ <groupId >software.amazon.lambda</groupId >
32
+ <artifactId >powertools-metrics</artifactId >
33
+ <version >${project.version} </version >
34
+ </dependency >
30
35
<dependency >
31
36
<groupId >software.amazon.awssdk</groupId >
32
37
<artifactId >url-connection-client</artifactId >
Original file line number Diff line number Diff line change 58
58
<groupId >com.amazonaws</groupId >
59
59
<artifactId >aws-lambda-java-core</artifactId >
60
60
</dependency >
61
+ <dependency >
62
+ <groupId >org.aspectj</groupId >
63
+ <artifactId >aspectjrt</artifactId >
64
+ </dependency >
61
65
<dependency >
62
66
<groupId >org.apache.logging.log4j</groupId >
63
67
<artifactId >log4j-slf4j2-impl</artifactId >
117
121
</plugins >
118
122
</build >
119
123
120
- </project >
124
+ </project >
Original file line number Diff line number Diff line change 83
83
<artifactId >jackson-databind</artifactId >
84
84
</dependency >
85
85
86
- <dependency >
87
- <groupId >org.aspectj</groupId >
88
- <artifactId >aspectjrt</artifactId >
89
- </dependency >
90
-
91
86
<!-- Test dependencies -->
92
87
<dependency >
93
88
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 104
104
<groupId >com.fasterxml.jackson.core</groupId >
105
105
<artifactId >jackson-databind</artifactId >
106
106
</dependency >
107
- <dependency >
108
- <groupId >org.aspectj</groupId >
109
- <artifactId >aspectjrt</artifactId >
110
- <scope >compile</scope >
111
- </dependency >
107
+
112
108
<!-- Test dependencies -->
113
109
<dependency >
114
110
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 68
68
<groupId >com.amazonaws</groupId >
69
69
<artifactId >aws-lambda-java-core</artifactId >
70
70
</dependency >
71
- <dependency >
72
- <groupId >org.aspectj</groupId >
73
- <artifactId >aspectjrt</artifactId >
74
- </dependency >
75
71
<dependency >
76
72
<groupId >com.amazonaws</groupId >
77
73
<artifactId >aws-xray-recorder-sdk-core</artifactId >
Original file line number Diff line number Diff line change 80
80
<groupId >com.fasterxml.jackson.core</groupId >
81
81
<artifactId >jackson-databind</artifactId >
82
82
</dependency >
83
- <dependency >
84
- <groupId >org.aspectj</groupId >
85
- <artifactId >aspectjrt</artifactId >
86
- </dependency >
87
83
<dependency >
88
84
<groupId >com.networknt</groupId >
89
85
<artifactId >json-schema-validator</artifactId >
You can’t perform that action at this time.
0 commit comments