File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
<groupId >io.diffblue.corebanking</groupId >
6
7
<artifactId >CoreBanking</artifactId >
13
14
</properties >
14
15
<dependencies >
15
16
<!-- Only for JCover -->
17
+ <dependency >
18
+ <groupId >com.diffblue.cover</groupId >
19
+ <artifactId >cover-annotations</artifactId >
20
+ <version >1.4.0</version >
21
+ <scope >provided</scope >
22
+ </dependency >
16
23
<dependency >
17
24
<groupId >org.mockito</groupId >
18
25
<artifactId >mockito-core</artifactId >
19
26
<version >4.7.0</version >
20
27
<scope >test</scope >
21
28
</dependency >
29
+ <dependency >
30
+ <groupId >org.mockito</groupId >
31
+ <artifactId >mockito-junit-jupiter</artifactId >
32
+ <version >4.7.0</version >
33
+ <scope >test</scope >
34
+ </dependency >
35
+ <dependency >
36
+ <groupId >org.junit.jupiter</groupId >
37
+ <artifactId >junit-jupiter-api</artifactId >
38
+ <version >5.9.0</version >
39
+ <scope >test</scope >
40
+ </dependency >
22
41
<dependency >
23
42
<groupId >org.junit.jupiter</groupId >
24
43
<artifactId >junit-jupiter-engine</artifactId >
25
- <version >5.5.2 </version >
44
+ <version >5.9.0 </version >
26
45
<scope >test</scope >
27
46
</dependency >
28
47
<dependency >
110
129
</plugin >
111
130
</plugins >
112
131
</build >
113
- </project >
132
+ </project >
You can’t perform that action at this time.
0 commit comments