Move jackson to base library.

This commit is contained in:
Michael Lipp 2025-01-23 21:17:06 +01:00
parent fb69c1d793
commit 9318b1279a
2 changed files with 1 additions and 1 deletions

View file

@ -10,5 +10,4 @@ plugins {
dependencies {
api project(':org.jdrupes.vmoperator.common')
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:[2.16.1,3]'
}