File tree 6 files changed +20
-7
lines changed
examples/powertools-examples-core
6 files changed +20
-7
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-SNAPSHOT </version >
7
+ <version >1.17.0</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 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<groupId >software.amazon.lambda.examples</groupId >
6
- <<<<<<<< HEAD:examples/powertools-examples-core-utilities/sam/pom.xml
7
6
<version >2.0.0-SNAPSHOT</version >
8
- <artifactId >powertools-examples-core-utilities-sam</artifactId >
9
- ========
10
- <version >1.17.0-SNAPSHOT</version >
11
7
<artifactId >powertools-examples-core-sam</artifactId >
12
- >>>>>>>> ef11a64d (docs: Adding CDK example (#1321)):examples/powertools-examples-core/sam/pom.xml
13
8
<packaging >jar</packaging >
14
9
15
- <name >Powertools for AWS Lambda (Java) library Examples - Core Utilities (logging, tracing, metrics) with SAM </name >
10
+ <name >Powertools for AWS Lambda (Java) library Examples - Core</name >
16
11
17
12
<properties >
18
13
<log4j .version>2.20.0</log4j .version>
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
+
86
91
<!-- Test dependencies -->
87
92
<dependency >
88
93
<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
<!-- Test dependencies -->
108
113
<dependency >
109
114
<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 >
71
75
<dependency >
72
76
<groupId >com.amazonaws</groupId >
73
77
<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 >
83
87
<dependency >
84
88
<groupId >com.networknt</groupId >
85
89
<artifactId >json-schema-validator</artifactId >
You can’t perform that action at this time.
0 commit comments