File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 244244 <artifactId >jaxb-runtime</artifactId >
245245 <version >${jaxb-runtime.version} </version >
246246 </dependency >
247- <!-- https://mvnrepository.com/artifact/com.fasterxml .jackson.core/jackson-databind -->
247+ <!-- https://mvnrepository.com/artifact/tools .jackson.core/jackson-databind -->
248248 <dependency >
249249 <groupId >tools.jackson.core</groupId >
250250 <artifactId >jackson-databind</artifactId >
251251 <version >${jackson.version} </version >
252252 </dependency >
253+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 -->
253254 <dependency >
254255 <groupId >com.fasterxml.jackson.datatype</groupId >
255256 <artifactId >jackson-datatype-jsr310</artifactId >
279280 <artifactId >snakeyaml</artifactId >
280281 <version >${snakeyaml.version} </version >
281282 </dependency >
283+ <!-- https://mvnrepository.com/artifact/org.semver4j/semver4j -->
282284 <dependency >
283285 <groupId >org.semver4j</groupId >
284286 <artifactId >semver4j</artifactId >
You can’t perform that action at this time.
0 commit comments