diff options
Diffstat (limited to 'cps-rest')
-rwxr-xr-x | cps-rest/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 840228eb99..9264c68150 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -17,10 +17,6 @@ <artifactId>cps-service</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>cps-ri</artifactId> - </dependency> - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> @@ -32,6 +28,10 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-validation</artifactId> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jetty</artifactId> </dependency> <dependency> |