Skip to content

Commit 4c271f9

Browse files
chore:Prep release 1.17.0 (#1381)
* chore:prep release 1.17.0 * Update changelog --------- Co-authored-by: scottgerring <[email protected]> Co-authored-by: Scott Gerring <[email protected]>
1 parent 0211181 commit 4c271f9

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed

examples/powertools-examples-core/cdk/infra/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>software.amazon.lambda.examples</groupId>
66
<artifactId>cdk</artifactId>
7-
<version>1.17.0-SNAPSHOT</version>
7+
<version>1.17.0</version>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<cdk.version>2.91.0</cdk.version>

examples/powertools-examples-core/sam/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,11 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>software.amazon.lambda.examples</groupId>
6-
<<<<<<<< HEAD:examples/powertools-examples-core-utilities/sam/pom.xml
76
<version>2.0.0-SNAPSHOT</version>
8-
<artifactId>powertools-examples-core-utilities-sam</artifactId>
9-
========
10-
<version>1.17.0-SNAPSHOT</version>
117
<artifactId>powertools-examples-core-sam</artifactId>
12-
>>>>>>>> ef11a64d (docs: Adding CDK example (#1321)):examples/powertools-examples-core/sam/pom.xml
138
<packaging>jar</packaging>
149

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>
1611

1712
<properties>
1813
<log4j.version>2.20.0</log4j.version>

powertools-metrics/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
<artifactId>jackson-databind</artifactId>
8484
</dependency>
8585

86+
<dependency>
87+
<groupId>org.aspectj</groupId>
88+
<artifactId>aspectjrt</artifactId>
89+
</dependency>
90+
8691
<!-- Test dependencies -->
8792
<dependency>
8893
<groupId>org.junit.jupiter</groupId>

powertools-parameters/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
<groupId>com.fasterxml.jackson.core</groupId>
105105
<artifactId>jackson-databind</artifactId>
106106
</dependency>
107+
<dependency>
108+
<groupId>org.aspectj</groupId>
109+
<artifactId>aspectjrt</artifactId>
110+
<scope>compile</scope>
111+
</dependency>
107112
<!-- Test dependencies -->
108113
<dependency>
109114
<groupId>org.junit.jupiter</groupId>

powertools-tracing/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
<groupId>com.amazonaws</groupId>
6969
<artifactId>aws-lambda-java-core</artifactId>
7070
</dependency>
71+
<dependency>
72+
<groupId>org.aspectj</groupId>
73+
<artifactId>aspectjrt</artifactId>
74+
</dependency>
7175
<dependency>
7276
<groupId>com.amazonaws</groupId>
7377
<artifactId>aws-xray-recorder-sdk-core</artifactId>

powertools-validation/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
<groupId>com.fasterxml.jackson.core</groupId>
8181
<artifactId>jackson-databind</artifactId>
8282
</dependency>
83+
<dependency>
84+
<groupId>org.aspectj</groupId>
85+
<artifactId>aspectjrt</artifactId>
86+
</dependency>
8387
<dependency>
8488
<groupId>com.networknt</groupId>
8589
<artifactId>json-schema-validator</artifactId>

0 commit comments

Comments
 (0)