From b143c512a2a9c7c066c03de1b74b9c72c8d1c37a Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Thu, 28 Oct 2021 11:23:31 +0200 Subject: Remove org.jetbrains.annotations dependency It is not part of spring boot 2.5.5 anymore and using it to enforce code invariant is not consistent in the overall code base. Issue-ID: CPS-582 Signed-off-by: Bruno Sakoto Change-Id: I6b2c1b8340cda376b70daa2ac092b3d02daa8960 --- cps-ri/pom.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cps-ri/pom.xml') diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index b7aa4193d1..8d860b0041 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -100,10 +100,6 @@ com.fasterxml.jackson.core jackson-databind - - org.jetbrains - annotations - org.codehaus.groovy -- cgit 1.2.3-korg