diff --git a/jaxrs-base-server/pom.xml b/jaxrs-base-server/pom.xml index 8362670..72231d8 100644 --- a/jaxrs-base-server/pom.xml +++ b/jaxrs-base-server/pom.xml @@ -36,6 +36,16 @@ caffeine + + com.fasterxml.jackson.core + jackson-databind + + + + com.fasterxml.jackson.core + jackson-core + + org.glassfish.grizzly grizzly-framework @@ -86,6 +96,16 @@ grizzly-http + + org.glassfish.jersey.inject + jersey-hk2 + + + + org.glassfish.jersey.media + jersey-media-json-jackson + + io.telicent.public jwt-servlet-auth-core @@ -131,6 +151,11 @@ jwt-servlet-auth-jaxrs3 + + io.telicent.public + jwt-servlet-auth-aws + + io.telicent.smart-caches jwt-auth-common @@ -173,12 +198,6 @@ test - - com.fasterxml.jackson.core - jackson-databind - test - - io.jsonwebtoken jjwt-jackson @@ -186,12 +205,6 @@ test - - com.fasterxml.jackson.core - jackson-core - test - - io.telicent.public jwt-servlet-auth-core @@ -200,24 +213,6 @@ test - - io.telicent.public - jwt-servlet-auth-aws - test - - - - org.glassfish.jersey.inject - jersey-hk2 - test - - - - org.glassfish.jersey.media - jersey-media-json-jackson - test - -