From 8494ba17f4d0bf96b1e460490b42d2ce22906363 Mon Sep 17 00:00:00 2001 From: libin Date: Wed, 22 Nov 2023 16:29:42 +0800 Subject: [PATCH 1/3] perf[protocol]: maven jprotobuf scope test --- protocol/pom.xml | 1 + 1 file changed, 1 insertion(+) 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 From f620bb1d73bd447959c130f0e43e9e572c67e5e9 Mon Sep 17 00:00:00 2001 From: libin Date: Wed, 22 Nov 2023 16:44:25 +0800 Subject: [PATCH 2/3] perf[net]: maven jprotobuf add --- net/pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 From 6f6acd2b76eebe8b0a845a39568757b17cce8497 Mon Sep 17 00:00:00 2001 From: libin Date: Thu, 23 Nov 2023 10:10:32 +0800 Subject: [PATCH 3/3] perf[protocol]: maven jprotobuf scope test --- storage/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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