diff --git a/cspell.json b/cspell.json
index 24d5f80..6482cd7 100644
--- a/cspell.json
+++ b/cspell.json
@@ -5,8 +5,7 @@
],
"dictionaryDefinitions": [],
"dictionaries": [],
- "words": [],
- "ignoreWords": [
+ "words": [
"aliyun",
"baomidou",
"Batis",
@@ -33,6 +32,7 @@
"Nonnull",
"NOSONAR",
"okhttp",
+ "okio",
"ooxml",
"overriden",
"plusone",
diff --git a/plusone-dependencies/pom.xml b/plusone-dependencies/pom.xml
index 093e15a..da1f839 100644
--- a/plusone-dependencies/pom.xml
+++ b/plusone-dependencies/pom.xml
@@ -30,6 +30,9 @@
1.8.1
1.2.0
+ 5.2.0
+ 3.16.0
+
1.3.15
2.18.3
@@ -106,6 +109,18 @@
${commons-crypto.version}
+
+ com.squareup.okhttp3
+ okhttp
+ ${okhttp.version}
+
+
+
+ com.squareup.okio
+ okio
+ ${okio.version}
+
+
ch.qos.logback
logback-classic
@@ -123,6 +138,7 @@
jackson-datatype-jsr310
${jackson.version}
+
com.google.code.gson