Skip to content

Commit 6c9cecc

Browse files
author
Vali (Vasile Baluta)
committed
change test library to Spring test
1 parent 727d309 commit 6c9cecc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,17 @@ install.dependsOn shadowJar
6565
// runtime.exclude group: 'org.slf4j', module: 'slf4j-api'
6666
//}
6767

68+
ext {
69+
sprintBootVersion = "1.4.1.RELEASE"
70+
}
71+
6872
dependencies {
6973
compile 'org.springframework:spring-context:4.3.3.RELEASE'
7074
compile 'com.github.Ericsson:eiffel-remrem-shared:0.1.4'
7175
compile 'com.github.fge:json-schema-validator:2.2.6'
7276
compile 'org.slf4j:slf4j-api:1.7.18'
7377
compile group: 'com.google.code.gson', name: 'gson', version: '1.7.2'
7478
compile group: 'org.projectlombok', name: 'lombok', version: '1.16.8'
75-
compile 'org.mockito:mockito-core:2.1.0'
7679
testCompile 'junit:junit:4.12'
80+
testCompile("org.springframework.boot:spring-boot-starter-test:$sprintBootVersion")
7781
}

0 commit comments

Comments
 (0)