diff --git a/dubbo-pom.xml b/dubbo-pom.xml new file mode 100644 index 0000000000000000000000000000000000000000..9331b690ea70adaea6c44951c852b34ae167d27f --- /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 + + + + + + + +