Added phloc to pom file so schematron works

This commit is contained in:
Bill de Beaubien 2015-10-03 16:46:10 -04:00
parent e7e8f8dd81
commit 884ccaaa37
1 changed files with 5 additions and 1 deletions

View File

@ -98,7 +98,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>provided</scope>
</dependency>
<!-- 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>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.phloc</groupId>
<artifactId>phloc-schematron</artifactId>
<version>${phloc_schematron_version}</version>
</dependency>
</dependencies>