diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-12 18:49:29 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-16 10:38:51 -0400 |
commit | 50f466c54d1445e667b649d4731aa48d3aa76704 (patch) | |
tree | df2c3b9e0af9447af26ad353e8ce54a7e9a3657e /ms/pom.xml | |
parent | b93bdeef411a1593060852da641475a65b3e9f64 (diff) |
Add Command executor maven module and Dockerfile
Change-Id: Iea3d14854e837fede441330ad34b35ac9d156f9a
Issue-ID: CCSDK-1164
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'ms/pom.xml')
-rw-r--r-- | ms/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/pom.xml b/ms/pom.xml index 6f84a1438..d1c87c995 100644 --- a/ms/pom.xml +++ b/ms/pom.xml @@ -35,6 +35,7 @@ <modules> <module>controllerblueprints</module> <module>blueprintsprocessor</module> + <module>command-executor</module> <module>cds-sdc-listener</module> </modules> </project> |