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 321321 <dependency >
322322 <groupId >com.xebialabs.restito</groupId >
323323 <artifactId >restito</artifactId >
324- <version >0.8 .2</version >
324+ <version >0.9 .2</version >
325325 <scope >test</scope >
326326 </dependency >
327327 </dependencies >
446446 <plugin >
447447 <groupId >org.codehaus.mojo</groupId >
448448 <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 >
450466 </plugin >
451467 </plugins >
452468 </reporting >
You can’t perform that action at this time.
0 commit comments