diff options
Diffstat (limited to 'cps-application/pom.xml')
-rw-r--r-- | cps-application/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index cfebf68874..9a7d2f8e33 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> |