diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-05 16:09:55 +0000 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-08-05 22:03:17 +0000 |
commit | 2fa298ebd025052baaf1b469eed993ba1a694494 (patch) | |
tree | deffc0adf2757914c572e472fd64321f47c0a167 /features/sdnc-northbound-all/pom.xml | |
parent | 8917e02bd67601248b481664be08d87f28414aba (diff) |
Remove deprecated VNF-API interface
Remove deprecated VNF-API interface
Issue-ID: SDNC-1237
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0682cfa959d44f36da8c21e376dd112c38d45965
Diffstat (limited to 'features/sdnc-northbound-all/pom.xml')
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index f6bedc49..16db4c4c 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -44,13 +44,6 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>sdnc-vnfapi</artifactId> - <version>${project.version}</version> - <type>xml</type> - <classifier>features</classifier> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> <artifactId>sdnc-vnftools</artifactId> <version>${project.version}</version> <type>xml</type> |