Moved mockito to test implementation.
This commit is contained in:
parent
786c6d69a8
commit
c1522ff902
2 changed files with 1 additions and 8 deletions
|
@ -53,8 +53,6 @@ repositories {
|
||||||
dependencies {
|
dependencies {
|
||||||
kapt(semverProcessor)
|
kapt(semverProcessor)
|
||||||
implementation(semverProcessor)
|
implementation(semverProcessor)
|
||||||
|
|
||||||
implementation("org.mockito:mockito-core:3.0.0")
|
|
||||||
|
|
||||||
compile("javax.servlet:javax.servlet-api:4.0.1")
|
compile("javax.servlet:javax.servlet-api:4.0.1")
|
||||||
compile("com.squareup.okhttp3:okhttp:4.2.0")
|
compile("com.squareup.okhttp3:okhttp:4.2.0")
|
||||||
|
@ -62,6 +60,7 @@ dependencies {
|
||||||
|
|
||||||
compile(kotlin("stdlib"))
|
compile(kotlin("stdlib"))
|
||||||
|
|
||||||
|
testImplementation("org.mockito:mockito-core:3.0.0")
|
||||||
testImplementation("org.testng:testng:7.0.0")
|
testImplementation("org.testng:testng:7.0.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -35,12 +35,6 @@
|
||||||
<version>1.2.0</version>
|
<version>1.2.0</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.mockito</groupId>
|
|
||||||
<artifactId>mockito-core</artifactId>
|
|
||||||
<version>3.0.0</version>
|
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<name>akismet-kotlin</name>
|
<name>akismet-kotlin</name>
|
||||||
<description>Akismet for Kotlin/Java, a client library for accessing the Automattic Kismet (Akismet) spam comments filtering service.</description>
|
<description>Akismet for Kotlin/Java, a client library for accessing the Automattic Kismet (Akismet) spam comments filtering service.</description>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue