From 527d533d52985fe78037d956d0aa57ecfa6009a6 Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Fri, 1 Apr 2022 21:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8A=BD=E8=B1=A1=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basic-abstract/pom.xml | 31 +++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 32 insertions(+) create mode 100644 basic-abstract/pom.xml diff --git a/basic-abstract/pom.xml b/basic-abstract/pom.xml new file mode 100644 index 00000000..c08b4c7d --- /dev/null +++ b/basic-abstract/pom.xml @@ -0,0 +1,31 @@ + + + + wg-basic + ink.wgink + 1.0-SNAPSHOT + + 4.0.0 + + basic-abstract + + + + ink.wgink + basic-interface + 1.0-SNAPSHOT + + + ink.wgink + basic-util + 1.0-SNAPSHOT + + + ink.wgink + basic-properties + 1.0-SNAPSHOT + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index dde5d37e..428fe157 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ mongo-module-file module-database-api module-form + basic-abstract pom