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