Fix cobertura

This commit is contained in:
jamesagnew 2015-06-21 00:56:23 -04:00
parent e9ac63688c
commit 591f16fa9d
3 changed files with 8 additions and 9 deletions

View File

@ -3,9 +3,9 @@ hapi-fhir
HAPI FHIR - Java API for HL7 FHIR Clients and Servers
![Travis](https://travis-ci.org/jamesagnew/hapi-fhir.svg?branch=master)
[![Build Status](https://travis-ci.org/jamesagnew/hapi-fhir.svg?branch=master)](https://travis-ci.org/jamesagnew/hapi-fhir)
[![Coverage Status](https://coveralls.io/repos/jamesagnew/hapi-fhir/badge.svg?branch=master)](https://coveralls.io/r/jamesagnew/hapi-fhir?branch=master)
![Maven Central](https://maven-badges.herokuapp.com/maven-central/ca.uhn.hapi.fhir/hapi-fhir-base/badge.svg)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/ca.uhn.hapi.fhir/hapi-fhir-base/badge.svg)](http://search.maven.org/#search|ga|1|ca.uhn.hapi.fhir)
Complete project documentation is available here:
http://jamesagnew.github.io/hapi-fhir/

View File

@ -160,13 +160,6 @@
<version>${junit_version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.cobertura</groupId>
<artifactId>cobertura</artifactId>
<version>2.1.1</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -45,6 +45,12 @@
</description>
<dependencies>
<dependency>
<groupId>net.sourceforge.cobertura</groupId>
<artifactId>cobertura</artifactId>
<version>2.1.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<prerequisites>