Skip to content

Commit 0e553da

Browse files
committed
fixed all dependencies
1 parent 77f2686 commit 0e553da

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

build.gradle

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)