diff --git a/pom.xml b/pom.xml index 7a5b6c45..1b6e72e5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.ruoyi @@ -10,7 +10,7 @@ RuoYi 若依管理系统 - + org.springframework.boot spring-boot-starter-parent @@ -24,12 +24,12 @@ 1.8 1.3.2 3.0.2.RELEASE - 2.0.1 + 2.0.1 2.0.0 1.1.1 1.2.3 1.2.31 - 1.0.28 + 1.0.28 3.6 2.5 1.3.3 @@ -44,7 +44,7 @@ - + org.springframework.boot @@ -55,7 +55,7 @@ spring-boot-starter-tomcat org.springframework.boot - + --> @@ -65,25 +65,32 @@ spring-boot-starter-test test - + org.springframework.boot spring-boot-starter-aop - + org.springframework.boot spring-boot-starter-web - + org.springframework.boot spring-boot-starter-thymeleaf - + + + + org.springframework.boot + spring-boot-devtools + true + + net.sourceforge.nekohtml @@ -95,97 +102,97 @@ mysql mysql-connector-java - + org.mybatis.spring.boot mybatis-spring-boot-starter ${mybatis.spring.boot.starter.version} - + - com.github.pagehelper - pagehelper-spring-boot-starter - ${pagehelper.spring.boot.starter.version} + com.github.pagehelper + pagehelper-spring-boot-starter + ${pagehelper.spring.boot.starter.version} - + com.alibaba druid ${druid.version} - + org.apache.commons commons-lang3 ${commons.lang3.version} - + - commons-io - commons-io - ${commons.io.version} - - + commons-io + commons-io + ${commons.io.version} + + - commons-fileupload - commons-fileupload - ${commons.fileupload.version} + commons-fileupload + commons-fileupload + ${commons.fileupload.version} - + org.apache.shiro shiro-core ${shiro.version} - + org.apache.shiro shiro-spring ${shiro.version} - + org.apache.shiro shiro-ehcache ${shiro.version} - + com.github.theborakompanioni thymeleaf-extras-shiro ${thymeleaf.extras.shiro.version} - + com.alibaba fastjson ${fastjson.version} - + eu.bitwalker UserAgentUtils ${bitwalker.version} - + org.springframework spring-context-support - + org.quartz-scheduler @@ -198,14 +205,14 @@ - + - - org.apache.velocity - velocity - ${velocity.version} - - + + org.apache.velocity + velocity + ${velocity.version} + + com.github.penggle @@ -232,6 +239,7 @@ springfox-swagger-ui ${swagger.version} + org.jsoup @@ -251,21 +259,22 @@ poi-ooxml ${poi.version} + - + - ${project.artifactId} + ${project.artifactId} org.springframework.boot spring-boot-maven-plugin - true + true - + public @@ -276,7 +285,7 @@ - + public @@ -290,5 +299,5 @@ - - + + \ No newline at end of file