summaryrefslogtreecommitdiffstats
path: root/a1-adapter/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-07-31 12:33:27 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-31 12:33:27 +0000
commit5a2cc540766299ac4fabcdf29aecabf9df71bc9d (patch)
tree1f8ac4f90b15aee4d65b00b41904828eed8b1bd5 /a1-adapter/pom.xml
parent39b0ae8275440fed45ea68bb8941e90a2a5f1d28 (diff)
parenta682c32b4e915574fa142fb77ab8dceb0899a28c (diff)
Merge "Add the A1 Adapter API"
Diffstat (limited to 'a1-adapter/pom.xml')
-rw-r--r--a1-adapter/pom.xml6
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