diff options
author | liamfallon <liam.fallon@est.tech> | 2019-04-10 11:34:06 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-04-10 11:34:06 +0000 |
commit | 24400f789d2a20da08793fa8d5ac046caf46c267 (patch) | |
tree | 92320a6dd5a0ab3ae79c5d15d470372b23075660 /pom.xml | |
parent | 942cd0a012a2a4e9fd44e680dc6c4c7f4bcf8c62 (diff) |
Finish unit test on policy-models
Unit test coverage well over 90% in
policy-models-base
policy-models-dao
policy-models-pdp
policy-models-tosca
policy-models-provider
Issue-ID: POLICY-1095
Change-Id: I7703e2ae8a93575ca478c3d809ff8c1fb9f0f334
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -112,6 +112,11 @@ </dependency> <dependency> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |