diff options
author | Dan Timoney <dtimoney@att.com> | 2019-01-19 01:04:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-19 01:04:30 +0000 |
commit | 597d8a3be2c0eda8273820fcaeeeaa015519ef3a (patch) | |
tree | cd60f121c0268b146dedfb2390b558107d3d068e /ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | |
parent | 58ad94b288c312565a15c66c3b2fcdfd0e947c4a (diff) | |
parent | 44cb2fcd7f6686e6531a5a5222d45bdf31739efb (diff) |
Merge "Implement BluePrintManagementServiceGrpc"
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index db6fdd27e..7041dab3c 100644 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -32,6 +32,11 @@ <groupId>io.grpc</groupId> <artifactId>grpc-testing</artifactId> </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> |