Skip to content

Commit d5077c7

Browse files
committed
fix build
1 parent 32ad769 commit d5077c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.mockito</groupId>
4040
<artifactId>mockito-core</artifactId>
41-
<version>2.0.19</version>
41+
<version>1.10.19</version>
4242
</dependency>
4343

4444
<dependency>

testlib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.mockito</groupId>
2525
<artifactId>mockito-core</artifactId>
26-
<version>2.0.19</version>
26+
<version>1.10.19</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)