aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMukesh Paliwal <mukesh.paliwal1@huawei.com>2022-05-19 14:20:26 +0530
committerMukesh Paliwal <mukesh.paliwal1@huawei.com>2022-05-20 13:38:04 +0000
commitb12e2094176feead427dd6bc44d0b456f7341f02 (patch)
tree29a132d14737798f761e971874cfa3f088883e33
parent2a13b8d38680fd68f01cb9ed906c1a1824364951 (diff)
Remove log4j transitive dependency from VES-Mapper
Issue-ID: DCAEGEN2-3105 Signed-off-by: Mukesh Paliwal <mukesh.paliwal1@huawei.com> Change-Id: I88c47da2653aa9796a91f2b7ed6fec6512ea773e
-rwxr-xr-x[-rw-r--r--]Changelog.md3
-rwxr-xr-x[-rw-r--r--]UniversalVesAdapter/pom.xml14
-rwxr-xr-x[-rw-r--r--]pom.xml4
-rwxr-xr-x[-rw-r--r--]version.properties2
4 files changed, 8 insertions, 15 deletions
diff --git a/Changelog.md b/Changelog.md
index 7a91e5e..7671699 100644..100755
--- a/Changelog.md
+++ b/Changelog.md
@@ -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
diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml
index ad34a6f..ad77c59 100644..100755
--- a/UniversalVesAdapter/pom.xml
+++ b/UniversalVesAdapter/pom.xml
@@ -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>
@@ -193,16 +193,6 @@
<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>
<version>2.4.21</version>
diff --git a/pom.xml b/pom.xml
index 38a4940..3cf7546 100644..100755
--- 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>
diff --git a/version.properties b/version.properties
index 3db741f..e21ebcd 100644..100755
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
minor=4
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT