File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
spring-batch-infrastructure Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 70
70
<artifactId >neo4j-ogm-core</artifactId >
71
71
<version >${neo4j-ogm-core.version} </version >
72
72
<optional >true</optional >
73
+ <exclusions >
74
+ <exclusion >
75
+ <groupId >com.fasterxml.jackson.datatype</groupId >
76
+ <artifactId >jackson-datatype-jdk8</artifactId >
77
+ </exclusion >
78
+ <exclusion >
79
+ <groupId >com.fasterxml.jackson.datatype</groupId >
80
+ <artifactId >jackson-datatype-jsr310</artifactId >
81
+ </exclusion >
82
+ </exclusions >
73
83
</dependency >
74
84
<dependency >
75
85
<groupId >org.springframework.kafka</groupId >
318
328
<artifactId >spring-kafka-test</artifactId >
319
329
<version >${spring-kafka.version} </version >
320
330
<scope >test</scope >
331
+ <exclusions >
332
+ <exclusion >
333
+ <groupId >com.fasterxml.jackson.module</groupId >
334
+ <artifactId >jackson-module-scala_2.13</artifactId >
335
+ </exclusion >
336
+ <exclusion >
337
+ <groupId >com.fasterxml.jackson.dataformat</groupId >
338
+ <artifactId >jackson-dataformat-csv</artifactId >
339
+ </exclusion >
340
+ <exclusion >
341
+ <groupId >com.fasterxml.jackson.datatype</groupId >
342
+ <artifactId >jackson-datatype-jdk8</artifactId >
343
+ </exclusion >
344
+ </exclusions >
321
345
</dependency >
322
346
<dependency >
323
347
<groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 109
109
<groupId >org.junit.jupiter</groupId >
110
110
<artifactId >junit-jupiter</artifactId >
111
111
</exclusion >
112
+ <exclusion >
113
+ <groupId >com.fasterxml.jackson.core</groupId >
114
+ <artifactId >jackson-databind</artifactId >
115
+ </exclusion >
116
+ <exclusion >
117
+ <groupId >com.fasterxml.jackson.core</groupId >
118
+ <artifactId >jackson-annotations</artifactId >
119
+ </exclusion >
120
+ <exclusion >
121
+ <groupId >com.fasterxml.jackson.dataformat</groupId >
122
+ <artifactId >jackson-dataformat-yaml</artifactId >
123
+ </exclusion >
112
124
</exclusions >
113
125
</dependency >
114
126
<dependency >
You can’t perform that action at this time.
0 commit comments