diff --git a/hippo4j-rpc/pom.xml b/hippo4j-rpc/pom.xml new file mode 100644 index 00000000..f8fdb11d --- /dev/null +++ b/hippo4j-rpc/pom.xml @@ -0,0 +1,38 @@ + + + 4.0.0 + + cn.hippo4j + hippo4j-all + ${revision} + + hippo4j-rpc + pom + + + true + + + + + cn.hippo4j + hippo4j-common + ${revision} + + + org.springframework.boot + spring-boot-starter-test + test + + + org.projectlombok + lombok + + + io.netty + netty-all + + + + diff --git a/pom.xml b/pom.xml index f3352663..c420b8c8 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ hippo4j-example hippo4j-message hippo4j-monitor + hippo4j-rpc hippo4j-server hippo4j-spring-boot