aboutsummaryrefslogtreecommitdiffstats
path: root/cps-nf-proxy-service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cps-nf-proxy-service/pom.xml')
-rw-r--r--cps-nf-proxy-service/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cps-nf-proxy-service/pom.xml b/cps-nf-proxy-service/pom.xml
index 67ffaeb20..593d6cf79 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