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 8787 <dependencyManagement >
8888 <dependencies >
8989 <dependency >
90- <groupId >com.fasterxml.jackson.core</groupId >
91- <artifactId >jackson-core</artifactId >
92- <version >${jackson.version} </version >
93- </dependency >
94- <dependency >
95- <groupId >com.fasterxml.jackson.core</groupId >
96- <artifactId >jackson-databind</artifactId >
97- <version >${jackson.version} </version >
98- </dependency >
99- <dependency >
100- <groupId >com.fasterxml.jackson.core</groupId >
101- <artifactId >jackson-annotations</artifactId >
90+ <groupId >com.fasterxml.jackson</groupId >
91+ <artifactId >jackson-bom</artifactId >
10292 <version >${jackson.version} </version >
93+ <type >pom</type >
94+ <scope >import</scope >
10395 </dependency >
10496
10597 <dependency >
You can’t perform that action at this time.
0 commit comments