diff options
Diffstat (limited to 'cps-nf-proxy-rest')
-rwxr-xr-x | cps-nf-proxy-rest/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml index 55db71dc5b..94420f7fd2 100755 --- a/cps-nf-proxy-rest/pom.xml +++ b/cps-nf-proxy-rest/pom.xml @@ -18,11 +18,7 @@ <dependencies> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>cps-service</artifactId> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>cps-ri</artifactId> + <artifactId>cps-nf-proxy-service</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |