From 12a760a1ac0ac40e05d94d6b715bfc0dafa9ac57 Mon Sep 17 00:00:00 2001 From: limqhz Date: Wed, 3 Mar 2021 15:14:42 +0800 Subject: [PATCH] gradle to maven --- entity/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/entity/pom.xml b/entity/pom.xml index 0adb22b..7b78599 100644 --- a/entity/pom.xml +++ b/entity/pom.xml @@ -15,27 +15,27 @@ org.springframework.boot spring-boot-starter-jetty - 1.5.7.RELEASE + ${spring.boot.version} org.springframework.boot spring-boot-devtools - 1.5.7.RELEASE + ${spring.boot.version} org.springframework.boot spring-boot-starter-web - 1.5.7.RELEASE + ${spring.boot.version} org.springframework.boot spring-boot-starter-data-redis - 1.5.7.RELEASE + ${spring.boot.version} org.springframework.boot spring-boot-starter-aop - 1.5.7.RELEASE + ${spring.boot.version} org.mybatis.spring.boot @@ -130,7 +130,7 @@ org.springframework.boot spring-boot-configuration-processor - 1.5.7.RELEASE + ${spring.boot.version} javax.mail