File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 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"
1616val springBootVersion = " 3.2.2"
1717val reactorTestVersion = " 3.6.2"
1818val ktorVersion = " 2.3.8"
19+ val jsonPathVersion = " 2.9.0"
1920
2021val mavenRepoBaseUrl = " https://oss.sonatype.org"
2122val mainClassKt = " no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
@@ -77,6 +78,13 @@ dependencies {
7778 testImplementation(" org.springframework.boot:spring-boot-starter-oauth2-resource-server:$springBootVersion " )
7879 testImplementation(" org.springframework.boot:spring-boot-starter-oauth2-client:$springBootVersion " )
7980 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+ }
8088 testImplementation(" org.springframework.boot:spring-boot-test:$springBootVersion " )
8189 constraints {
8290 testImplementation(" org.yaml:snakeyaml:2.2" ) {
You can’t perform that action at this time.
0 commit comments