aboutsummaryrefslogtreecommitdiffstats
path: root/cps-service/pom.xml
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2022-07-18 11:38:37 +0100
committerToineSiebelink <toine.siebelink@est.tech>2022-07-18 11:38:45 +0100
commit21c17c999c4787f3d11e69b246143e86a10a62df (patch)
tree145b007338b72de2db17432a9793073913b82c6a /cps-service/pom.xml
parentb0a56014fac9033ba328689a2073023eb6d5eb20 (diff)
Update dependencies (release task)
Removed unnecessary direct dependency - spring-context Issue-ID: CPS-1106 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I4c3b2e8ffb16504f442f2eda5553c185dc290f4b
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r--cps-service/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml
index 1be45d1bc..aca100f7c 100644
--- a/cps-service/pom.xml
+++ b/cps-service/pom.xml
@@ -90,11 +90,6 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
- <!-- For dependency injection -->
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- </dependency>
- <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>