Add the A1 Adapter API
Restructed the repo's
Issue-ID: CCSDK-2581
Change-Id: Idb4062cf32d3e55b9c93829e51f67c83842a125e
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
diff --git a/a1-adapter/pom.xml b/a1-adapter/pom.xml
index 84d4620..473b125 100644
--- a/a1-adapter/pom.xml
+++ b/a1-adapter/pom.xml
@@ -28,4 +28,8 @@
<packaging>pom</packaging>
<name>ccsdk-features :: ${project.artifactId}</name>
-</project>
+ <modules>
+ <module>a1-adapter-api</module>
+ <module>features</module>
+ </modules>
+</project>
\ No newline at end of file