From d03d1eccbc6e43308731de49fd2dbd4271bde1d7 Mon Sep 17 00:00:00 2001 From: chenqwwq Date: Mon, 11 Nov 2024 00:10:43 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20-=201.=20=E6=96=B0=E5=A2=9E=20pom=20?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E5=92=8C=E5=9F=BA=E4=BA=8E=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E9=9B=86=E7=B1=BB=E5=9E=8B=E7=9A=84=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cim-common/pom.xml | 2 +- pom.xml | 486 ++++++++++++++++++++++++--------------------- 2 files changed, 256 insertions(+), 232 deletions(-) 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