diff options
Diffstat (limited to 'applications/common/pom.xml')
-rw-r--r-- | applications/common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index 1e75e0dc..8f0b9fc3 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -38,6 +38,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>utils-test</artifactId> <version>${policy.common.version}</version> |