From 72aef3a6324c78a62d0eff65217d4861440841f5 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 31 Jan 2023 08:15:34 -0500 Subject: Fix Java 17 jUnit errors Add explicit lombok dependency to resolve compile error when compiling under java 17 Fixed code issues in jUnit tests due to restrictions on reflection in Java 17, which disallow jUnit from setting system properties or environment variables. Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney Change-Id: I278ee869d2ce0568b29ecc29c37d00d7fce757a8 --- northbound/dmaap-listener/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'northbound/dmaap-listener/pom.xml') diff --git a/northbound/dmaap-listener/pom.xml b/northbound/dmaap-listener/pom.xml index 17137bcd0..db426f73c 100755 --- a/northbound/dmaap-listener/pom.xml +++ b/northbound/dmaap-listener/pom.xml @@ -162,6 +162,7 @@ ABC123 admin admin + . -- cgit 1.2.3-korg