aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitreview4
-rw-r--r--features/sdnc-northbound-all/pom.xml7
-rw-r--r--pom.xml1
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>
diff --git a/pom.xml b/pom.xml
index fd9fd173..15bfeec8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,6 @@
<modules>
<module>generic-resource-api</module>
<module>optical-service</module>
- <module>vnfapi</module>
<module>vnftools</module>
<module>features</module>
</modules>