diff options
author | Jim Hahn <jrh3@att.com> | 2020-03-25 14:44:55 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-03-25 14:57:57 -0400 |
commit | 0d18ce1bd033d5b29a3c8175be36bfcba970c2fb (patch) | |
tree | a1d4a267360fc6d653d88fd71bea1f14e0f27a03 /controlloop/common/controller-usecases/pom.xml | |
parent | 08841f5534f3d329253b81a927721f76b25f30af (diff) |
Fix db exception in usecases junit
Issue-ID: POLICY-2441
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I1233d985f3e6fc6260912e4ad00d46e7c3e58430
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/controller-usecases/pom.xml')
-rw-r--r-- | controlloop/common/controller-usecases/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/controlloop/common/controller-usecases/pom.xml b/controlloop/common/controller-usecases/pom.xml index 6c69e7f89..b03488e2f 100644 --- a/controlloop/common/controller-usecases/pom.xml +++ b/controlloop/common/controller-usecases/pom.xml @@ -185,11 +185,16 @@ <version>${project.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>test</scope> + </dependency> </dependencies> <profiles> <profile> - <!--This profile is used to store Eclipse m2e settings only. It has no + <!--This profile is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <id>only-eclipse</id> <activation> |