SDC Listner Docker touchup
1.Reworked Dockerization of SDC Listener to follow
application/distribution+parent style;
2.Renamed CDS-SDClistener to just SDCListener
Issue-ID: CCSDK-1145
Change-Id: I007373d3a48fb8eb7042150bdbb37fc7fec346b3
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
diff --git a/ms/pom.xml b/ms/pom.xml
index d1c87c9..b97ebc0 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>