File tree 3 files changed +40
-0
lines changed
3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 28
28
<version >${slf4j-api.version} </version >
29
29
</dependency >
30
30
</dependencies >
31
+
32
+ <!-- This module does not use mockito -->
33
+ <build >
34
+ <plugins >
35
+ <plugin >
36
+ <groupId >org.apache.maven.plugins</groupId >
37
+ <artifactId >maven-surefire-plugin</artifactId >
38
+ <configuration >
39
+ <argLine >${surefireArgLine} </argLine >
40
+ </configuration >
41
+ </plugin >
42
+ </plugins >
43
+ </build >
31
44
</project >
Original file line number Diff line number Diff line change 65
65
<scope >test</scope >
66
66
</dependency >
67
67
</dependencies >
68
+
69
+ <!-- This module does not use mockito -->
70
+ <build >
71
+ <plugins >
72
+ <plugin >
73
+ <groupId >org.apache.maven.plugins</groupId >
74
+ <artifactId >maven-surefire-plugin</artifactId >
75
+ <configuration >
76
+ <argLine >${surefireArgLine} </argLine >
77
+ </configuration >
78
+ </plugin >
79
+ </plugins >
80
+ </build >
81
+
68
82
</project >
Original file line number Diff line number Diff line change 29
29
<scope >test</scope >
30
30
</dependency >
31
31
</dependencies >
32
+
33
+ <!-- This module does not use mockito -->
34
+ <build >
35
+ <plugins >
36
+ <plugin >
37
+ <groupId >org.apache.maven.plugins</groupId >
38
+ <artifactId >maven-surefire-plugin</artifactId >
39
+ <configuration >
40
+ <argLine >${surefireArgLine} </argLine >
41
+ </configuration >
42
+ </plugin >
43
+ </plugins >
44
+ </build >
32
45
</project >
You can’t perform that action at this time.
0 commit comments