Include CE app in build
Change-Id: I1eec2a4c6d798171e28023cf271f6de08a8e19e9
diff --git a/apps/dependencies.xml b/apps/dependencies.xml
index cf4bed4..a65b67c 100644
--- a/apps/dependencies.xml
+++ b/apps/dependencies.xml
@@ -33,6 +33,7 @@
<olt.version>1.4.0-SNAPSHOT</olt.version>
<sadis.version>1.2.0-SNAPSHOT</sadis.version>
<vtn.version>1.4.0-SNAPSHOT</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>
@@ -42,15 +43,22 @@
<dependency>
<groupId>org.opencord</groupId>
<artifactId>aaa</artifactId>
- <version>${aaa.version}</version>
- <type>oar</type>
+ <version>${aaa.version}</version>
+ <type>oar</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.opencord</groupId>
+ <artifactId>ce</artifactId>
+ <version>${ce.version}</version>
+ <type>oar</type>
</dependency>
<dependency>
<groupId>org.opencord</groupId>
<artifactId>cord-config</artifactId>
- <version>${config.version}</version>
- <type>oar</type>
+ <version>${config.version}</version>
+ <type>oar</type>
</dependency>
<dependency>
diff --git a/apps/pom.xml b/apps/pom.xml
index 2b4b7b0..f4881d0 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -46,8 +46,9 @@
<module>mcast</module>
<module>olt</module>
<module>sadis</module>
- <module>vtn</module>
- <module>dhcpl2relay</module>
+ <module>vtn</module>
+ <module>dhcpl2relay</module>
+ <module>carrierethernet</module>
</modules>
<!--