From 73743624034e2f6a11c88e68b011d7de24e84c40 Mon Sep 17 00:00:00 2001 From: 644e6ce16180332c2cd6acf7 <644e6ce16180332c2cd6acf7@devide> Date: Tue, 9 May 2023 13:24:00 +0000 Subject: [PATCH] Tue May 9 13:24:00 UTC 2023 inscode --- dubbo-pom.xml | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 dubbo-pom.xml diff --git a/dubbo-pom.xml b/dubbo-pom.xml new file mode 100644 index 0000000..9331b69 --- /dev/null +++ b/dubbo-pom.xml @@ -0,0 +1,112 @@ + + + 4.0.0 + com.example + provider-server + 0.0.1-SNAPSHOT + provider-server + provider-server + + 1.8 + UTF-8 + UTF-8 + 2.6.13 + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + org.apache.dubbo + dubbo-spring-boot-starter + 3.1.10 + + + + + com.github.sgroschupf + zkclient + 0.1 + + + + + org.apache.curator + curator-framework + 2.12.0 + + + org.apache.curator + curator-recipes + 2.12.0 + + + org.apache.zookeeper + zookeeper + 3.4.14 + + + + org.slf4j + slf4j-log4j12 + + + + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + UTF-8 + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + providerserver.ProviderServerApplication + true + + + + repackage + + repackage + + + + + + + + -- GitLab