File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 66
66
<properties >
67
67
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
68
68
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
69
- <powermock .version>1.6 .5</powermock .version>
69
+ <powermock .version>2.0.0-beta .5</powermock .version>
70
70
<slf4j .version>1.7.21</slf4j .version>
71
71
<jackson .version>2.8.0</jackson .version>
72
72
<java .target.version>1.8</java .target.version>
336
336
<plugin >
337
337
<groupId >org.jacoco</groupId >
338
338
<artifactId >jacoco-maven-plugin</artifactId >
339
- <version >0.7.7.201606060606 </version >
339
+ <version >0.8.0 </version >
340
340
<executions >
341
341
<execution >
342
342
<id >jacoco-initialize</id >
414
414
<artifactId >slf4j-api</artifactId >
415
415
<version >${slf4j.version} </version >
416
416
</dependency >
417
- <dependency >
418
- <groupId >org.mockito</groupId >
419
- <artifactId >mockito-core</artifactId >
420
- <version >1.10.19</version >
421
- <scope >test</scope >
422
- </dependency >
423
417
<dependency >
424
418
<groupId >org.powermock</groupId >
425
- <artifactId >powermock-api-mockito </artifactId >
419
+ <artifactId >powermock-api-mockito2 </artifactId >
426
420
<version >${powermock.version} </version >
427
421
<scope >test</scope >
428
422
</dependency >
470
464
<artifactId >jinterface</artifactId >
471
465
<version >1.6.1</version >
472
466
</dependency >
467
+ <dependency >
468
+ <groupId >commons-codec</groupId >
469
+ <artifactId >commons-codec</artifactId >
470
+ <version >1.10</version >
471
+ </dependency >
473
472
</dependencies >
474
473
</project >
You can’t perform that action at this time.
0 commit comments