Remove explicit log4j version 38/128338/2
authorRenu Kumari <renu.kumari@bell.ca>
Wed, 6 Apr 2022 13:31:32 +0000 (09:31 -0400)
committerRenu Kumari <renu.kumari@bell.ca>
Wed, 6 Apr 2022 15:11:03 +0000 (11:11 -0400)
- Removed the explicit log4j version 2.17.1
- Upgraded spring boot maven plugin to 2.6.4

Issue-ID: CPS-962
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I4753577f55ae256fcf1e1b6df7d7062c1ffa16ad

pom.xml

diff --git a/pom.xml b/pom.xml
index ead0740..9b6612f 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  Copyright (c) 2021 Bell Canada.
+  Copyright (c) 2021-2022 Bell Canada
   Modifications Copyright (C) 2021 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>org.apache.logging.log4j</groupId>
-                <artifactId>log4j-api</artifactId>
-                <version>2.17.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.logging.log4j</groupId>
-                <artifactId>log4j-to-slf4j</artifactId>
-                <version>2.17.1</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
-                <version>2.3.3.RELEASE</version>
+                <version>2.6.4</version>
                 <executions>
                     <execution>
                         <goals>