Add scope=test to hsqldb (fixes #330)

This commit is contained in:
Dave Syer 2014-02-11 13:36:50 +00:00
parent 4f677bec08
commit 8de9890757

View File

@ -117,6 +117,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>