File tree Expand file tree Collapse file tree 9 files changed +2
-11
lines changed
restdocs-api-spec-gradle-plugin
restdocs-api-spec-jsonschema
restdocs-api-spec-mockmvc
restdocs-api-spec-openapi-generator
restdocs-api-spec-openapi3-generator
restdocs-api-spec-postman-generator
restdocs-api-spec-restassured Expand file tree Collapse file tree 9 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import org.jetbrains.kotlin.serialization.js.DynamicTypeDeserializer.id
4
4
repositories {
5
5
mavenCentral()
6
6
jcenter()
7
- maven { url = uri(" https://jitpack.io" ) }
8
7
}
9
8
10
9
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ plugins {
7
7
repositories {
8
8
mavenCentral()
9
9
jcenter()
10
- maven { url = uri(" https://jitpack.io" ) }
11
10
}
12
11
13
12
val jacksonVersion: String by extra
@@ -16,7 +15,7 @@ val junitVersion: String by extra
16
15
dependencies {
17
16
compile(kotlin(" stdlib-jdk8" ))
18
17
compile(project(" :restdocs-api-spec-model" ))
19
- compile(" com.github.everit-org. json-schema:org.everit.json.schema:1.9.1 " )
18
+ compile(" com.github.erosb: everit-json-schema:1.11.0 " )
20
19
compile(" com.fasterxml.jackson.core:jackson-databind:$jacksonVersion " )
21
20
compile(" com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion " )
22
21
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ plugins {
6
6
7
7
repositories {
8
8
mavenCentral()
9
- maven { url = uri(" https://jitpack.io" ) }
10
9
}
11
10
12
11
val springBootVersion: String by extra
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ plugins {
7
7
repositories {
8
8
mavenCentral()
9
9
jcenter()
10
- maven { url = uri(" https://jitpack.io" ) }
11
10
}
12
11
13
12
dependencies {
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ plugins {
7
7
repositories {
8
8
mavenCentral()
9
9
jcenter()
10
- maven { url = uri(" https://jitpack.io" ) }
11
10
}
12
11
13
12
val junitVersion: String by extra
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ plugins {
7
7
repositories {
8
8
mavenCentral()
9
9
jcenter()
10
- maven { url = uri(" https://jitpack.io" ) }
11
10
}
12
11
13
12
val jacksonVersion: String by extra
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ plugins {
7
7
repositories {
8
8
mavenCentral()
9
9
jcenter()
10
- maven { url = uri(" https://jitpack.io" ) }
11
10
}
12
11
13
12
val junitVersion: String by extra
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ plugins {
5
5
}
6
6
repositories {
7
7
mavenCentral()
8
- maven { url = uri(" https://jitpack.io" ) }
9
8
}
10
9
11
10
val springBootVersion: String by extra
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ plugins {
5
5
}
6
6
repositories {
7
7
mavenCentral()
8
- maven { url = uri(" https://jitpack.io" ) }
9
8
}
10
9
11
10
val jacksonVersion: String by extra
@@ -32,7 +31,7 @@ dependencies {
32
31
testCompile(" com.jayway.jsonpath:json-path:2.3.0" )
33
32
34
33
testImplementation(" com.github.java-json-tools:json-schema-validator:2.2.10" )
35
- testImplementation(" com.github.everit-org. json-schema:org.everit.json.schema:1.9.1 " )
34
+ testImplementation(" com.github.erosb: everit-json-schema:1.11.0 " )
36
35
}
37
36
38
37
You can’t perform that action at this time.
0 commit comments