Merge branch 'master' of github.com:jamesagnew/hapi-fhir

This commit is contained in:
James Agnew 2015-10-04 00:00:43 -04:00
commit a289f379e0
1 changed files with 5 additions and 1 deletions

View File

@ -98,7 +98,6 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId> <artifactId>spring-web</artifactId>
<scope>provided</scope>
</dependency> </dependency>
<!-- You may not need this if you are deploying to an application server which provides database connection pools itself. --> <!-- You may not need this if you are deploying to an application server which provides database connection pools itself. -->
@ -148,6 +147,11 @@
<artifactId>jetty-webapp</artifactId> <artifactId>jetty-webapp</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.phloc</groupId>
<artifactId>phloc-schematron</artifactId>
<version>${phloc_schematron_version}</version>
</dependency>
</dependencies> </dependencies>