Skip to content

Commit

Permalink
Set Mockito as a test dependency only (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
fguery authored and rawls238 committed Nov 13, 2018
1 parent 867468d commit 7416f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scientist4JCore/pom.xml
Expand Up @@ -32,6 +32,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.5.7</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 7416f85

Please sign in to comment.