From 8dbff01c5dac8ffe4d250585102c5c5a048fbb49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E6=AD=AA?= Date: Wed, 27 Oct 2021 22:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/pom.xml | 15 +++++++++++++++ pom.xml | 4 ++++ service-api-impl/pom.xml | 15 +++++++++++++++ service-api/pom.xml | 15 +++++++++++++++ support/pom.xml | 22 ++++++++++++++++++++++ web/pom.xml | 8 +------- 6 files changed, 72 insertions(+), 7 deletions(-) create mode 100644 common/pom.xml create mode 100644 service-api-impl/pom.xml create mode 100644 service-api/pom.xml create mode 100644 support/pom.xml diff --git a/common/pom.xml b/common/pom.xml new file mode 100644 index 0000000..7d02386 --- /dev/null +++ b/common/pom.xml @@ -0,0 +1,15 @@ + + + + austin + com.java3y.austin + 0.0.2 + + 4.0.0 + + common + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index d622bf8..1f3e20a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,10 @@ web + support + service-api + service-api-impl + common diff --git a/service-api-impl/pom.xml b/service-api-impl/pom.xml new file mode 100644 index 0000000..6b09907 --- /dev/null +++ b/service-api-impl/pom.xml @@ -0,0 +1,15 @@ + + + + austin + com.java3y.austin + 0.0.2 + + 4.0.0 + + service-api-impl + + + \ No newline at end of file diff --git a/service-api/pom.xml b/service-api/pom.xml new file mode 100644 index 0000000..94614d4 --- /dev/null +++ b/service-api/pom.xml @@ -0,0 +1,15 @@ + + + + austin + com.java3y.austin + 0.0.2 + + 4.0.0 + + service-api + + + \ No newline at end of file diff --git a/support/pom.xml b/support/pom.xml new file mode 100644 index 0000000..d6d21e2 --- /dev/null +++ b/support/pom.xml @@ -0,0 +1,22 @@ + + + + austin + com.java3y.austin + 0.0.2 + + 4.0.0 + + support + + + + + mysql + mysql-connector-java + + + + \ No newline at end of file diff --git a/web/pom.xml b/web/pom.xml index 0aa61d7..786ce1c 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -30,17 +30,11 @@ lombok + org.springframework.boot spring-boot-starter-web - - - - mysql - mysql-connector-java - - \ No newline at end of file