We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d7d506 + 8b43936 commit f100f36Copy full SHA for f100f36
dependencies.gradle
@@ -49,8 +49,10 @@ ext {
49
validation_api : "javax.validation:validation-api:2.0.1.Final",
50
el_api : "javax.el:javax.el-api:3.0.0",
51
el_impl : "org.glassfish.web:javax.el:2.2.6",
52
+
53
+ hibernate_validator_annproc: "org.hibernate.validator:hibernate-validator-annotation-processor:7.0.3.Final",
54
hibernate_validator : "org.hibernate.validator:hibernate-validator:7.0.3.Final",
- hibernate_validator_annproc: "org.hibernate.validator:hibernate-validator-annotation-processor:7.0.2.Final",
55
56
kotlin_script_runtime : "org.jetbrains.kotlin:kotlin-script-runtime:1.6.10",
57
]
58
}
0 commit comments