diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-04 15:44:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-04 15:44:42 +0000 |
commit | 8b5f4c0583144f6984e1c4b5c8961d094488af8e (patch) | |
tree | 08c29ae6bd8a65d80823320be8e5add630de35c8 /ms/blueprintsprocessor/modules/inbounds/selfservice-api | |
parent | b8fc5aab826138a3503d1cdd37d6f5eee63f08db (diff) | |
parent | a456e7e4b70b56fe4fb0c0e82645d12402ce2f78 (diff) |
Merge "Remove controllerbluprints distribution."
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/selfservice-api')
-rwxr-xr-x | ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index cfa2d6fea..2c241cc4f 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -55,11 +55,6 @@ <groupId>io.grpc</groupId> <artifactId>grpc-testing</artifactId> </dependency> - <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - <scope>test</scope> - </dependency> <!-- For Message libraries --> <dependency> |