diff --git a/net/pom.xml b/net/pom.xml index f49547d3..7ff4524d 100644 --- a/net/pom.xml +++ b/net/pom.xml @@ -30,6 +30,7 @@ 5.2.3 1.10.0 + 2.4.19 3.3.1 3.3.1 @@ -139,7 +140,17 @@ ${spring.boot.version} provided - + + com.baidu + jprotobuf + ${jprotobuf.version} + + + slf4j-api + org.slf4j + + + junit junit diff --git a/protocol/pom.xml b/protocol/pom.xml index 3adf9eba..03ae537e 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -105,6 +105,7 @@ com.baidu jprotobuf 2.4.19 + test slf4j-api diff --git a/storage/pom.xml b/storage/pom.xml index 7ed5e027..5a097172 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -30,6 +30,8 @@ 5.2.3 1.10.0 + 2.7 + 3.3.1 3.3.1 @@ -53,6 +55,11 @@ + + commons-io + commons-io + ${commons-io.version} + com.zfoo scheduler