From d62d64c57285bd2cbdd589efbd930f63232326b5 Mon Sep 17 00:00:00 2001 From: Zihlu Wang Date: Tue, 17 Oct 2023 10:25:06 +0800 Subject: [PATCH] build: Added jackson for json processing. --- simple-jwt-authzero/pom.xml | 5 +++++ simple-jwt-facade/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/simple-jwt-authzero/pom.xml b/simple-jwt-authzero/pom.xml index 312a239..b162358 100644 --- a/simple-jwt-authzero/pom.xml +++ b/simple-jwt-authzero/pom.xml @@ -40,6 +40,11 @@ simple-jwt-facade + + com.fasterxml.jackson.core + jackson-databind + + com.auth0 java-jwt diff --git a/simple-jwt-facade/pom.xml b/simple-jwt-facade/pom.xml index d9ff380..f45f12f 100644 --- a/simple-jwt-facade/pom.xml +++ b/simple-jwt-facade/pom.xml @@ -40,6 +40,11 @@ devkit-core + + cn.org.codecrafters + devkit-utils + + cn.org.codecrafters guid