Fix build

This commit is contained in:
jamesagnew 2015-08-31 08:39:49 -04:00
parent a9f978a8a2
commit 8edc325f54
1 changed files with 5 additions and 0 deletions

View File

@ -455,6 +455,11 @@
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf-version}</version>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.6</version>
</dependency>
</dependencies>
</dependencyManagement>