summaryrefslogtreecommitdiffstats
path: root/cps-application/pom.xml
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-03-04 16:15:38 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-04 16:15:38 +0000
commit333f2b5a7a54f325a8d7137e6b8c0502fc860441 (patch)
tree1586bacac097bb25dbcfec06b4c8549717d50498 /cps-application/pom.xml
parent1f056ae738f6e0984803630e0380d80efebf8dc3 (diff)
parent8fe579d7d1b802e9d91205c7ff991631ea35f7ac (diff)
Merge "Fix cps-nf-proxy standalone assembly."
Diffstat (limited to 'cps-application/pom.xml')
-rw-r--r--cps-application/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml
index cfebf6887..9a7d2f8e3 100644
--- a/cps-application/pom.xml
+++ b/cps-application/pom.xml
@@ -124,6 +124,10 @@
<groupId>${project.groupId}</groupId>
<artifactId>cps-rest</artifactId>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>cps-ri</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -149,6 +153,10 @@
<groupId>${project.groupId}</groupId>
<artifactId>cps-nf-proxy-rest</artifactId>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>cps-ri</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -178,6 +186,10 @@
<groupId>${project.groupId}</groupId>
<artifactId>cps-nf-proxy-rest</artifactId>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>cps-ri</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>