Update dependencies (release task) 66/129966/1
authorToineSiebelink <toine.siebelink@est.tech>
Mon, 18 Jul 2022 10:38:37 +0000 (11:38 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Mon, 18 Jul 2022 10:38:45 +0000 (11:38 +0100)
Removed unnecessary direct dependency
- spring-context

Issue-ID: CPS-1106

Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I4c3b2e8ffb16504f442f2eda5553c185dc290f4b

cps-service/pom.xml

index 1be45d1..aca100f 100644 (file)
       <groupId>org.slf4j</groupId>
       <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>