File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 92
92
<version >${bouncycastle.version} </version >
93
93
<scope >test</scope >
94
94
</dependency >
95
+ <dependency >
96
+ <groupId >org.junit.jupiter</groupId >
97
+ <artifactId >junit-jupiter-engine</artifactId >
98
+ <version >5.7.0</version >
99
+ <scope >test</scope >
100
+ </dependency >
101
+ <dependency >
102
+ <groupId >org.junit.vintage</groupId >
103
+ <artifactId >junit-vintage-engine</artifactId >
104
+ <version >${junit5.version} </version >
105
+ <scope >test</scope >
106
+ </dependency >
95
107
</dependencies >
96
108
<build >
97
109
<plugins >
190
202
<target >${java.version} </target >
191
203
</configuration >
192
204
</plugin >
205
+ <plugin >
206
+ <artifactId >maven-surefire-plugin</artifactId >
207
+ <version >2.22.2</version >
208
+ </plugin >
193
209
</plugins >
194
210
</build >
195
211
<licenses >
You can’t perform that action at this time.
0 commit comments