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 19a5d1f commit 795fe6cCopy full SHA for 795fe6c
v2-migration/pom.xml
@@ -37,7 +37,6 @@
37
<openrewrite.version>2.17.0</openrewrite.version>
38
<junit.version>5.10.3</junit.version>
39
<awssdkjavav1.version>1.12.472</awssdkjavav1.version>
40
- <jacksondatabind.version>2.17.2</jacksondatabind.version>
41
</properties>
42
43
<dependencyManagement>
@@ -229,6 +228,12 @@
229
228
<artifactId>test-utils</artifactId>
230
<version>${awsjavasdk.version}</version>
231
<scope>test</scope>
+ <exclusions>
232
+ <exclusion>
233
+ <groupId>com.fasterxml.jackson</groupId>
234
+ <artifactId>jackson-core</artifactId>
235
+ </exclusion>
236
+ </exclusions>
237
</dependency>
238
</dependencies>
239
0 commit comments