CORD-2081 add carrierethernet apps to onos

Change-Id: Ifabad035bb490f0fc71f3c55280fac114045953c
diff --git a/apps/dependencies.xml b/apps/dependencies.xml
index 83411ca..65d4232 100644
--- a/apps/dependencies.xml
+++ b/apps/dependencies.xml
@@ -33,6 +33,7 @@
         <olt.version>1.3.0</olt.version>
         <sadis.version>1.1.0</sadis.version>
         <vtn.version>1.3.0</vtn.version>
+        <ce.version>1.0.0-SNAPSHOT</ce.version>
 
         <!-- TODO onos-build-conf.version can be dropped when onos.version > 1.10.3 -->
         <onos-build-conf.version>1.10.3-onf</onos-build-conf.version>
@@ -47,6 +48,41 @@
         </dependency>
 
         <dependency>
+            <groupId>org.opencord.ce</groupId>
+            <artifactId>ce-api</artifactId>
+            <version>${ce.version}</version>
+            <type>oar</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.opencord.ce</groupId>
+            <artifactId>ecord-global-app</artifactId>
+            <version>${ce.version}</version>
+            <type>oar</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.opencord.ce</groupId>
+            <artifactId>ecord-local-app</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>
+        </dependency>
+
+        <dependency>
+            <groupId>org.opencord.ce</groupId>
+            <artifactId>co</artifactId>
+            <version>${ce.version}</version>
+            <type>oar</type>
+        </dependency>
+
+        <dependency>
             <groupId>org.opencord</groupId>
             <artifactId>cord-config</artifactId>
 	    <version>${config.version}</version>
diff --git a/apps/pom.xml b/apps/pom.xml
index 2b4b7b0..5445923 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -48,6 +48,7 @@
         <module>sadis</module>
 	<module>vtn</module>
 	<module>dhcpl2relay</module>
+        <module>carrierethernet</module>
     </modules>
 
 <!--