Showing
1 changed file
with
5 additions
and
0 deletions
... | ... | @@ -249,6 +249,11 @@ |
249 | 249 | <artifactId>spring-test-dbunit</artifactId> |
250 | 250 | <scope>test</scope> |
251 | 251 | </dependency> |
252 | + <dependency> | |
253 | + <groupId>org.hsqldb</groupId> | |
254 | + <artifactId>hsqldb</artifactId> | |
255 | + <scope>test</scope> | |
256 | + </dependency> | |
252 | 257 | </dependencies> |
253 | 258 | |
254 | 259 | <build> | ... | ... |