Fix mockito issues

This commit is contained in:
baztian
2020-05-27 17:42:47 +02:00
parent f94608e07b
commit 3f10b20c4d
2 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -8,15 +8,15 @@
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<version>1.10.19</version>
<!-- non-test scope on purpose -->
</dependency>
<dependency>
+3 -1
View File
@@ -19,7 +19,9 @@ setenv =
driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest
deps =
oldjpype: JPype1==0.6.3
newjpype: JPype1==0.7.0
py35-newjpype: JPype1==0.7.5
py36-newjpype: JPype1==0.7.5
py27-newjpype: JPype1==0.7.0
jip==0.9.14
coverage==4.5.4
commands =