diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-03-10 11:55:33 +0000 |
---|---|---|
committer | Toine Siebelink <toine.siebelink@est.tech> | 2021-03-11 14:18:19 +0000 |
commit | 2555da9a1a946920d7e42469874e94a71f40dc6d (patch) | |
tree | a11defe12c128822ab46d5327148fd4a90a5fe01 /cps-ri/pom.xml | |
parent | 65816190e45f25a78b4c1498cb81c6d23d52e72e (diff) |
Fix for security hotspot related to wek cyptography
https://sonarcloud.io/project/security_hotspots?id=onap_cps&hotspots=AXfObcurA2pnU4Plp4-j
Issue-ID: CPS-286
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I31012f81797396682dbccae0e4992a33bac806c7
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 72b95b8983..94d2fa19b0 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -45,6 +45,10 @@ <groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </dependency>
<!-- T E S T D E P E N D E N C I E S -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
|