From 5ade7c2d9f4dbb96692c8d3d53f0005df8cb43b5 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 24 Mar 2021 10:33:13 -0400 Subject: Fix null pointer exception Fix null pointer exception in case of empty list Issue-ID: CCSDK-3237 Signed-off-by: Dan Timoney Change-Id: Ic94d60bf7a52c23507ecc2402f9be9b580f2ea5b --- adaptors/features/ccsdk-base-http/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adaptors/features/ccsdk-base-http/pom.xml') diff --git a/adaptors/features/ccsdk-base-http/pom.xml b/adaptors/features/ccsdk-base-http/pom.xml index 0a656829c..c32ce3879 100644 --- a/adaptors/features/ccsdk-base-http/pom.xml +++ b/adaptors/features/ccsdk-base-http/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.1 + 2.1.2 -- cgit 1.2.3-korg