File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ configurations {
116116
117117dependencies {
118118 implementation project(' :fineract-core' )
119- implementation ' org.springframework.boot:spring-boot-starter-test'
120- implementation ' org.mockito:mockito-core'
121- implementation ' org.mockito:mockito-junit-jupiter'
122- implementation ' org.junit.jupiter:junit-jupiter-api'
119+ testImplementation ' org.springframework.boot:spring-boot-starter-test'
120+ testImplementation ' org.mockito:mockito-core'
121+ testImplementation ' org.mockito:mockito-junit-jupiter'
122+ testImplementation ' org.junit.jupiter:junit-jupiter-api'
123123 implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
124124 implementation ' org.liquibase:liquibase-core'
125125}
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ configurations {
3535}
3636dependencies {
3737 driver ' com.mysql:mysql-connector-j'
38+ testImplementation ' org.springframework.boot:spring-boot-starter-test'
39+ testImplementation ' org.junit.jupiter:junit-jupiter-api'
3840}
3941
4042cargo {
You can’t perform that action at this time.
0 commit comments