File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed
grails-datastore-gorm-validation Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ subprojects {
118118
119119 dependencies {
120120 api platform(" org.grails:grails-bom:$grailsVersion " )
121- api " jakarta.annotation:jakarta.annotation-api: $j akartaAnnotationApiVersion "
121+ api " jakarta.annotation:jakarta.annotation-api"
122122 implementation " jakarta.validation:jakarta.validation-api"
123123 compileOnly " com.github.spotbugs:spotbugs-annotations"
124124
Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ gradleNexusPluginVersion=2.3.1
1414gradleNexusPublishPluginVersion =1.3.0
1515grailsVersion =7.0.0-M1
1616groovyVersion =4.0.24
17- hibernateValidatorVersion =7.0.5.Final
1817javassistVersion =3.30.2-GA
19- jakartaAnnotationApiVersion =3.0.0
2018picocliVersion =4.7.6
2119rxjavaVersion =1.3.8
2220
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 }
77 api project(" :grails-datastore-core" )
88 implementation " org.javassist:javassist:$javassistVersion "
9- compileOnly(" org.hibernate:hibernate-validator: $h ibernateValidatorVersion " )
9+ compileOnly(" org.hibernate.validator :hibernate-validator" )
1010 documentation " org.springframework:spring-beans"
1111 documentation " org.grails:grails-async"
1212}
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ dependencies {
77 exclude group : ' commons-beanutils' , module :' commons-beanutils'
88 }
99
10- compileOnly(" org.hibernate:hibernate-validator: $h ibernateValidatorVersion " )
11- testImplementation(" org.hibernate:hibernate-validator: $h ibernateValidatorVersion " )
10+ compileOnly(" org.hibernate.validator :hibernate-validator" )
11+ testImplementation(" org.hibernate.validator :hibernate-validator" )
1212}
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ dependencies {
99 compileOnlyApi(" jakarta.el:jakarta.el-api:$jakartaElVersion " )
1010 runtimeOnly " org.glassfish:jakarta.el:$jakartaElGlassfishImplVersion "
1111
12- compileOnly(" org.hibernate:hibernate-validator: $h ibernateValidatorVersion " )
12+ compileOnly(" org.hibernate.validator :hibernate-validator" )
1313 compileOnly(" org.springframework:spring-jdbc" )
1414 compileOnly(" org.springframework:spring-web" )
1515 testImplementation(" org.springframework:spring-jdbc" )
16- testImplementation(" org.hibernate:hibernate-validator: $h ibernateValidatorVersion " )
16+ testImplementation(" org.hibernate.validator :hibernate-validator" )
1717 testRuntimeOnly(" com.h2database:h2" )
1818}
1919
You can’t perform that action at this time.
0 commit comments