summaryrefslogtreecommitdiffstats
path: root/models-pap/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-06-02 14:35:48 +0000
committerGerrit Code Review <gerrit@onap.org>2021-06-02 14:35:48 +0000
commit2ba648e483fe5f5ef953acb2b25135e9a3cbd742 (patch)
tree1af38fd6a6ada71ab88e2b412e8b504564eb09ba /models-pap/pom.xml
parentb1ebc97af3bf155a34100380435b5d21a2be774d (diff)
parent09e2bc57b947fb71c4dde9a8c0ded52f695abda1 (diff)
Merge "Handling Policy deploy/undeploy audit models"
Diffstat (limited to 'models-pap/pom.xml')
-rw-r--r--models-pap/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/models-pap/pom.xml b/models-pap/pom.xml
index f2ac085a7..39508638e 100644
--- a/models-pap/pom.xml
+++ b/models-pap/pom.xml
@@ -1,6 +1,6 @@
<!--
============LICENSE_START=======================================================
- Copyright (C) 2019 Nordix Foundation.
+ Copyright (C) 2019-2021 Nordix Foundation.
Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -53,5 +53,15 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>