File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5959 <slf4j-version >2.0.17</slf4j-version >
6060 <webdav-version >3.3.0</webdav-version >
61- <!-- Note jackson-core/databind was published as 2.20.0 but annotations was 2.20 -->
6261 <jackson-version >2.21.1</jackson-version >
6362 <httpcoreVersion >4.4.16</httpcoreVersion >
6463 <httpclientVersion >4.5.14</httpclientVersion >
270269 <type >pom</type >
271270 </dependency >
272271 <dependency >
273- <groupId >com.fasterxml.jackson.core</groupId >
274- <artifactId >jackson-core</artifactId >
275- <version >${jackson-version} </version >
276- </dependency >
277- <dependency >
278- <groupId >com.fasterxml.jackson.core</groupId >
279- <artifactId >jackson-databind</artifactId >
280- <version >${jackson-version} .0</version >
281- </dependency >
282- <dependency >
283- <groupId >com.fasterxml.jackson.core</groupId >
284- <artifactId >jackson-annotations</artifactId >
272+ <groupId >com.fasterxml.jackson</groupId >
273+ <artifactId >jackson-bom</artifactId >
285274 <version >${jackson-version} </version >
275+ <type >pom</type >
276+ <scope >import</scope >
286277 </dependency >
287278
288279 <!-- taming the depgraph -->
You can’t perform that action at this time.
0 commit comments