diff options
author | Renu Kumari <renu.kumari@bell.ca> | 2022-04-06 09:31:32 -0400 |
---|---|---|
committer | Renu Kumari <renu.kumari@bell.ca> | 2022-04-06 11:11:03 -0400 |
commit | f7ba84a16adfc74ba21a4508d8f6d5d848bebcdb (patch) | |
tree | 75fc9c070c0e80d1163fce898784bf5903c2f654 | |
parent | 80126234d647db40cd439db2179c2a24058fe6c1 (diff) |
Remove explicit log4j version
- 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
-rwxr-xr-x | pom.xml | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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"); @@ -73,16 +73,6 @@ <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> @@ -253,7 +243,7 @@ <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> |