Adding local-channel and bigswitch to dependencies and changing co to fabric
Change-Id: Ie181e2a557e88a2a52433998fae34e24372f548a
diff --git a/apps/dependencies.xml b/apps/dependencies.xml
index 92886fe..6c348ab 100644
--- a/apps/dependencies.xml
+++ b/apps/dependencies.xml
@@ -70,6 +70,20 @@
<dependency>
<groupId>org.opencord.ce</groupId>
+ <artifactId>bigswitch</artifactId>
+ <version>${ce.version}</version>
+ <type>oar</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.opencord.ce</groupId>
+ <artifactId>local-channel</artifactId>
+ <version>${ce.version}</version>
+ <type>oar</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.opencord.ce</groupId>
<artifactId>vee</artifactId>
<version>${ce.version}</version>
<type>oar</type>
@@ -77,7 +91,7 @@
<dependency>
<groupId>org.opencord.ce</groupId>
- <artifactId>co</artifactId>
+ <artifactId>fabric</artifactId>
<version>${ce.version}</version>
<type>oar</type>
</dependency>