File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 </prerequisites >
2828 <properties >
2929 <jmockit .version>1.49</jmockit .version>
30- <cf-env .version>2.3 .0</cf-env .version>
30+ <cf-env .version>2.4 .0</cf-env .version>
3131 <guava .version>30.1.1-jre</guava .version>
3232 <jdom .version>1.1.3</jdom .version>
3333 <javax-mail .version>1.6.2</javax-mail .version>
166166 <artifactId >spring-boot-starter-test</artifactId >
167167 <scope >test</scope >
168168 </dependency >
169- <dependency >
170- <groupId >org.mockito</groupId >
171- <artifactId >mockito-core</artifactId >
172- <scope >test</scope >
173- </dependency >
174- <dependency >
175- <groupId >junit</groupId >
176- <artifactId >junit</artifactId >
177- <scope >test</scope >
178- </dependency >
169+ <dependency >
170+ <groupId >org.jmockit</groupId >
171+ <artifactId >jmockit</artifactId >
172+ <version >${jmockit.version} </version >
173+ <scope >test</scope >
174+ </dependency >
179175 </dependencies >
180176 <build >
181177 <extensions >
You can’t perform that action at this time.
0 commit comments