|
|
|
@ -2,7 +2,6 @@
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>cn.hippo4j</groupId>
|
|
|
|
|
<artifactId>hippo4j-all</artifactId>
|
|
|
|
@ -16,13 +15,9 @@
|
|
|
|
|
<description>${project.artifactId}</description>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
<!-- 抽象测试用例 -->
|
|
|
|
|
<module>hippo4j-example-core</module>
|
|
|
|
|
<!-- 测试 Hippo4J-Server 部署方式 -->
|
|
|
|
|
<module>hippo4j-spring-boot-starter-example</module>
|
|
|
|
|
<!-- 测试 Hippo4J-Core Nacos 配置中心 -->
|
|
|
|
|
<module>hippo4j-core-nacos-spring-boot-starter-example</module>
|
|
|
|
|
<!-- 测试 Hippo4J-Core Apollo 配置中心 -->
|
|
|
|
|
<module>hippo4j-core-apollo-spring-boot-starter-example</module>
|
|
|
|
|
<module>hippo4j-core-zookeeper-spring-boot-starter-example</module>
|
|
|
|
|
</modules>
|
|
|
|
|