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 | |
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
-rw-r--r-- | .gitreview | 4 | ||||
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 7 | ||||
-rw-r--r-- | pom.xml | 1 |
3 files changed, 0 insertions, 12 deletions
diff --git a/.gitreview b/.gitreview deleted file mode 100644 index ac3bf486..00000000 --- a/.gitreview +++ /dev/null @@ -1,4 +0,0 @@ -[gerrit] -host=gerrit.openecomp.org -port=29418 -project=sdnc/northbound.git 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> @@ -24,7 +24,6 @@ <modules> <module>generic-resource-api</module> <module>optical-service</module> - <module>vnfapi</module> <module>vnftools</module> <module>features</module> </modules> |