From f0b5c64ba7f997dd4c8dd478c1c99fa7d9de35a4 Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Wed, 15 Sep 2021 11:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8D=95=E7=82=B9=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- login-oauth/pom.xml | 23 +++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 24 insertions(+) create mode 100644 login-oauth/pom.xml diff --git a/login-oauth/pom.xml b/login-oauth/pom.xml new file mode 100644 index 00000000..4e09ca4b --- /dev/null +++ b/login-oauth/pom.xml @@ -0,0 +1,23 @@ + + + + wg-basic + ink.wgink + 1.0-SNAPSHOT + + 4.0.0 + + login-oauth + 单点登录 + + + + ink.wgink + login-base + 1.0-SNAPSHOT + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index c879486f..a4ec36cc 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ module-map module-activiti module-instant-message + login-oauth pom