From d15e846ad2d7d5806466644dff98b928d9b3a1d0 Mon Sep 17 00:00:00 2001
From: Kevin <841156602@qq.com>
Date: Sun, 31 Mar 2019 18:50:29 +0800
Subject: [PATCH] feat:init add
---
pom.xml | 1 +
small-serialization/pom.xml | 15 +++++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 small-serialization/pom.xml
diff --git a/pom.xml b/pom.xml
index c522f8d..ddafa80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,7 @@
small-rpc
examples
+ small-serialization
diff --git a/small-serialization/pom.xml b/small-serialization/pom.xml
new file mode 100644
index 0000000..202c6a1
--- /dev/null
+++ b/small-serialization/pom.xml
@@ -0,0 +1,15 @@
+
+
+
+ small-framework
+ com.small
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ small-serialization
+
+
+
\ No newline at end of file