Skip to content

Commit

Permalink
Add spring-boot-starter-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss committed May 18, 2020
1 parent 0d9418b commit a327fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/core-entity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dependencies {
api(project(Module.scipamatoCommon("entity")))
implementation(project(Module.scipamatoCommon("utils")))

api(Lib.springBootStarter("validation"))
api(Lib.validationApi())

testImplementation(project(Module.scipamatoCommon("test")))
Expand Down

0 comments on commit a327fe3

Please sign in to comment.