Browse Source

Maven dependency fix

pull/8688/head
Andrii Shvaika 3 years ago
parent
commit
6b6e27bd60
  1. 4
      common/util/pom.xml

4
common/util/pom.xml

@ -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>

Loading…
Cancel
Save