File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 201201 <artifactId >swagger-parser-v2-converter</artifactId >
202202 <version >${swagger-parser-version} </version >
203203 </dependency >
204- <!-- jackson artifacts - versions managed by jackson-bom above -->
205- <dependency >
206- <groupId >com.fasterxml.jackson.core</groupId >
207- <artifactId >jackson-databind</artifactId >
208- </dependency >
209- <dependency >
210- <groupId >com.fasterxml.jackson.core</groupId >
211- <artifactId >jackson-annotations</artifactId >
212- </dependency >
213- <dependency >
214- <groupId >com.fasterxml.jackson.core</groupId >
215- <artifactId >jackson-core</artifactId >
216- </dependency >
217-
218- <dependency >
219- <groupId >com.fasterxml.jackson.module</groupId >
220- <artifactId >jackson-module-jaxb-annotations</artifactId >
221- </dependency >
222-
223- <dependency >
224- <groupId >com.fasterxml.jackson.dataformat</groupId >
225- <artifactId >jackson-dataformat-xml</artifactId >
226- </dependency >
227- <dependency >
228- <groupId >com.fasterxml.jackson.dataformat</groupId >
229- <artifactId >jackson-dataformat-yaml</artifactId >
230- </dependency >
231-
232- <dependency >
233- <groupId >com.fasterxml.jackson.jaxrs</groupId >
234- <artifactId >jackson-jaxrs-base</artifactId >
235- </dependency >
236- <dependency >
237- <groupId >com.fasterxml.jackson.jaxrs</groupId >
238- <artifactId >jackson-jaxrs-json-provider</artifactId >
239- </dependency >
240- <dependency >
241- <groupId >com.fasterxml.jackson.jaxrs</groupId >
242- <artifactId >jackson-jaxrs-xml-provider</artifactId >
243- </dependency >
244-
245- <dependency >
246- <groupId >com.fasterxml.jackson.datatype</groupId >
247- <artifactId >jackson-datatype-joda</artifactId >
248- </dependency >
249204 </dependencies >
250205 </dependencyManagement >
251206
You can’t perform that action at this time.
0 commit comments