Moved mockito to test implementation.

This commit is contained in:
Erik C. Thauvin 2019-09-20 01:08:39 -07:00
parent 786c6d69a8
commit c1522ff902
2 changed files with 1 additions and 8 deletions

View file

@ -53,8 +53,6 @@ repositories {
dependencies {
kapt(semverProcessor)
implementation(semverProcessor)
implementation("org.mockito:mockito-core:3.0.0")
compile("javax.servlet:javax.servlet-api:4.0.1")
compile("com.squareup.okhttp3:okhttp:4.2.0")
@ -62,6 +60,7 @@ dependencies {
compile(kotlin("stdlib"))
testImplementation("org.mockito:mockito-core:3.0.0")
testImplementation("org.testng:testng:7.0.0")
}