summaryrefslogtreecommitdiffstats
path: root/cps-rest/pom.xml
diff options
context:
space:
mode:
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>2021-03-04 17:13:00 +0200
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>2021-03-04 17:20:02 +0200
commit8fe579d7d1b802e9d91205c7ff991631ea35f7ac (patch)
tree5dfe8445ef64cc0f9f37092f0753e29cdd38fa6e /cps-rest/pom.xml
parent4359d28773708cf63410539fae5f5eae4105d4f0 (diff)
Fix cps-nf-proxy standalone assembly.
Application dependency on cps-ri module moved from cps-rest module (indirect) to cps-application (direct, using assembly profiles) Issue-ID: CPS-274 Change-Id: Id246dc4c6d15343e4862f70151aa82c5020862c9 Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
Diffstat (limited to 'cps-rest/pom.xml')
-rwxr-xr-xcps-rest/pom.xml8
1 files changed, 4 insertions, 4 deletions
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>