diff --git a/launcher-impl/glassfish/pom.xml b/launcher-impl/glassfish/pom.xml index e7e334f..030b32d 100644 --- a/launcher-impl/glassfish/pom.xml +++ b/launcher-impl/glassfish/pom.xml @@ -339,6 +339,17 @@ + + + com.fasterxml.jackson.core + jackson-databind + + + * + * + + + org.glassfish.main.extras glassfish-embedded-web diff --git a/pom.xml b/pom.xml index e5da304..e3bc9ab 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,8 @@ 2.0.0 2.0.0 3.0.0 + 2.13.2.2 + 1.13 @@ -407,6 +409,18 @@ jakarta.validation-api ${jakarta.validation.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.databind.version} + + + + commons-codec + commons-codec + ${commons.codec.version} +