File tree Expand file tree Collapse file tree 3 files changed +7
-24
lines changed
src/test/java/de/codecentric/apifirstspringboot Expand file tree Collapse file tree 3 files changed +7
-24
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,13 @@ dependencies {
4545 developmentOnly ' org.springframework.boot:spring-boot-devtools'
4646 runtimeOnly ' com.h2database:h2'
4747
48- testImplementation ' org.springframework.boot:spring-boot-starter-test'
48+ testImplementation(' org.springframework.boot:spring-boot-starter-test' ) {
49+ exclude group : ' org.junit.vintage' , module : ' junit-vintage-engine'
50+ }
51+ testImplementation(' org.junit.jupiter:junit-jupiter-api:5.4.2' )
52+ testRuntime(' org.junit.jupiter:junit-jupiter-engine:5.4.2' )
4953 testImplementation ' org.springframework.restdocs:spring-restdocs-mockmvc'
50- testCompile(' com.intuit.karate:karate-junit5:0.9.6' )
51- testCompile(' com.intuit.karate:karate-apache:0.9.6' )
52- testCompile(' net.masterthought:cucumber-reporting:3.8.0' )
54+
5355
5456
5557
@@ -79,6 +81,7 @@ openApiGenerate {
7981 inputSpec = " $buildDir /news.yaml"
8082 configFile = " ${ projectDir} /openapi-generator-config.json"
8183 outputDir = " ${ buildDir} /generated/open-api"
84+ templateDir = " ${ projectDir} /src/main/resources/openapi-templates"
8285}
8386
8487tasks. openApiGenerate. dependsOn tasks. downloadFile
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments