From 42a6f8953051300d95a0efdaa3cf5c72e9ce99a5 Mon Sep 17 00:00:00 2001 From: Redick01 <11090829@qq.com> Date: Tue, 15 Mar 2022 21:58:43 +0800 Subject: [PATCH] add hippo4j-core-zookeeper-spring-boot-starter-example pom.xml --- .../pom.xml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/pom.xml diff --git a/hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/pom.xml b/hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/pom.xml new file mode 100644 index 00000000..522d6189 --- /dev/null +++ b/hippo4j-example/hippo4j-core-zookeeper-spring-boot-starter-example/pom.xml @@ -0,0 +1,43 @@ + + + + hippo4j-example + cn.hippo4j + ${revision} + + 4.0.0 + + hippo4j-core-zookeeper-spring-boot-starter-example + + + true + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + + cn.hippo4j + hippo4j-core-spring-boot-starter + 1.1.0 + + + org.apache.curator + curator-framework + 5.1.0 + + + cn.hippo4j + hippo4j-example-core + ${revision} + + + \ No newline at end of file