diff options
author | Dan Timoney <dtimoney@att.com> | 2020-07-31 12:33:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-31 12:33:27 +0000 |
commit | 5a2cc540766299ac4fabcdf29aecabf9df71bc9d (patch) | |
tree | 1f8ac4f90b15aee4d65b00b41904828eed8b1bd5 /a1-adapter/pom.xml | |
parent | 39b0ae8275440fed45ea68bb8941e90a2a5f1d28 (diff) | |
parent | a682c32b4e915574fa142fb77ab8dceb0899a28c (diff) |
Merge "Add the A1 Adapter API"
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 |