diff options
author | Dan Timoney <dtimoney@att.com> | 2019-07-16 20:24:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-16 20:24:11 +0000 |
commit | 6c9d1288798e60836a271436d9d5870a0dbca261 (patch) | |
tree | 4921e6d6266a6b1015397bd3a9bdfcecfeee204c /odlsli/odlsli-ubuntu | |
parent | ffd2a837e56c769773ee6c27e78a79dbd961bf58 (diff) | |
parent | 7c9218e0e0caae70e41f07dbfd5774c09801d83c (diff) |
Merge "Remove dependency on deleted adaptor"
Diffstat (limited to 'odlsli/odlsli-ubuntu')
-rw-r--r-- | odlsli/odlsli-ubuntu/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml index f396985a..31624f2b 100644 --- a/odlsli/odlsli-ubuntu/pom.xml +++ b/odlsli/odlsli-ubuntu/pom.xml @@ -109,13 +109,6 @@ <classifier>repo</classifier> <type>zip</type> </dependency> - <dependency> - <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <artifactId>grpc-client-installer</artifactId> - <version>${ccsdk.sli.adaptors.version}</version> - <classifier>repo</classifier> - <type>zip</type> - </dependency> <dependency> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>mdsal-resource-installer</artifactId> |