File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ val bouncyCastleVersion = "1.70"
16
16
val springBootVersion = " 3.2.2"
17
17
val reactorTestVersion = " 3.6.2"
18
18
val ktorVersion = " 2.3.8"
19
+ val jsonPathVersion = " 2.9.0"
19
20
20
21
val mavenRepoBaseUrl = " https://oss.sonatype.org"
21
22
val mainClassKt = " no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
@@ -77,6 +78,13 @@ dependencies {
77
78
testImplementation(" org.springframework.boot:spring-boot-starter-oauth2-resource-server:$springBootVersion " )
78
79
testImplementation(" org.springframework.boot:spring-boot-starter-oauth2-client:$springBootVersion " )
79
80
testImplementation(" org.springframework.boot:spring-boot-starter-test:$springBootVersion " )
81
+ constraints {
82
+ testImplementation(" com.jayway.jsonpath:json-path" ) {
83
+ version {
84
+ require(jsonPathVersion)
85
+ }
86
+ }
87
+ }
80
88
testImplementation(" org.springframework.boot:spring-boot-test:$springBootVersion " )
81
89
constraints {
82
90
testImplementation(" org.yaml:snakeyaml:2.2" ) {
You can’t perform that action at this time.
0 commit comments