Skip to content

Commit d637830

Browse files
committed
feat: use jackson bom
1 parent 14d4141 commit d637830

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

pom.xml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>
75+
<dependency>
76+
<groupId>com.fasterxml.jackson</groupId>
77+
<artifactId>jackson-bom</artifactId>
78+
<version>${jackson.version}</version>
79+
<type>pom</type>
80+
<scope>import</scope>
81+
</dependency>
7582
<dependency>
7683
<groupId>io.camunda</groupId>
7784
<artifactId>zeebe-bpmn-model</artifactId>
@@ -87,21 +94,6 @@
8794
<artifactId>spring-boot-starter-camunda-operate</artifactId>
8895
<version>${project.version}</version>
8996
</dependency>
90-
<dependency>
91-
<groupId>com.fasterxml.jackson.core</groupId>
92-
<artifactId>jackson-core</artifactId>
93-
<version>${jackson.version}</version>
94-
</dependency>
95-
<dependency>
96-
<groupId>com.fasterxml.jackson.core</groupId>
97-
<artifactId>jackson-databind</artifactId>
98-
<version>${jackson.version}</version>
99-
</dependency>
100-
<dependency>
101-
<groupId>com.fasterxml.jackson.core</groupId>
102-
<artifactId>jackson-annotations</artifactId>
103-
<version>${jackson.version}</version>
104-
</dependency>
10597
</dependencies>
10698
</dependencyManagement>
10799

0 commit comments

Comments
 (0)