Skip to content

Commit e6b1103

Browse files
committed
feat: use jackson bom
1 parent 43c043e commit e6b1103

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
@@ -74,6 +74,13 @@
7474
<type>pom</type>
7575
<scope>import</scope>
7676
</dependency>
77+
<dependency>
78+
<groupId>com.fasterxml.jackson</groupId>
79+
<artifactId>jackson-bom</artifactId>
80+
<version>${jackson.version}</version>
81+
<type>pom</type>
82+
<scope>import</scope>
83+
</dependency>
7784
<dependency>
7885
<groupId>io.camunda</groupId>
7986
<artifactId>zeebe-bpmn-model</artifactId>
@@ -89,21 +96,6 @@
8996
<artifactId>spring-boot-starter-camunda-operate</artifactId>
9097
<version>${project.version}</version>
9198
</dependency>
92-
<dependency>
93-
<groupId>com.fasterxml.jackson.core</groupId>
94-
<artifactId>jackson-core</artifactId>
95-
<version>${jackson.version}</version>
96-
</dependency>
97-
<dependency>
98-
<groupId>com.fasterxml.jackson.core</groupId>
99-
<artifactId>jackson-databind</artifactId>
100-
<version>${jackson.version}</version>
101-
</dependency>
102-
<dependency>
103-
<groupId>com.fasterxml.jackson.core</groupId>
104-
<artifactId>jackson-annotations</artifactId>
105-
<version>${jackson.version}</version>
106-
</dependency>
10799
<dependency>
108100
<groupId>io.jsonwebtoken</groupId>
109101
<artifactId>jjwt-api</artifactId>

0 commit comments

Comments
 (0)