diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-16 14:00:53 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-16 14:00:53 -0400 |
commit | 7c9218e0e0caae70e41f07dbfd5774c09801d83c (patch) | |
tree | e818c38800424ba9510053f7f9136e9b441d1168 /odlsli | |
parent | 9f4fd319d2f04b401f28ddd9790f3ea41754f9b6 (diff) |
Remove dependency on deleted adaptor
odlsli-ubuntu contains dependency on grpc adaptor, which has been removed.
Change-Id: Ifd2830c9abe1819fa2dbce4bfa5cfeaf55bf7f78
Issue-ID: CCSDK-1490
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlsli')
-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> |