File tree Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments