Browse Source

Added missing dependency

pull/197/head
Volodymyr Babak 9 years ago
parent
commit
2b8a8fb809
  1. 5
      application/pom.xml

5
application/pom.xml

@ -249,6 +249,11 @@
<artifactId>spring-test-dbunit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save