File tree Expand file tree Collapse file tree
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-webtestclient Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ pluginBundle {
4949val jacocoRuntime by configurations.creating
5050
5151dependencies {
52- implementation(kotlin(" stdlib-jdk8" ))
5352
5453 implementation(project(" :restdocs-api-spec-openapi-generator" ))
5554 implementation(project(" :restdocs-api-spec-openapi3-generator" ))
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ the<DependencyManagementExtension>().apply {
1818}
1919
2020dependencies {
21- implementation(kotlin(" stdlib-jdk8" ))
2221 implementation(project(" :restdocs-api-spec-model" ))
2322 implementation(" com.github.erosb:everit-json-schema:1.11.0" )
2423 implementation(" tools.jackson.core:jackson-databind" )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ the<DependencyManagementExtension>().apply {
1818}
1919
2020dependencies {
21- implementation(kotlin(" stdlib-jdk8" ))
2221
2322 api(project(" :restdocs-api-spec" ))
2423 implementation(" org.springframework.restdocs:spring-restdocs-mockmvc" )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ the<DependencyManagementExtension>().apply {
1818}
1919
2020dependencies {
21- implementation(kotlin(" stdlib-jdk8" ))
2221 implementation(" com.fasterxml.jackson.core:jackson-annotations" )
2322}
2423
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ the<DependencyManagementExtension>().apply {
1818}
1919
2020dependencies {
21- implementation(kotlin(" stdlib-jdk8" ))
2221
2322 api(project(" :restdocs-api-spec-model" ))
2423 api(project(" :restdocs-api-spec-jsonschema" ))
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ the<DependencyManagementExtension>().apply {
1818}
1919
2020dependencies {
21- implementation(kotlin(" stdlib-jdk8" ))
2221
2322 api(project(" :restdocs-api-spec-model" ))
2423 api(project(" :restdocs-api-spec-jsonschema" ))
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ the<DependencyManagementExtension>().apply {
1818}
1919
2020dependencies {
21- implementation(kotlin(" stdlib-jdk8" ))
2221
2322 implementation(project(" :restdocs-api-spec-model" ))
2423 implementation(" tools.jackson.core:jackson-databind" )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ the<DependencyManagementExtension>().apply {
1818}
1919
2020dependencies {
21- implementation(kotlin(" stdlib-jdk8" ))
2221
2322 implementation(project(" :restdocs-api-spec" ))
2423 implementation(" org.springframework.restdocs:spring-restdocs-webtestclient" )
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ the<DependencyManagementExtension>().apply {
2020}
2121
2222dependencies {
23- implementation(kotlin(" stdlib-jdk8" ))
2423 implementation(kotlin(" reflect" ))
24+ /
2525
2626 implementation(" org.springframework.restdocs:spring-restdocs-core" )
2727 implementation(" org.springframework.boot:spring-boot-starter-web" )
You can’t perform that action at this time.
0 commit comments