diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-01-10 15:16:15 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-01-12 18:34:12 -0500 |
commit | d57c3727ee2d02e2b2f4c899647d4d9de7e72b43 (patch) | |
tree | 05736890a322f59f32a0e50b347633dfe1e3d29a /pom.xml | |
parent | 4786e0b9ef3b4b82f4ad14bcffafa222628011d6 (diff) |
Refactoring Pom and Fixing Junits
Refactoring DepeendencyManagement section in parent pom and fixed Junit failing over Windows
Issue-ID: CCSDK-2023
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I5e09c4c6d6307c1dd93a40ab3601713b956dfc72
Diffstat (limited to 'pom.xml')
-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> |