diff --git a/jackson-modules/pom.xml b/jackson-modules/pom.xml index 4281710ac9..00722510af 100644 --- a/jackson-modules/pom.xml +++ b/jackson-modules/pom.xml @@ -23,6 +23,16 @@ jackson-exceptions + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + + com.fasterxml.jackson.core @@ -35,6 +45,22 @@ jackson-dataformat-xml ${jackson.version} + + + org.junit.jupiter + junit-jupiter + ${junit-jupiter.version} + test + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter.version} + test + + + 5.6.2 + \ No newline at end of file