aboutsummaryrefslogtreecommitdiffstats
path: root/cps-application/pom.xml
diff options
context:
space:
mode:
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>