File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 37
37
<openrewrite .version>2.17.0</openrewrite .version>
38
38
<junit .version>5.10.3</junit .version>
39
39
<awssdkjavav1 .version>1.12.472</awssdkjavav1 .version>
40
- <jacksondatabind .version>2.17.2</jacksondatabind .version>
41
40
</properties >
42
41
43
42
<dependencyManagement >
82
81
<artifactId >rewrite-java-dependencies</artifactId >
83
82
<scope >runtime</scope >
84
83
</dependency >
85
- <!-- We have to explicitly add jackson dependency to fix import issue
86
- TODO: remove this once it's fixed. See JAVA-7848-->
87
- <dependency >
88
- <groupId >com.fasterxml.jackson.core</groupId >
89
- <artifactId >jackson-databind</artifactId >
90
- <version >${jacksondatabind.version} </version >
91
- </dependency >
92
84
<dependency >
93
85
<groupId >software.amazon.awssdk</groupId >
94
86
<artifactId >utils</artifactId >
236
228
<artifactId >test-utils</artifactId >
237
229
<version >${awsjavasdk.version} </version >
238
230
<scope >test</scope >
231
+ <exclusions >
232
+ <exclusion >
233
+ <groupId >com.fasterxml.jackson.core</groupId >
234
+ <artifactId >jackson-core</artifactId >
235
+ </exclusion >
236
+ <exclusion >
237
+ <groupId >com.fasterxml.jackson.core</groupId >
238
+ <artifactId >jackson-databind</artifactId >
239
+ </exclusion >
240
+ </exclusions >
239
241
</dependency >
240
242
</dependencies >
241
243
You can’t perform that action at this time.
0 commit comments