diff options
author | Dan Timoney <dtimoney@att.com> | 2021-03-24 10:33:13 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-03-24 13:14:01 -0400 |
commit | 5ade7c2d9f4dbb96692c8d3d53f0005df8cb43b5 (patch) | |
tree | 01deee6c53588fd6df324918aa803ec5baecb158 /northbound/lcm | |
parent | 0190b382e4b37854c4461bfcfce594c20f5dd8a8 (diff) |
Fix null pointer exception
Fix null pointer exception in case of empty list
Issue-ID: CCSDK-3237
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic94d60bf7a52c23507ecc2402f9be9b580f2ea5b
Diffstat (limited to 'northbound/lcm')
-rwxr-xr-x | northbound/lcm/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/lcm/model/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/lcm/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/lcm/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/northbound/lcm/installer/pom.xml b/northbound/lcm/installer/pom.xml index 0c453c617..a68bc4765 100755 --- a/northbound/lcm/installer/pom.xml +++ b/northbound/lcm/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> <relativePath/> </parent> diff --git a/northbound/lcm/model/pom.xml b/northbound/lcm/model/pom.xml index 51c6d012f..7669ca1e8 100755 --- a/northbound/lcm/model/pom.xml +++ b/northbound/lcm/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> <relativePath/> </parent> diff --git a/northbound/lcm/pom.xml b/northbound/lcm/pom.xml index 35891a309..21a026e5c 100755 --- a/northbound/lcm/pom.xml +++ b/northbound/lcm/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> <relativePath/> </parent> diff --git a/northbound/lcm/provider/pom.xml b/northbound/lcm/provider/pom.xml index 65ab60611..618efb7ba 100755 --- a/northbound/lcm/provider/pom.xml +++ b/northbound/lcm/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> <relativePath/> </parent> |