File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,21 +35,17 @@ dependencies {
3535 implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
3636 implementation ' org.springframework.boot:spring-boot-starter-data-rest'
3737 implementation ' org.springframework.boot:spring-boot-starter-web'
38- implementation ' junit:junit:4.12 '
38+ implementation ' io.springfox:springfox-boot-starter:3.0.0 '
3939
40- // compile 'io.springfox:springfox-swagger-ui:3.0.0'
40+ compile ' io.springfox:springfox-swagger-ui:3.0.0'
4141 // needed for swagger code generation
4242 compile " io.springfox:springfox-swagger2:3.0.0"
4343 compile " org.openapitools:jackson-databind-nullable:0.1.0"
4444
45- compileOnly ' org.projectlombok:lombok'
4645 developmentOnly ' org.springframework.boot:spring-boot-devtools'
4746 runtimeOnly ' com.h2database:h2'
4847
49-
50- testImplementation(' org.springframework.boot:spring-boot-starter-test' ) {
51- exclude group : ' org.junit.vintage' , module : ' junit-vintage-engine'
52- }
48+ testImplementation ' org.springframework.boot:spring-boot-starter-test'
5349 testImplementation ' org.springframework.restdocs:spring-restdocs-mockmvc'
5450 testCompile(' com.intuit.karate:karate-junit5:0.9.6' )
5551 testCompile(' com.intuit.karate:karate-apache:0.9.6' )
You can’t perform that action at this time.
0 commit comments