Skip to content

Commit e031136

Browse files
Change Jackson dependency to use jackson-bom for fully consistent set of component
1 parent 916bdd0 commit e031136

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

pom.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,11 @@
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>

0 commit comments

Comments
 (0)