File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 321
321
<dependency >
322
322
<groupId >com.xebialabs.restito</groupId >
323
323
<artifactId >restito</artifactId >
324
- <version >0.8 .2</version >
324
+ <version >0.9 .2</version >
325
325
<scope >test</scope >
326
326
</dependency >
327
327
</dependencies >
446
446
<plugin >
447
447
<groupId >org.codehaus.mojo</groupId >
448
448
<artifactId >cobertura-maven-plugin</artifactId >
449
- <version >2.5.1</version >
449
+ <version >2.7</version >
450
+ <configuration >
451
+ <formats >
452
+ <format >html</format >
453
+ <format >xml</format >
454
+ </formats >
455
+ </configuration >
456
+ </plugin >
457
+ <plugin >
458
+ <groupId >org.apache.maven.plugins</groupId >
459
+ <artifactId >maven-surefire-report-plugin</artifactId >
460
+ <version >2.19.1</version >
461
+ </plugin >
462
+ <plugin >
463
+ <groupId >org.codehaus.mojo</groupId >
464
+ <artifactId >versions-maven-plugin</artifactId >
465
+ <version >2.3</version >
450
466
</plugin >
451
467
</plugins >
452
468
</reporting >
You can’t perform that action at this time.
0 commit comments