Skip to content

Commit eb989e8

Browse files
Moved Mockito from compile to testCompile (#83)
* Moved Mockito from compile to testCompile * Updated project version
1 parent 8c1af95 commit eb989e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ allprojects {
4848

4949
jar {
5050
baseName = 'eiffel-remrem-semantics'
51-
version = '0.4.3'
51+
version = '0.4.4'
5252
manifest {
5353
attributes('remremVersionKey': 'semanticsVersion')
5454
attributes('semanticsVersion': version)
@@ -66,7 +66,7 @@ jar {
6666

6767
shadowJar {
6868
baseName = 'eiffel-remrem-semantics'
69-
version = '0.4.3'
69+
version = '0.4.4'
7070
classifier = ''
7171
}
7272

@@ -102,7 +102,7 @@ dependencies {
102102
exclude module: 'jackson-databind'
103103
}
104104
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.4'
105-
compile 'org.mockito:mockito-core:2.8.47'
105+
testCompile 'org.mockito:mockito-core:2.8.47'
106106
compile 'javax.inject:javax.inject:1'
107107
compile 'ch.qos.logback:logback-classic:1.2.3'
108108
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)