diff options
author | Lathish <lathishbabu.ganesan@est.tech> | 2020-07-30 15:52:12 +0100 |
---|---|---|
committer | Lathish <lathishbabu.ganesan@est.tech> | 2020-07-31 00:33:23 +0100 |
commit | a682c32b4e915574fa142fb77ab8dceb0899a28c (patch) | |
tree | c9092a6c82ad9f97314a5a7029cbf916ca0732f8 /a1-adapter/pom.xml | |
parent | e5b384a218eda52e2c9ce9c8d9a349c12eb1245a (diff) |
Add the A1 Adapter API
Restructed the repo's
Issue-ID: CCSDK-2581
Change-Id: Idb4062cf32d3e55b9c93829e51f67c83842a125e
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Diffstat (limited to 'a1-adapter/pom.xml')
-rw-r--r-- | a1-adapter/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/a1-adapter/pom.xml b/a1-adapter/pom.xml index 84d4620b..473b1251 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 |