diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-09-16 10:49:28 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-09-18 14:20:00 -0400 |
commit | fbbc9bceb83de1ade5b4b6a666546aba24a14e2f (patch) | |
tree | 25586609f64ac3f4856ae0cc33fd446d5c93d322 /ms/pom.xml | |
parent | 6c77ea314cb8cdac8f602cea608ae06108ab6062 (diff) |
Fixing dockerFile
Fixing dockerFile and related items
Refactoring pom properties
Issue-ID: CCSDK-2794
Change-Id: Ib9d3cc38c2db65778cef2590ab774035305a16fa
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
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 552750ab3..bc0131eb6 100644 --- a/ms/pom.xml +++ b/ms/pom.xml @@ -35,8 +35,8 @@ <modules> <module>error-catalog</module> <module>blueprintsprocessor</module> - <module>py-executor</module> <module>command-executor</module> + <module>py-executor</module> <module>sdclistener</module> </modules> |