Skip to content

Commit 063b6ca

Browse files
committed
Use jackson bom.
1 parent 8a358e8 commit 063b6ca

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
@@ -87,19 +87,11 @@
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>

0 commit comments

Comments
 (0)