Add scope=test to hsqldb (fixes #330)
This commit is contained in:
parent
4f677bec08
commit
8de9890757
|
|
@ -117,6 +117,7 @@
|
|||
<dependency>
|
||||
<groupId>org.hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue