diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-06-27 16:11:36 +0100 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-07-01 10:42:22 +0100 |
commit | fa86bb96dd2d8aaba4bd7ecd0d881305eab174e3 (patch) | |
tree | dc2bcc78356bad9c1575d25961109d8bf42f7c7d /pom.xml | |
parent | 89c2f729954a4c93bebcd3b7495df8d191ba00b9 (diff) |
cps-ncmp-rest-stub can not be compiled and executed
Issue-ID: CPS-1094
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I2cd010e0bbe140198db22cf1f62cc8b0b9c80729
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ Copyright (c) 2020 Linux Foundation.
Modifications Copyright (C) 2020-2021 Nordix Foundation
Modifications Copyright (C) 2020-2021 Pantheon.tech
- Modifications Copyright (C) 2021 Bell Canada.
+ Modifications Copyright (C) 2021-2022 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -58,6 +58,7 @@ <module>cps-ncmp-events</module>
<module>cps-ncmp-service</module>
<module>cps-ncmp-rest</module>
+ <module>cps-ncmp-rest-stub</module>
<module>cps-path-parser</module>
<module>cps-ri</module>
<module>checkstyle</module>
|