diff options
author | Dan Timoney <dtimoney@att.com> | 2019-10-31 12:57:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-31 12:57:23 +0000 |
commit | e875f21826bd1ff4964d06deba7784587b4f95b6 (patch) | |
tree | 8d0c58e1aa00ac445125514265b26177fb5b381c /ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml | |
parent | 987afaa51413b2b943deb2afdcdc92b89f16fc4c (diff) | |
parent | 910fa69e65b3d151ef2bdbbf90fdcc31cfa01008 (diff) |
Merge "Add grpc TLS property lib services."
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml index 5945e29fd..15cabb260 100644 --- a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright © 2019 IBM. + ~ Modifications Copyright © 2018-2019 AT&T Intellectual Property. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -42,5 +43,9 @@ <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>processor-core</artifactId> </dependency> + <dependency> + <groupId>io.grpc</groupId> + <artifactId>grpc-testing</artifactId> + </dependency> </dependencies> </project> |