diff options
author | Dan Timoney <dtimoney@att.com> | 2021-12-16 16:25:49 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-01-04 10:17:08 -0500 |
commit | 9738cbd82ca59fdd3108462507df31f4e219af81 (patch) | |
tree | 8a43cef7ca988b4fc9e8bb40261a08333d1e6a5f /pom.xml | |
parent | 4bd26f61d7684fe30f7aa86643c4cff3d241287d (diff) |
Patch OpenDaylight to upgrade to latest pax-logging package
Patch OpenDaylight to replace the shipped version of pax-logging -
which includes log4j-core v2.14.1 - with the latest version, which
includes log4j-core v2.17.1
Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3db01bf762f683807d555658610a6a0dade0504a
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>2.2.3</version> + <version>2.2.4</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> |