Skip to content

Commit

Permalink
#103 removed mockito from compile scope
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 11, 2022
1 parent 6692f13 commit 8f89ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -97,6 +97,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Expand Down

0 comments on commit 8f89ccd

Please sign in to comment.