diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-01-13 10:46:06 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-01-13 10:46:06 -0500 |
commit | 3682fdce6cc5b51c364f089cf180d7483f2d7871 (patch) | |
tree | 5e624a7c64ac34cb10a5ec0842e856096be7a398 | |
parent | 0ec93f4eb42cd0d1b703d01bd06d6b6d8342fe08 (diff) |
Adding cds-ui back in parent pom
cds-ui was removed to avoid build issue, adding back to parent pom
Issue-ID: CCSDK-2025
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ib14bcab669c21cb40603bafff381358a94c1a895
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ limitations under the License. <modules> <module>ms</module> - <!--<module>cds-ui</module>--> + <module>cds-ui</module> <module>components</module> </modules> |