diff options
author | Claudio D. Gasparini <claudio.gasparini@pantheon.tech> | 2021-02-15 10:38:21 +0100 |
---|---|---|
committer | Claudio D. Gasparini <claudio.gasparini@pantheon.tech> | 2021-02-15 12:02:54 +0100 |
commit | 6364703c2546a3cb9bb35d372a37b09a93bd9975 (patch) | |
tree | 81075604258cd4a6faa38f0b9653614ed44dd9a7 /pom.xml | |
parent | 994c59050730a200d030ade14b768539089576a2 (diff) |
Introduce cps-nf-proxy module
- cps-nf-proxy module: Where NF Service resides
- cps-nf-proxy module-rest: Where NF REST Service resides
Issue-ID: CPS-244
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: Ia6fdf70b004d751d5db092d75de0b7f6fa5f1dd7
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ <module>cps-parent</module>
<module>cps-service</module>
<module>cps-rest</module>
+ <module>cps-nf-proxy-service</module>
<module>cps-nf-proxy-rest</module>
<module>cps-ri</module>
<module>checkstyle</module>
|