diff --git a/cim-common/pom.xml b/cim-common/pom.xml
index 6158616b..c83720ea 100644
--- a/cim-common/pom.xml
+++ b/cim-common/pom.xml
@@ -102,7 +102,7 @@
protobuf-maven-plugin
0.5.1
- com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier}
+ com.google.protobuf:protoc:${protobuf-java.version}:exe:${os.detected.classifier}
grpc-java
io.grpc:protoc-gen-grpc-java:1.19.0:exe:${os.detected.classifier}
diff --git a/pom.xml b/pom.xml
index e9b8c2fe..73aeef08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,235 +1,259 @@
- 4.0.0
- com.crossoverjie.netty
- cim
- 1.0.0-SNAPSHOT
- pom
-
- cim
- Spring Boot
-
-
-
- 4.12
- 4.1.68.Final
- UTF-8
- UTF-8
- 2.5.0
- 5.1.0
- 3.8.4
- 0.8.11
-
-
-
- org.springframework.boot
- spring-boot-starter-parent
- 3.3.0
-
-
-
-
- cim-server
- cim-client
- cim-common
- cim-forward-route
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.crossoverjie.netty
+ cim
+ 1.0.0-SNAPSHOT
+ pom
+
+ cim
+ Spring Boot
+
+
+
+ 4.12
+ 4.1.68.Final
+ UTF-8
+ UTF-8
+ 2.5.0
+ 5.1.0
+ 3.8.4
+ 0.8.11
+ 4.28.3
+ 1.19.0
+
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 3.3.0
+
+
+
+
+ cim-server
+ cim-client
+ cim-common
+ cim-forward-route
cim-rout-api
cim-server-api
- cim-integration-test
- cim-client-sdk
-
-
-
-
-
-
-
- com.github.xiaoymin
- knife4j-openapi3-jakarta-spring-boot-starter
- 4.4.0
-
-
-
- com.squareup.okhttp3
- okhttp
- 3.3.1
-
-
-
- com.101tec
- zkclient
- 0.11
-
-
-
-
- org.apache.curator
- curator-recipes
- ${curator.version}
-
-
-
- org.apache.curator
- curator-x-discovery
- ${curator.version}
-
-
-
-
- org.apache.zookeeper
- zookeeper
- ${zookeeper.version}
-
-
- net.java.dev.javacc
- javacc
-
-
- ch.qos.logback
- *
-
-
- io.netty
- *
-
-
-
-
- org.apache.zookeeper
- zookeeper
- ${zookeeper.version}
- test-jar
-
-
- org.slf4j
- slf4j-api
-
-
- ch.qos.logback
- *
-
-
- io.netty
- *
-
-
-
-
-
- com.crossoverjie.netty
- cim-common
- ${project.version}
-
-
- com.crossoverjie.netty
- cim-client-sdk
- ${project.version}
-
-
-
- com.crossoverjie.netty
- cim-rout-api
- ${project.version}
-
-
-
- com.crossoverjie.netty
- cim-server-api
- ${project.version}
-
-
-
- com.google.protobuf
- protobuf-java
- 3.25.5
-
-
-
-
-
- io.netty
- netty-all
- ${netty.version}
-
-
-
- junit
- junit
- ${junit.version}
-
-
-
- com.alibaba
- fastjson
- 1.2.83
-
-
-
- com.google.guava
- guava
- 19.0
-
-
-
- de.codecentric
- spring-boot-admin-starter-client
- 1.5.7
-
-
-
- jakarta.validation
- jakarta.validation-api
- 3.0.0
-
-
-
- com.clever-cloud
- testcontainers-zookeeper
- 0.1.3
- test
-
-
-
- com.redis
- testcontainers-redis
- 2.2.2
- test
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 17
- 17
-
-
-
- org.jacoco
- jacoco-maven-plugin
- ${jacoco-maven-plugin.version}
-
-
-
- prepare-agent
-
-
-
- report
- test
-
- report
-
-
-
-
-
-
+ cim-integration-test
+ cim-client-sdk
+
+
+
+
+
+
+
+ com.github.xiaoymin
+ knife4j-openapi3-jakarta-spring-boot-starter
+ 4.4.0
+
+
+
+ com.squareup.okhttp3
+ okhttp
+ 3.3.1
+
+
+
+ com.101tec
+ zkclient
+ 0.11
+
+
+
+
+ org.apache.curator
+ curator-recipes
+ ${curator.version}
+
+
+
+ org.apache.curator
+ curator-x-discovery
+ ${curator.version}
+
+
+
+
+ org.apache.zookeeper
+ zookeeper
+ ${zookeeper.version}
+
+
+ net.java.dev.javacc
+ javacc
+
+
+ ch.qos.logback
+ *
+
+
+ io.netty
+ *
+
+
+
+
+ org.apache.zookeeper
+ zookeeper
+ ${zookeeper.version}
+ test-jar
+
+
+ org.slf4j
+ slf4j-api
+
+
+ ch.qos.logback
+ *
+
+
+ io.netty
+ *
+
+
+
+
+
+ com.crossoverjie.netty
+ cim-common
+ ${project.version}
+
+
+ com.crossoverjie.netty
+ cim-client-sdk
+ ${project.version}
+
+
+
+ com.crossoverjie.netty
+ cim-rout-api
+ ${project.version}
+
+
+
+ com.crossoverjie.netty
+ cim-server-api
+ ${project.version}
+
+
+
+ com.google.protobuf
+ protobuf-java
+ ${protobuf-java.version}
+
+
+
+
+ io.netty
+ netty-all
+ ${netty.version}
+
+
+
+ junit
+ junit
+ ${junit.version}
+
+
+
+ com.alibaba
+ fastjson
+ 1.2.83
+
+
+
+ com.google.guava
+ guava
+ 19.0
+
+
+
+ de.codecentric
+ spring-boot-admin-starter-client
+ 1.5.7
+
+
+
+ jakarta.validation
+ jakarta.validation-api
+ 3.0.0
+
+
+
+ com.clever-cloud
+ testcontainers-zookeeper
+ 0.1.3
+ test
+
+
+
+ com.redis
+ testcontainers-redis
+ 2.2.2
+ test
+
+
+
+
+
+
+
+
+ x86
+
+ true
+
+
+
+
+
+
+ aarch
+
+
+ aarch64
+
+
+
+ osx-x86_64
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 17
+ 17
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ ${jacoco-maven-plugin.version}
+
+
+
+ prepare-agent
+
+
+
+ report
+ test
+
+ report
+
+
+
+
+
+
\ No newline at end of file