From e2e71040679fc6f305f9cdbe0d9d38c701934dcd Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 19 Apr 2021 14:46:45 +0200 Subject: Fix Sonar Crypto issues Fix this problem by removing the CryptoUtils that could be replaced by AAF cadi call (this was already in place in the code). The OOM sdc controller password will have to be modified as well. Issue-ID: POLICY-3201 Issue-ID: POLICY-3200 Change-Id: I6dfd9abb691afb3548d4e68c8759351ad02a30da Signed-off-by: sebdet --- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d7a624164..36661b86c 100644 --- a/pom.xml +++ b/pom.xml @@ -513,18 +513,6 @@ 3.10.0 test - - org.powermock - powermock-api-mockito2 - 2.0.4 - test - - - org.powermock - powermock-module-junit4 - 2.0.4 - test - com.github.docker-java docker-java-core -- cgit 1.2.3-korg