Fix #206 - Remove requirement for hl7org-structures in order to run the JPA server

This commit is contained in:
jamesagnew 2015-08-19 08:07:11 -04:00
parent 4d04b9cc6a
commit e7fcb73c8c
1 changed files with 12 additions and 5 deletions

17
pom.xml
View File

@ -45,6 +45,18 @@
</description>
<dependencies>
<dependency>
<groupId>net.sourceforge.cobertura</groupId>
<artifactId>cobertura</artifactId>
<version>2.1.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>jetty</artifactId>
<groupId>org.mortbay.jetty</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<prerequisites>
@ -230,11 +242,6 @@
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>net.sourceforge.cobertura</groupId>
<artifactId>cobertura</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>