Skip to content

Commit dd367d0

Browse files
author
rroces
committed
Rollback springockito due to an incompatibility with mockito
1 parent 4a38973 commit dd367d0

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.firone</groupId>
99
<artifactId>test-utils</artifactId>
10-
<version>1.9.3-SNAPSHOT</version>
10+
<version>1.9.3</version>
1111

1212
<packaging>jar</packaging>
1313
<name>test-utils</name>
@@ -64,7 +64,18 @@
6464
<dependency>
6565
<groupId>org.kubek2k</groupId>
6666
<artifactId>springockito-annotations</artifactId>
67-
<version>1.0.9</version>
67+
<version>1.0.8</version>
68+
<exclusions>
69+
<exclusion>
70+
<groupId>org.mockito</groupId>
71+
<artifactId>mockito-all</artifactId>
72+
</exclusion>
73+
</exclusions>
74+
</dependency>
75+
<dependency>
76+
<groupId>org.kubek2k</groupId>
77+
<artifactId>springockito</artifactId>
78+
<version>1.0.8</version>
6879
<exclusions>
6980
<exclusion>
7081
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)