File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 <maven .compiler.source>${java.version} </maven .compiler.source>
6464 <maven .compiler.target>${java.version} </maven .compiler.target>
6565
66-
67- <!-- jackson - Spring 5 requires 2.9.x -->
68- <jackson .version>2.9.10</jackson .version>
69- <jackson-databind .version>2.9.10.8</jackson-databind .version> <!-- Note: doesn't include https://github.com/cambridgeweblab/jackson-databind/commit/54a988aba00b81d3664d5294827e3678c775152f -->
70- <jackson-module-jsonSchema .version>2.9.10</jackson-module-jsonSchema .version>
71-
7266 </properties >
7367
7468 <dependencyManagement >
163157 <artifactId >guava</artifactId >
164158 <version >${guava.version} </version >
165159 </dependency >
166- <dependency >
167- <groupId >com.fasterxml.jackson.module</groupId >
168- <artifactId >jackson-module-jsonSchema</artifactId >
169- <version >${jackson-module-jsonSchema.version} </version >
170- </dependency >
171160 <dependency >
172161 <groupId >org.glassfish.jersey.media</groupId >
173162 <artifactId >jersey-media-multipart</artifactId >
320309 </exclusions >
321310 </dependency >
322311
323- <dependency >
324- <groupId >com.fasterxml.jackson.core</groupId >
325- <artifactId >jackson-databind</artifactId >
326- <version >${jackson-databind.version} </version >
327- </dependency >
328312 <dependency >
329313 <groupId >commons-beanutils</groupId >
330314 <artifactId >commons-beanutils</artifactId >
You can’t perform that action at this time.
0 commit comments