forked from loafle/openapi-generator-original
[Play Framework] Update the bean validation to use version 2.0. (#8354)
* Update the bean validation to use version 2.0. For a reason I don't know, it was not working anymore with version 1. * better format Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
committed by
GitHub
parent
96da7aaf9d
commit
030b75b012
@@ -7,5 +7,5 @@ lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
scalaVersion := "2.12.6"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "1.1.0.Final"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
libraryDependencies += guice
|
||||
|
||||
Reference in New Issue
Block a user