diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-11 19:54:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-11 19:54:09 +0000 |
commit | 594c530c5b2841ae3917c3c394d075bcb7d1286e (patch) | |
tree | fa5627f08dc9de4505677f79166267231df3a45d /ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | |
parent | 1926b37d20ea4e63ac054dd10ca14001cecd7398 (diff) | |
parent | f930d9ee670a6dce8977dcdb18643e48c7af33fd (diff) |
Merge "Move GRPC management api to designer api."
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 1431e5160..7c53e1c04 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -33,14 +33,8 @@ <dependencies> <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-core</artifactId> - </dependency> - - <dependency> <groupId>org.onap.ccsdk.cds.components</groupId> <artifactId>proto-definition</artifactId> - <version>${project.version}</version> </dependency> <dependency> @@ -51,10 +45,6 @@ <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId> <artifactId>blueprint-validation</artifactId> </dependency> - <dependency> - <groupId>io.grpc</groupId> - <artifactId>grpc-testing</artifactId> - </dependency> <!-- For Message libraries --> <dependency> |