File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 3838 <type >pom</type >
3939 <scope >import</scope >
4040 </dependency >
41+ <!--
42+ Force Jackson version because of DurableTask,
43+ otherwise we get the latest from Spring Boot
44+ -->
45+ <dependency >
46+ <groupId >com.fasterxml.jackson.core</groupId >
47+ <artifactId >jackson-databind</artifactId >
48+ <version >${jackson.version} </version >
49+ </dependency >
50+ <dependency >
51+ <groupId >com.fasterxml.jackson.core</groupId >
52+ <artifactId >jackson-core</artifactId >
53+ <version >${jackson.version} </version >
54+ </dependency >
55+ <dependency >
56+ <groupId >com.fasterxml.jackson.core</groupId >
57+ <artifactId >jackson-annotations</artifactId >
58+ <version >${jackson.version} </version >
59+ </dependency >
60+ <dependency >
61+ <groupId >com.fasterxml.jackson.datatype</groupId >
62+ <artifactId >jackson-datatype-jsr310</artifactId >
63+ <version >${jackson.version} </version >
64+ </dependency >
65+ <dependency >
66+ <groupId >com.fasterxml.jackson.datatype</groupId >
67+ <artifactId >jackson-datatype-jdk8</artifactId >
68+ <version >${jackson.version} </version >
69+ </dependency >
70+ <dependency >
71+ <groupId >com.fasterxml.jackson.module</groupId >
72+ <artifactId >jackson-module-parameter-names</artifactId >
73+ <version >${jackson.version} </version >
74+ </dependency >
4175 <dependency >
4276 <groupId >org.junit.platform</groupId >
4377 <artifactId >junit-platform-commons</artifactId >
You can’t perform that action at this time.
0 commit comments