diff --git a/snowy-common/pom.xml b/snowy-common/pom.xml
index 769e7cd6..43471472 100644
--- a/snowy-common/pom.xml
+++ b/snowy-common/pom.xml
@@ -198,5 +198,49 @@
okhttp
${okhttp3.version}
+
+
+
+
+
+ ch.qos.logback
+ logback-classic
+ 1.2.0
+
+
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+
+
+ org.yaml
+ snakeyaml
+ 2.0
+
+
+
+
+ org.codehaus.jettison
+ jettison
+ 1.5.3
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.14.2
+
+
+
+
+ com.alibaba
+ fastjson
+ 2.0.24
+
diff --git a/snowy-plugin/snowy-plugin-auth/pom.xml b/snowy-plugin/snowy-plugin-auth/pom.xml
index 0b45899b..c6cd9406 100644
--- a/snowy-plugin/snowy-plugin-auth/pom.xml
+++ b/snowy-plugin/snowy-plugin-auth/pom.xml
@@ -68,6 +68,12 @@
me.zhyd.oauth
JustAuth
${just.auth.version}
+
+
+ fastjson
+ com.alibaba
+
+
diff --git a/snowy-web-app/pom.xml b/snowy-web-app/pom.xml
index e67d9dc7..086f1d03 100644
--- a/snowy-web-app/pom.xml
+++ b/snowy-web-app/pom.xml
@@ -32,6 +32,12 @@
org.springframework.boot
spring-boot-starter-test
test
+
+
+ logback-classic
+ ch.qos.logback
+
+