diff --git a/otsreader/pom.xml b/otsreader/pom.xml
index bd017423..b1e0e735 100644
--- a/otsreader/pom.xml
+++ b/otsreader/pom.xml
@@ -34,6 +34,16 @@
com.aliyun.openservices
ots-public
2.2.4
+
+
+ log4j-api
+ org.apache.logging.log4j
+
+
+ log4j-core
+ org.apache.logging.log4j
+
+
com.google.code.gson
diff --git a/otsstreamreader/pom.xml b/otsstreamreader/pom.xml
index 2a12872f..84ca2d6a 100644
--- a/otsstreamreader/pom.xml
+++ b/otsstreamreader/pom.xml
@@ -33,6 +33,16 @@
com.aliyun.openservices
tablestore-streamclient
1.0.0
+
+
+ log4j-api
+ org.apache.logging.log4j
+
+
+ log4j-core
+ org.apache.logging.log4j
+
+
com.google.code.gson
diff --git a/otswriter/pom.xml b/otswriter/pom.xml
index 8677c8ab..d40f68b3 100644
--- a/otswriter/pom.xml
+++ b/otswriter/pom.xml
@@ -34,6 +34,16 @@
com.aliyun.openservices
ots-public
2.2.4
+
+
+ log4j-api
+ org.apache.logging.log4j
+
+
+ log4j-core
+ org.apache.logging.log4j
+
+
com.google.code.gson
diff --git a/pom.xml b/pom.xml
index 1a9da81b..7273d600 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,6 +183,17 @@
1.9.5
test
+
+ org.apache.logging.log4j
+ log4j-api
+ 2.17.0
+
+
+
+ org.apache.logging.log4j
+ log4j-core
+ 2.17.0
+