aboutsummaryrefslogtreecommitdiffstats
path: root/models-dao
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2019-03-20 16:08:21 +0000
committerliamfallon <liam.fallon@est.tech>2019-03-20 16:08:21 +0000
commit8fc237cc606b6e9c8c7d7e7a2c811fc671a4b40e (patch)
tree1dc4369a5f94683a2140f28968a1bd32566743df /models-dao
parentd614f2f3871ea6b46b0e8b0bbd8be70414710164 (diff)
Implement persistence test for policies
The unit test MonitoringPolicySerializationTest tests persistence for policies and shows how persistence works. Issue-ID: POLICY-1195 Change-Id: I933eb538238f9ccd41ce69614e0c9afcac869c29 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-dao')
-rw-r--r--models-dao/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/models-dao/pom.xml b/models-dao/pom.xml
index d71fce868..ceec2a1e4 100644
--- a/models-dao/pom.xml
+++ b/models-dao/pom.xml
@@ -43,6 +43,5 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
-
</dependencies>
</project>