Maven dependency fix

This commit is contained in:
Andrii Shvaika 2023-05-29 14:07:02 +03:00
parent da90c21b6c
commit 6b6e27bd60

View File

@ -92,6 +92,10 @@
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
</dependencies>
<build>