Sonar gating issue fix 82/130382/3
authorVijay Venkatesh Kumar <vv770d@att.com>
Fri, 19 Aug 2022 04:18:21 +0000 (00:18 -0400)
committerVijay Venkatesh Kumar <vv770d@att.com>
Fri, 19 Aug 2022 04:22:07 +0000 (04:22 +0000)
Change-Id: I3463ae2aa3912ac29e7b00f448f206bcd5df7d6b
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-3214
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Changelog.md
pom.xml

index 9ea1325..660da1f 100644 (file)
@@ -5,8 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [1.11.1] - 2022/01/28
-         - [DCAEGEN2-3214] - Dcaegen2-collectors-ves vulnerability updates 
+         - [DCAEGEN2-3214] - Dcaegen2-collectors-ves vulnerability updates
+
 ## [1.11.0] - 2022/01/28
          - [DCAEGEN2-2961] - Switch VESCollector to Integration base image(onap/integration-java11:10.0.0)
          - [DCAEGEN2-3045] - Vulnerability addressal for VESCollector
diff --git a/pom.xml b/pom.xml
index 1b9bc15..ae3941b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     ============LICENSE_START=======================================================
     dcaegen2-collectors-ves
     ================================================================================
-    Copyright (c) 2017-2019,2021 AT&T Intellectual Property. All rights reserved.
+    Copyright (c) 2017-2019,2021-2022 AT&T Intellectual Property. All rights reserved.
     Copyright (c) 2020-2022 Nokia. All rights reserved.
     ================================================================================
     Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -49,7 +49,7 @@
     <maven.compiler.target>${java.version}</maven.compiler.target>
     <maven.compiler.source>${java.version}</maven.compiler.source>
     <sonar.coverage.jacoco.xmlReportPaths>
-      ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+        ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
     </sonar.coverage.jacoco.xmlReportPaths>
     <!-- DEPENDENCY RELATED SETTINGS -->
     <micrometer.version>1.6.5</micrometer.version>
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
+      <version>${gson.version}</version>
     </dependency>
     <dependency>
       <groupId>org.json</groupId>
     <dependency>
       <groupId>io.projectreactor</groupId>
       <artifactId>reactor-test</artifactId>
+      <version>${reactor-test.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-log4j2</artifactId>
+      <version>${spring-boot-starter-log4j2.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
     <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-test</artifactId>
+      <version>${spring-boot-starter-test.version}</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>