Remove log4j transitive dependency from VES-Mapper 12/129312/2
authorMukesh Paliwal <mukesh.paliwal1@huawei.com>
Thu, 19 May 2022 08:50:26 +0000 (14:20 +0530)
committerMukesh Paliwal <mukesh.paliwal1@huawei.com>
Fri, 20 May 2022 13:38:04 +0000 (13:38 +0000)
Issue-ID: DCAEGEN2-3105

Signed-off-by: Mukesh Paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I88c47da2653aa9796a91f2b7ed6fec6512ea773e

Changelog.md [changed mode: 0644->0755]
UniversalVesAdapter/pom.xml [changed mode: 0644->0755]
pom.xml [changed mode: 0644->0755]
version.properties [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 7a91e5e..7671699
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [1.4.1] - 2022/05/19
+         - [DCAEGEN2-3105] - Remove log4j transitive dependency from VES-Mapper
+
 ## [1.4.0] - 2022/03/29
          - [DCAEGEN2-3097] - Remove VESMapper reliance on CBS/Consul
 
old mode 100644 (file)
new mode 100755 (executable)
index ad34a6f..ad77c59
@@ -4,7 +4,7 @@
 * ONAP : DCAEGEN2
 * ================================================================================
 * Copyright 2018-2019 TechMahindra
-* Copyright (C) 2020 Huawei Technologies Co., Ltd.
+* Copyright (C) 2020-2022 Huawei Technologies Co., Ltd.
 * Copyright (c) 2021-2022 AT&T Intellectual Property. All rights reserved.
 * ================================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
@@ -28,7 +28,7 @@
 
     <groupId>org.onap.dcaegen2.services.mapper.vesadapter</groupId>
     <artifactId>UniversalVesAdapter</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <parent>
         <groupId>org.onap.dcaegen2.services.mapper</groupId>
         <artifactId>mapper</artifactId>
             <artifactId>slf4j-api</artifactId>
             <version>1.7.25</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-core</artifactId>
-            <version>2.17.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-api</artifactId>
-            <version>2.17.1</version>
-        </dependency>
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-all</artifactId>
diff --git a/pom.xml b/pom.xml
old mode 100644 (file)
new mode 100755 (executable)
index 38a4940..3cf7546
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 * ONAP : DCAEGEN2/services/mapper
 * ================================================================================
 * Copyright 2018-2019 TechMahindra
-* Copyright (C) 2020 Huawei Technologies Co., Ltd.
+* Copyright (C) 2020-2022 Huawei Technologies Co., Ltd.
 * Copyright (c) 2021-2022 AT&T Intellectual Property. All rights reserved.
 * ================================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
@@ -32,7 +32,7 @@
 
     <groupId>org.onap.dcaegen2.services.mapper</groupId>
     <artifactId>mapper</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>dcaegen2-services-mapper</name>
old mode 100644 (file)
new mode 100755 (executable)
index 3db741f..e21ebcd
@@ -1,6 +1,6 @@
 major=1\r
 minor=4\r
-patch=0\r
+patch=1\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r