diff --git a/diboot-core-starter/pom.xml b/diboot-core-starter/pom.xml index 959a641..5e1cfa4 100644 --- a/diboot-core-starter/pom.xml +++ b/diboot-core-starter/pom.xml @@ -16,6 +16,11 @@ diboot core starter project + + org.springframework.boot + spring-boot-configuration-processor + true + com.diboot @@ -23,5 +28,11 @@ 2.0.4 + + commons-io + commons-io + 2.6 + + \ No newline at end of file diff --git a/iam-base-starter/pom.xml b/iam-base-starter/pom.xml index 9018ce8..c1a54ce 100644 --- a/iam-base-starter/pom.xml +++ b/iam-base-starter/pom.xml @@ -16,6 +16,11 @@ diboot IAM base project + + org.springframework.boot + spring-boot-configuration-processor + true + com.diboot diff --git a/pom.xml b/pom.xml index d3b9be0..7a6b76d 100644 --- a/pom.xml +++ b/pom.xml @@ -29,22 +29,13 @@ - - org.springframework.boot - spring-boot-configuration-processor - true - org.projectlombok lombok 1.18.10 compile - - org.springframework.boot - spring-boot-starter-tomcat - provided - + mysql mysql-connector-java @@ -85,9 +76,9 @@ 3.8.1 - commons-io - commons-io - 2.6 + javax.servlet + javax.servlet-api + 4.0.1