File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 8989 <version >2.20.0</version >
9090 </dependency >
9191
92+ <dependency >
93+ <groupId >org.junit.jupiter</groupId >
94+ <artifactId >junit-jupiter-engine</artifactId >
95+ <version >5.9.2</version >
96+ <scope >test</scope >
97+ </dependency >
98+
99+ <dependency >
100+ <groupId >org.mockito</groupId >
101+ <artifactId >mockito-core</artifactId >
102+ <version >5.8.0</version >
103+ <scope >test</scope >
104+ </dependency >
105+
92106 </dependencies >
93107 <properties >
94108 <maven .compiler.source>17</maven .compiler.source>
132146 </execution >
133147 </executions >
134148 </plugin >
149+
150+ <plugin >
151+ <groupId >org.apache.maven.plugins</groupId >
152+ <artifactId >maven-surefire-plugin</artifactId >
153+ <version >3.2.5</version >
154+ </plugin >
135155 </plugins >
136156 </build >
137157</project >
You can’t perform that action at this time.
0 commit comments