aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cps-application/pom.xml12
-rwxr-xr-xcps-rest/pom.xml8
2 files changed, 16 insertions, 4 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml
index cfebf6887..9a7d2f8e3 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>
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml
index 840228eb9..9264c6815 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>