File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 4242 <junit-platform .version>5.8.2</junit-platform .version>
4343 <assertj-core .version>3.22.0</assertj-core .version>
4444 <maven-testing .version>2.22.0</maven-testing .version>
45+ <mockito .version>4.5.1</mockito .version>
4546 </properties >
4647
4748 <dependencies >
7980 <version >${assertj-core.version} </version >
8081 <scope >test</scope >
8182 </dependency >
83+ <dependency >
84+ <groupId >org.mockito</groupId >
85+ <artifactId >mockito-core</artifactId >
86+ <version >${mockito.version} </version >
87+ <scope >test</scope >
88+ </dependency >
89+ <dependency >
90+ <groupId >org.mockito</groupId >
91+ <artifactId >mockito-junit-jupiter</artifactId >
92+ <version >${mockito.version} </version >
93+ <scope >test</scope >
94+ </dependency >
8295 </dependencies >
8396
8497 <build >
You can’t perform that action at this time.
0 commit comments