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 120120
121121 <!-- Jackson -->
122122 <dependency >
123- <groupId >com.fasterxml.jackson.core</groupId >
124- <artifactId >jackson-core</artifactId >
125- <version >${jackson.version} </version >
126- </dependency >
127- <dependency >
128- <groupId >com.fasterxml.jackson.core</groupId >
129- <artifactId >jackson-databind</artifactId >
130- <version >${jackson.version} </version >
131- </dependency >
132- <dependency >
133- <groupId >com.fasterxml.jackson.datatype</groupId >
134- <artifactId >jackson-datatype-jsr310</artifactId >
123+ <groupId >com.fasterxml.jackson</groupId >
124+ <artifactId >jackson-bom</artifactId >
135125 <version >${jackson.version} </version >
126+ <type >pom</type >
127+ <scope >import</scope >
136128 </dependency >
137129
138130 <!-- Protostuff/Protobuf -->
You can’t perform that action at this time.
0 commit comments