Skip to content

Commit aaeba6d

Browse files
Updates pom.xml, with jackson-dependencies, for config file (#48)
* Updates pom.xml, with jackson-dependencies, for config file * Updates pom.xml, removes jackson-annotations:2.20, because it was apparently unnecessary.
1 parent 511b5ee commit aaeba6d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@
5454
<version>4.3.0</version>
5555
<scope>test</scope>
5656
</dependency>
57+
58+
<dependency>
59+
<groupId>tools.jackson.core</groupId>
60+
<artifactId>jackson-databind</artifactId>
61+
<version>3.0.3</version>
62+
</dependency>
63+
<dependency>
64+
<groupId>tools.jackson.dataformat</groupId>
65+
<artifactId>jackson-dataformat-yaml</artifactId>
66+
<version>3.0.3</version>
67+
</dependency>
68+
5769
</dependencies>
5870
<build>
5971
<plugins>

0 commit comments

Comments
 (0)