Skip to content

Commit 9773426

Browse files
authored
Merge pull request #91 from rnc/BOM
Switch to using jackson-bom
2 parents 56f2d8d + 0778f54 commit 9773426

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

pom.xml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
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>
@@ -270,19 +269,11 @@
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 -->

0 commit comments

Comments
 (0)