diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2022-07-18 11:38:37 +0100 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2022-07-18 11:38:45 +0100 |
commit | 21c17c999c4787f3d11e69b246143e86a10a62df (patch) | |
tree | 145b007338b72de2db17432a9793073913b82c6a /cps-service | |
parent | b0a56014fac9033ba328689a2073023eb6d5eb20 (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')
-rw-r--r-- | cps-service/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 1be45d1bce..aca100f7c4 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> |