File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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+
6872dependencies {
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}
You can’t perform that action at this time.
0 commit comments