summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-06-27 16:11:36 +0100
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-07-01 10:42:22 +0100
commitfa86bb96dd2d8aaba4bd7ecd0d881305eab174e3 (patch)
treedc2bcc78356bad9c1575d25961109d8bf42f7c7d /pom.xml
parent89c2f729954a4c93bebcd3b7495df8d191ba00b9 (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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 12d8a1f44..bb3553b15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>