Skip to content

Commit ff8f98c

Browse files
committed
Create grace-boot-validation module
Closes gh-1271
1 parent 993334b commit ff8f98c

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

grace-boot-validation/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## grace-boot-validation
2+

grace-boot-validation/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies {
2+
api project(":grace-plugin-validation")
3+
api libs.spring.boot.starter
4+
api libs.tomcat.embed.el
5+
api libs.hibernate.validator
6+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ gson = "2.11.0"
2828
h2 = "2.3.232"
2929
hsqldb = "2.7.3"
3030
hibernate = "5.6.15.Final"
31+
hibernate-validator = "8.0.2.Final"
3132
itext = "2.0.8"
3233
jackson-databind = "2.18.5"
3334
jansi = "1.18"
@@ -136,6 +137,7 @@ groovy-xml = { module = "org.apache.groovy:groovy-xml", version.ref = "groovy" }
136137
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
137138
h2 = { module = "com.h2database:h2", version.ref = "h2" }
138139
hibernate-core = { module = "org.hibernate:hibernate-core-jakarta", version.ref = "hibernate" }
140+
hibernate-validator = { module = "org.hibernate.validator:hibernate-validator", version.ref = "hibernate-validator" }
139141
hsqldb = { module = "org.hsqldb:hsqldb", version.ref = "hsqldb" }
140142
itext = { module = "com.lowagie:itext", version.ref = "itext" }
141143
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson-databind" }

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ include (
1313
'grace-boot-persistence',
1414
'grace-boot-plugin',
1515
'grace-boot-rest',
16+
'grace-boot-validation',
1617
'grace-boot-web',
1718
'grace-bootstrap',
1819
'grace-cache-core',

0 commit comments

Comments
 (0)