Remove log4j transitive dependency from VES-Mapper
[dcaegen2/services/mapper.git] / UniversalVesAdapter / pom.xml
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>