From f6d3bcaf504b6d643d0b8b11191603010ca52f3d Mon Sep 17 00:00:00 2001
From: pizihao <2335715300@qq.com>
Date: Fri, 4 Nov 2022 10:36:56 +0800
Subject: [PATCH] fix : add new model hippo4j-rpc (#812)
---
hippo4j-rpc/pom.xml | 38 ++++++++++++++++++++++++++++++++++++++
pom.xml | 1 +
2 files changed, 39 insertions(+)
create mode 100644 hippo4j-rpc/pom.xml
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