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-aai-service/pom.xml | 2 +- adaptors/features/ccsdk-ansible-adapter/pom.xml | 2 +- adaptors/features/ccsdk-base-http/pom.xml | 2 +- adaptors/features/ccsdk-mdsal-resource/pom.xml | 2 +- adaptors/features/ccsdk-messagerouter-consumer/pom.xml | 2 +- adaptors/features/ccsdk-messagerouter-publisher/pom.xml | 2 +- adaptors/features/ccsdk-netbox-client/pom.xml | 2 +- adaptors/features/ccsdk-resource-assignment/pom.xml | 2 +- adaptors/features/ccsdk-saltstack-adapter/pom.xml | 2 +- adaptors/features/ccsdk-sli-adaptors-all/pom.xml | 2 +- adaptors/features/ccsdk-sql-resource/pom.xml | 2 +- adaptors/features/features-sli-adaptors/pom.xml | 2 +- adaptors/features/installer/pom.xml | 2 +- adaptors/features/pom.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'adaptors/features') diff --git a/adaptors/features/ccsdk-aai-service/pom.xml b/adaptors/features/ccsdk-aai-service/pom.xml index 4f4266b3b..5402d2bc3 100644 --- a/adaptors/features/ccsdk-aai-service/pom.xml +++ b/adaptors/features/ccsdk-aai-service/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.1 + 2.1.2 diff --git a/adaptors/features/ccsdk-ansible-adapter/pom.xml b/adaptors/features/ccsdk-ansible-adapter/pom.xml index 4bc368f9e..f9ac5a920 100644 --- a/adaptors/features/ccsdk-ansible-adapter/pom.xml +++ b/adaptors/features/ccsdk-ansible-adapter/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.1 + 2.1.2 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 diff --git a/adaptors/features/ccsdk-mdsal-resource/pom.xml b/adaptors/features/ccsdk-mdsal-resource/pom.xml index 123f1b755..a18e3d33a 100644 --- a/adaptors/features/ccsdk-mdsal-resource/pom.xml +++ b/adaptors/features/ccsdk-mdsal-resource/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.1 + 2.1.2 diff --git a/adaptors/features/ccsdk-messagerouter-consumer/pom.xml b/adaptors/features/ccsdk-messagerouter-consumer/pom.xml index d066340e8..de436fcc8 100755 --- a/adaptors/features/ccsdk-messagerouter-consumer/pom.xml +++ b/adaptors/features/ccsdk-messagerouter-consumer/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.1 + 2.1.2 org.onap.ccsdk.sli.adaptors.messagerouter diff --git a/adaptors/features/ccsdk-messagerouter-publisher/pom.xml b/adaptors/features/ccsdk-messagerouter-publisher/pom.xml index fff3ae3c5..a69b4faeb 100755 --- a/adaptors/features/ccsdk-messagerouter-publisher/pom.xml +++ b/adaptors/features/ccsdk-messagerouter-publisher/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.1 + 2.1.2 org.onap.ccsdk.sli.adaptors.messagerouter diff --git a/adaptors/features/ccsdk-netbox-client/pom.xml b/adaptors/features/ccsdk-netbox-client/pom.xml index 5258b53f5..ca82aff36 100644 --- a/adaptors/features/ccsdk-netbox-client/pom.xml +++ b/adaptors/features/ccsdk-netbox-client/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.1 + 2.1.2 diff --git a/adaptors/features/ccsdk-resource-assignment/pom.xml b/adaptors/features/ccsdk-resource-assignment/pom.xml index 5b80354a8..52e6b439d 100644 --- a/adaptors/features/ccsdk-resource-assignment/pom.xml +++ b/adaptors/features/ccsdk-resource-assignment/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.1 + 2.1.2 diff --git a/adaptors/features/ccsdk-saltstack-adapter/pom.xml b/adaptors/features/ccsdk-saltstack-adapter/pom.xml index ae97470a9..74a5def83 100644 --- a/adaptors/features/ccsdk-saltstack-adapter/pom.xml +++ b/adaptors/features/ccsdk-saltstack-adapter/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.1 + 2.1.2 diff --git a/adaptors/features/ccsdk-sli-adaptors-all/pom.xml b/adaptors/features/ccsdk-sli-adaptors-all/pom.xml index 7bf434323..f80db2584 100644 --- a/adaptors/features/ccsdk-sli-adaptors-all/pom.xml +++ b/adaptors/features/ccsdk-sli-adaptors-all/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.1 + 2.1.2 diff --git a/adaptors/features/ccsdk-sql-resource/pom.xml b/adaptors/features/ccsdk-sql-resource/pom.xml index a26adf16d..c1cadd581 100644 --- a/adaptors/features/ccsdk-sql-resource/pom.xml +++ b/adaptors/features/ccsdk-sql-resource/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.1.1 + 2.1.2 diff --git a/adaptors/features/features-sli-adaptors/pom.xml b/adaptors/features/features-sli-adaptors/pom.xml index 148cef9db..3bf5f33bd 100644 --- a/adaptors/features/features-sli-adaptors/pom.xml +++ b/adaptors/features/features-sli-adaptors/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent feature-repo-parent - 2.1.1 + 2.1.2 diff --git a/adaptors/features/installer/pom.xml b/adaptors/features/installer/pom.xml index 6f102b369..3f2e6667e 100755 --- a/adaptors/features/installer/pom.xml +++ b/adaptors/features/installer/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.1.1 + 2.1.2 diff --git a/adaptors/features/pom.xml b/adaptors/features/pom.xml index a09179d9d..ed192f610 100755 --- a/adaptors/features/pom.xml +++ b/adaptors/features/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.1.1 + 2.1.2 -- cgit 1.2.3-korg