From e81a18b2c06b856a0b3d78647716af508dbb8d09 Mon Sep 17 00:00:00 2001 From: kuangbx Date: Sun, 7 Oct 2018 22:06:58 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9=E5=86=85=E5=AE=B9]=E8=B0=83?= =?UTF-8?q?=E6=95=B4Pom=E4=BE=9D=E8=B5=96=EF=BC=8C=E7=9B=AE=E5=89=8Druoyi-?= =?UTF-8?q?admin=E5=8F=AA=E4=BE=9D=E8=B5=96ruoyi-framework,ruoyi-framework?= =?UTF-8?q?=E4=BE=9D=E8=B5=96ruoyi-system=EF=BC=8Cruoyi-generator,ruoyi-qu?= =?UTF-8?q?artz=E3=80=82ruoyi-common=E4=B8=BA=E5=9F=BA=E7=A1=80=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E3=80=82=20[=E4=BF=AE=E6=94=B9=E4=BA=BA]=E5=8C=A1?= =?UTF-8?q?=E5=AE=9D=E6=97=AD=20[=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4]2018?= =?UTF-8?q?-10-07=2022:06=20[=E5=A4=87=E6=B3=A8]=E7=BC=96=E8=AF=91?= =?UTF-8?q?=EF=BC=8C=E6=89=93=E5=8C=85=EF=BC=8C=E6=B5=8B=E8=AF=95=E5=9D=87?= =?UTF-8?q?=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 21 ++++++++++++++++++- ruoyi-admin/pom.xml | 45 +++-------------------------------------- ruoyi-framework/pom.xml | 41 +++++++++++++++++++++++++------------ ruoyi-generator/pom.xml | 24 ++++++++-------------- ruoyi-quartz/pom.xml | 9 +-------- ruoyi-system/pom.xml | 15 -------------- 6 files changed, 60 insertions(+), 95 deletions(-) diff --git a/pom.xml b/pom.xml index 56d6aa24..00e34458 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,26 @@ - + + + + org.springframework + spring-context-support + + + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${mybatis.boot.version} + + + + + mysql + mysql-connector-java + + javax.servlet javax.servlet-api diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index bc6caf0d..830064dd 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -21,19 +21,7 @@ - - - - org.springframework.boot - spring-boot-starter-web - - - - - org.springframework.boot - spring-boot-starter-thymeleaf - - + org.springframework.boot @@ -54,42 +42,15 @@ springfox-swagger2 ${swagger.version} - - - - com.ruoyi - ruoyi-common - ${ruoyi.version} - - + com.ruoyi ruoyi-framework ${ruoyi.version} - - - - - com.ruoyi - ruoyi-system - ${ruoyi.version} - - - - - com.ruoyi - ruoyi-quartz - ${ruoyi.version} + - - - com.ruoyi - ruoyi-generator - ${ruoyi.version} - - diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index d89ca5c1..95105f4f 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -16,18 +16,19 @@ - + + org.springframework.boot spring-boot-starter-web - - + + org.springframework.boot spring-boot-starter-aop - + com.alibaba @@ -47,14 +48,20 @@ - + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + org.apache.shiro shiro-core ${shiro.version} - + org.apache.shiro @@ -68,32 +75,40 @@ shiro-ehcache ${shiro.version} - + com.github.theborakompanioni thymeleaf-extras-shiro ${thymeleaf.extras.shiro.version} - + eu.bitwalker UserAgentUtils ${bitwalker.version} - - + + + + com.ruoyi + ruoyi-system + ${ruoyi.version} + + + com.ruoyi - ruoyi-common + ruoyi-quartz ${ruoyi.version} + com.ruoyi - ruoyi-system + ruoyi-generator ${ruoyi.version} - + \ No newline at end of file diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml index 7c9b25f6..7d4fe3f3 100644 --- a/ruoyi-generator/pom.xml +++ b/ruoyi-generator/pom.xml @@ -20,27 +20,19 @@ - - - - org.springframework - spring-context-support - - - - - org.apache.velocity - velocity - ${velocity.version} - - - + + + org.apache.velocity + velocity + ${velocity.version} + + + com.ruoyi ruoyi-common ${ruoyi.version} - \ No newline at end of file diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml index 24550cd9..f2a3b829 100644 --- a/ruoyi-quartz/pom.xml +++ b/ruoyi-quartz/pom.xml @@ -16,13 +16,6 @@ - - - - org.springframework - spring-context-support - - org.quartz-scheduler @@ -34,7 +27,7 @@ - + com.ruoyi diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml index 0dc3e91b..aa5236fc 100644 --- a/ruoyi-system/pom.xml +++ b/ruoyi-system/pom.xml @@ -16,27 +16,12 @@ - - - - org.mybatis.spring.boot - mybatis-spring-boot-starter - ${mybatis.boot.version} - - - - - mysql - mysql-connector-java - - com.ruoyi ruoyi-common ${ruoyi.version} - \ No newline at end of file