diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-24 13:43:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-24 13:43:29 +0000 |
commit | ef90400a4cdbb423451ed8b637d7199d0482b983 (patch) | |
tree | 8d2a27080656d02ad86af88609e8c88e63647ecb /ms/pom.xml | |
parent | e9e5d453a301d59cebb7e4a21c88dd2178e83207 (diff) | |
parent | d5339481d3c3f24dd5faccb44dccd4addfd58499 (diff) |
Merge "SDC Listner Docker touchup"
Diffstat (limited to 'ms/pom.xml')
-rw-r--r-- | ms/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/pom.xml b/ms/pom.xml index d1c87c995..b97ebc03f 100644 --- a/ms/pom.xml +++ b/ms/pom.xml @@ -36,6 +36,6 @@ <module>controllerblueprints</module> <module>blueprintsprocessor</module> <module>command-executor</module> - <module>cds-sdc-listener</module> + <module>sdclistener</module> </modules> </project> |