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