Fixed missing dependency

This commit is contained in:
Tim203 2021-02-25 02:46:34 +01:00
parent c16c66b860
commit 66867edbc3
No known key found for this signature in database
GPG key ID: 064EE9F5BF7C3EE8

View file

@ -21,6 +21,12 @@
<version>1.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.10.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>