summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/inbounds/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-09-04 15:44:42 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-04 15:44:42 +0000
commit8b5f4c0583144f6984e1c4b5c8961d094488af8e (patch)
tree08c29ae6bd8a65d80823320be8e5add630de35c8 /ms/blueprintsprocessor/modules/inbounds/pom.xml
parentb8fc5aab826138a3503d1cdd37d6f5eee63f08db (diff)
parenta456e7e4b70b56fe4fb0c0e82645d12402ce2f78 (diff)
Merge "Remove controllerbluprints distribution."
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/pom.xml')
-rw-r--r--ms/blueprintsprocessor/modules/inbounds/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml
index a892f205f..8afecab3c 100644
--- a/ms/blueprintsprocessor/modules/inbounds/pom.xml
+++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml
@@ -85,5 +85,11 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>