File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 8282
8383 <!-- Working with JSON -->
8484 <dependency >
85- <groupId >com.fasterxml.jackson.core</groupId >
86- <artifactId >jackson-core</artifactId >
87- <version >${jackson.version} </version >
88- </dependency >
89- <dependency >
90- <groupId >com.fasterxml.jackson.core</groupId >
91- <artifactId >jackson-annotations</artifactId >
92- <version >${jackson.version} </version >
93- </dependency >
94- <dependency >
95- <groupId >com.fasterxml.jackson.core</groupId >
96- <artifactId >jackson-databind</artifactId >
85+ <groupId >com.fasterxml.jackson</groupId >
86+ <artifactId >jackson-bom</artifactId >
9787 <version >${jackson.version} </version >
88+ <scope >import</scope >
89+ <type >pom</type >
9890 </dependency >
9991 <dependency >
10092 <groupId >org.everit.json</groupId >
You can’t perform that action at this time.
0 commit comments