aboutsummaryrefslogtreecommitdiffstats
path: root/cps-rest
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2023-10-03 12:56:29 +0100
committeregernug <gerard.nugent@est.tech>2023-10-16 10:41:20 +0100
commit42daf6319fcb5b2857381fd3a98ed12c43b7ddd9 (patch)
tree77f8da48992367103b2331f7dcb32961f56ad013 /cps-rest
parent694b13a129ea1b070aad3a95fe1f19917136bc96 (diff)
Clean up Dependencies
Clean up of dependencies into logical orders and compile/test statuses Issue-ID: CPS-1873 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I90ad49b7f1362e8f5b7006b85013c0bdf1b4d4ef
Diffstat (limited to 'cps-rest')
-rwxr-xr-xcps-rest/pom.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml
index 4a5fbe48b..f99e48f11 100755
--- a/cps-rest/pom.xml
+++ b/cps-rest/pom.xml
@@ -39,6 +39,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>cps-service</artifactId>
</dependency>
+ <!-- S P R I N G D E P E N D E N C I E S -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
@@ -65,6 +66,15 @@
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
</dependency>
+ <!-- A L P H A B E T I C A L D E P E N D E N C I E S -->
+ <dependency>
+ <groupId>jakarta.validation</groupId>
+ <artifactId>jakarta.validation-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.gsonfire</groupId>
+ <artifactId>gson-fire</artifactId>
+ </dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
@@ -122,14 +132,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>jakarta.validation</groupId>
- <artifactId>jakarta.validation-api</artifactId>
- </dependency>
- <dependency>
- <groupId>io.gsonfire</groupId>
- <artifactId>gson-fire</artifactId>
- </dependency>
</dependencies>
<build>