Fix jacoco error

This commit is contained in:
James 2017-04-23 22:21:35 -04:00
parent 93b61aac90
commit 091fd18c00
1 changed files with 11 additions and 0 deletions

View File

@ -219,6 +219,17 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<!--
For some reason JavaDoc crashed during site generation unless we have this dependency
-->
<dependency>
<groupId>javax.interceptor</groupId>
<artifactId>javax.interceptor-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>