diff options
Diffstat (limited to 'cps-nf-proxy-service/pom.xml')
-rw-r--r-- | cps-nf-proxy-service/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cps-nf-proxy-service/pom.xml b/cps-nf-proxy-service/pom.xml index 67ffaeb200..593d6cf792 100644 --- a/cps-nf-proxy-service/pom.xml +++ b/cps-nf-proxy-service/pom.xml @@ -18,12 +18,12 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>cps-service</artifactId> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-validation</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>cps-ri</artifactId> + <artifactId>cps-service</artifactId> </dependency> </dependencies> </project>
\ No newline at end of file |