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
diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml
index 3d43f6c..9ae8a80 100644
--- a/cps-bom/pom.xml
+++ b/cps-bom/pom.xml
@@ -44,6 +44,11 @@
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
+                <artifactId>cps-nf-proxy-service</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
                 <artifactId>cps-nf-proxy-rest</artifactId>
                 <version>${project.version}</version>
             </dependency>