From 4df9ae6453fb4486300638aba25db9f9142c7ce0 Mon Sep 17 00:00:00 2001 From: linjingxuan Date: Sat, 9 Mar 2019 15:26:52 +0800 Subject: [PATCH] !1 delete spring-boot-configuration-processor Merge pull request !1 from linjingxuan/master --- zlt-business/code-generator/pom.xml | 5 ----- zlt-commons/zlt-redis-spring-boot-starter/pom.xml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/zlt-business/code-generator/pom.xml b/zlt-business/code-generator/pom.xml index 0b11fac9..f74066d7 100644 --- a/zlt-business/code-generator/pom.xml +++ b/zlt-business/code-generator/pom.xml @@ -37,11 +37,6 @@ org.springframework.boot spring-boot-starter-actuator - - org.springframework.boot - spring-boot-configuration-processor - true - commons-io commons-io diff --git a/zlt-commons/zlt-redis-spring-boot-starter/pom.xml b/zlt-commons/zlt-redis-spring-boot-starter/pom.xml index dc52fc0a..6aa93919 100644 --- a/zlt-commons/zlt-redis-spring-boot-starter/pom.xml +++ b/zlt-commons/zlt-redis-spring-boot-starter/pom.xml @@ -44,10 +44,5 @@ commons-io commons-io - - org.springframework.boot - spring-boot-configuration-processor - true - -- Gitee