Merge "Tag app as snapshot, bump onos version"
diff --git a/local/common-component/app.xml b/local/common-component/app.xml
index eea948b..1077250 100644
--- a/local/common-component/app.xml
+++ b/local/common-component/app.xml
@@ -22,5 +22,4 @@
<description>${project.description}</description>
<artifact>mvn:${project.groupId}/bigswitch/${project.version}</artifact>
<artifact>mvn:${project.groupId}/local-channel/${project.version}</artifact>
- <artifact>mvn:${project.groupId}/vee/${project.version}</artifact>
</app>
diff --git a/local/common-component/features.xml b/local/common-component/features.xml
index 6c5c6c3..78fd72e 100644
--- a/local/common-component/features.xml
+++ b/local/common-component/features.xml
@@ -20,6 +20,5 @@
description="${project.description}">
<bundle>mvn:${project.groupId}/bigswitch/${project.version}</bundle>
<bundle>mvn:${project.groupId}/local-channel/${project.version}</bundle>
- <bundle>mvn:${project.groupId}/vee/${project.version}</bundle>
</feature>
</features>
\ No newline at end of file
diff --git a/local/common-component/pom.xml b/local/common-component/pom.xml
index 8b190f7..5bd567f 100644
--- a/local/common-component/pom.xml
+++ b/local/common-component/pom.xml
@@ -48,11 +48,6 @@
<artifactId>local-channel</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.opencord.ce</groupId>
- <artifactId>vee</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file