File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 13
13
<plugin >
14
14
<groupId >org.apache.maven.plugins</groupId >
15
15
<artifactId >maven-compiler-plugin</artifactId >
16
+ <version >3.8.1</version >
16
17
<configuration >
17
18
<source >8</source >
18
19
<target >8</target >
19
20
</configuration >
20
21
</plugin >
22
+ <plugin >
23
+ <groupId >org.apache.maven.plugins</groupId >
24
+ <artifactId >maven-surefire-plugin</artifactId >
25
+ <version >2.22.2</version >
26
+ </plugin >
21
27
<plugin >
22
28
<artifactId >maven-assembly-plugin</artifactId >
23
29
<configuration >
69
75
<dependency >
70
76
<groupId >org.junit.jupiter</groupId >
71
77
<artifactId >junit-jupiter</artifactId >
72
- <version >RELEASE </version >
78
+ <version >5.5.2 </version >
73
79
<scope >test</scope >
74
80
</dependency >
75
81
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-core -->
90
96
<artifactId >hsqldb</artifactId >
91
97
<version >1.8.0.10</version >
92
98
</dependency >
93
- <dependency >
94
- <groupId >hsqldb</groupId >
95
- <artifactId >hsqldb</artifactId >
96
- <version >1.8.0.10</version >
97
- </dependency >
98
-
99
-
100
99
</dependencies >
101
100
102
101
You can’t perform that action at this time.
0 commit comments