Skip to content

Commit 5eca9ed

Browse files
author
Alexander Smirnov
committed
update date and remove redundant relocation configuration
1 parent 2ca32a7 commit 5eca9ed

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

aws-lambda-java-runtime-interface-client/RELEASE.CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### March 15, 2023
1+
### March 16, 2023
22
`2.3.1`
33
- ignore module-info for CDS preparation purposes
44

aws-lambda-java-serialization/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,6 @@
216216
<pattern>com.google.gson</pattern>
217217
<shadedPattern>${relocation.prefix}.com.google.gson</shadedPattern>
218218
</relocation>
219-
<relocation>
220-
<pattern>org.joda.time</pattern>
221-
<shadedPattern>${relocation.prefix}.org.joda.time</shadedPattern>
222-
</relocation>
223219
<relocation>
224220
<pattern>org.json</pattern>
225221
<shadedPattern>${relocation.prefix}.org.json</shadedPattern>

0 commit comments

Comments
 (0)