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.
1 parent 2cff834 commit c635ff1Copy full SHA for c635ff1
build.gradle.kts
@@ -28,6 +28,7 @@ dependencies {
28
implementation("org.springframework.boot:spring-boot-starter-actuator")
29
implementation("org.springframework.boot:spring-boot-starter-webflux")
30
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
31
+ implementation("org.springframework.boot:spring-boot-starter-validation")
32
33
implementation("no.nav.security:token-validation-spring:$tokenValidationVersion")
34
0 commit comments