Commit 8de98907 authored by Dave Syer's avatar Dave Syer

Add scope=test to hsqldb (fixes #330)

parent 4f677bec
......@@ -117,6 +117,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment