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 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 >
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 >
You can’t perform that action at this time.
0 commit comments