Commit 78f975d0 authored by liaozan's avatar liaozan 🏀

remove spring-boot-starter-validation from api-module since validation-api is...

remove spring-boot-starter-validation from api-module since validation-api is include by common default
parent 66ac1d35
...@@ -18,11 +18,6 @@ ...@@ -18,11 +18,6 @@
<groupId>${groupId}</groupId> <groupId>${groupId}</groupId>
<artifactId>${subModuleNamePrefix}-common</artifactId> <artifactId>${subModuleNamePrefix}-common</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<scope>provided</scope>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId> <artifactId>spring-cloud-starter-openfeign</artifactId>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment