We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d072864 commit 2775d3eCopy full SHA for 2775d3e
.github/workflows/release-prep.yml
@@ -30,7 +30,7 @@ jobs:
30
find: ${{ env.CURRENT_VERSION }}
31
replace: ${{ github.event.inputs.targetRelease }}
32
regex: false
33
- include: "**/*pom.xml"
+ include: "pom.xml"
34
- name: Find and Replace ${{ env.CURRENT_VERSION }} with ${{ github.event.inputs.targetRelease }} in build.gradle
35
uses: jacobtomlinson/gha-find-replace@v2
36
with:
powertools-tracing/pom.xml
@@ -54,10 +54,6 @@
54
<groupId>com.amazonaws</groupId>
55
<artifactId>aws-lambda-java-core</artifactId>
56
</dependency>
57
- <dependency>
58
- <groupId>com.fasterxml.jackson.core</groupId>
59
- <artifactId>jackson-databind</artifactId>
60
- </dependency>
61
<dependency>
62
<groupId>org.aspectj</groupId>
63
<artifactId>aspectjrt</artifactId>
0 commit comments