missing dependency

This commit is contained in:
Olivier Lamy 2015-02-07 22:28:56 +11:00
parent 041a8cc8e0
commit 1edc02aad9
1 changed files with 6 additions and 0 deletions

View File

@ -285,6 +285,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>