summaryrefslogtreecommitdiffstats
path: root/ms/neng/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-07-29 11:11:15 -0400
committerDan Timoney <dtimoney@att.com>2021-07-29 11:11:15 -0400
commitf051be6ecc0ceeef0d4d086085547218d5f4e8d6 (patch)
tree6d3fb2fa3bb90576481d4a4292664ee24a619918 /ms/neng/pom.xml
parentfaf965656265dd96a350ce03bb478ef2b9a3805b (diff)
Address weak crypto issues
Fix 2 weak cryptography issues identified by SonarCloud scans. Issue-ID: CCSDK-3196 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0fee14e7a96badeac8a278de4d74ef244c24f06f
Diffstat (limited to 'ms/neng/pom.xml')
-rw-r--r--ms/neng/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml
index e2d8aefe..ef3f5a55 100644
--- a/ms/neng/pom.xml
+++ b/ms/neng/pom.xml
@@ -350,6 +350,11 @@
<artifactId>jest</artifactId>
<version>5.3.3</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>utils-provider</artifactId>
+ <version>${ccsdk.sli.version}</version>
+ </dependency>
</dependencies>
<build>