From 78f975d0b7ec0fba7b9e7e679f9e4581a1828d0a Mon Sep 17 00:00:00 2001 From: liaozan Date: Wed, 11 May 2022 14:04:06 +0800 Subject: [PATCH] remove spring-boot-starter-validation from api-module since validation-api is include by common default --- .../archetype-resources/__subModuleNamePrefix__-api/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml b/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml index 5df8df5..8120ab0 100644 --- a/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml +++ b/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml @@ -18,11 +18,6 @@ ${groupId} ${subModuleNamePrefix}-common - - org.springframework.boot - spring-boot-starter-validation - provided - org.springframework.cloud spring-cloud-starter-openfeign -- GitLab