plugins { } dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' implementation "org.springframework.boot:spring-boot-devtools:${spring_boot_starter}" implementation "io.springfox:springfox-swagger2:${swagger}" implementation "io.springfox:springfox-swagger-ui:${swagger}" implementation "mysql:mysql-connector-java:${mysql}" implementation project(':eccs-framework') } test { }