Skip to content

Commit aafbf63

Browse files
small fixes on dependency sources (#324)
1 parent af08a65 commit aafbf63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,13 @@
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>
@@ -279,6 +280,7 @@
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>

0 commit comments

Comments
 (0)