We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a38973 commit dd367d0Copy full SHA for dd367d0
pom.xml
@@ -7,7 +7,7 @@
7
8
<groupId>com.firone</groupId>
9
<artifactId>test-utils</artifactId>
10
- <version>1.9.3-SNAPSHOT</version>
+ <version>1.9.3</version>
11
12
<packaging>jar</packaging>
13
<name>test-utils</name>
@@ -64,7 +64,18 @@
64
<dependency>
65
<groupId>org.kubek2k</groupId>
66
<artifactId>springockito-annotations</artifactId>
67
- <version>1.0.9</version>
+ <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
79
<exclusions>
80
<exclusion>
81
<groupId>org.mockito</groupId>
0 commit comments