From 8199d327331c950ab8e17ee40a05dff73fcae83d Mon Sep 17 00:00:00 2001 From: wxz Date: Fri, 12 Jun 2020 17:11:30 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=96=B0=E5=BB=BA=E7=BB=9F=E8=AE=A1=E6=9C=8D?= =?UTF-8?q?=E5=8A=A10=E3=80=821?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data-statistician-client/pom.xml | 15 +++++++++++++++ epmet-module/data-statistician/pom.xml | 19 +++++++++++++++++++ epmet-module/pom.xml | 3 ++- 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 epmet-module/data-statistician/data-statistician-client/pom.xml create mode 100644 epmet-module/data-statistician/pom.xml diff --git a/epmet-module/data-statistician/data-statistician-client/pom.xml b/epmet-module/data-statistician/data-statistician-client/pom.xml new file mode 100644 index 0000000000..081f6e4f6a --- /dev/null +++ b/epmet-module/data-statistician/data-statistician-client/pom.xml @@ -0,0 +1,15 @@ + + + + data-statistician + com.epmet + 2.0.0 + + 4.0.0 + + data-statistician-client + + + \ No newline at end of file diff --git a/epmet-module/data-statistician/pom.xml b/epmet-module/data-statistician/pom.xml new file mode 100644 index 0000000000..505e245390 --- /dev/null +++ b/epmet-module/data-statistician/pom.xml @@ -0,0 +1,19 @@ + + + + epmet-module + com.epmet + 2.0.0 + + 4.0.0 + + data-statistician + pom + + data-statistician-client + + + + \ No newline at end of file diff --git a/epmet-module/pom.xml b/epmet-module/pom.xml index e12be8c0f8..b02ac997a2 100644 --- a/epmet-module/pom.xml +++ b/epmet-module/pom.xml @@ -37,6 +37,7 @@ resi-home gov-voice resi-voice - + data-statistician +