thingsboard-aplcache
Changes
application/pom.xml 5(+5 -0)
Details
application/pom.xml 5(+5 -0)
diff --git a/application/pom.xml b/application/pom.xml
index eb1971f..0a13fd7 100644
--- a/application/pom.xml
+++ b/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>