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

@ -35,12 +35,6 @@
<version>1.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>akismet-kotlin</name>
<description>Akismet for Kotlin/Java, a client library for accessing the Automattic Kismet (Akismet) spam comments filtering service.</description>