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 /adaptors/ansible-adapter | |
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 'adaptors/ansible-adapter')
-rw-r--r-- | adaptors/ansible-adapter/ansible-adapter-bundle/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/ansible-adapter/ansible-adapter-installer/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/ansible-adapter/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/ansible-adapter/ansible-adapter-bundle/pom.xml b/adaptors/ansible-adapter/ansible-adapter-bundle/pom.xml index acf220396..8a9820c3e 100644 --- a/adaptors/ansible-adapter/ansible-adapter-bundle/pom.xml +++ b/adaptors/ansible-adapter/ansible-adapter-bundle/pom.xml @@ -19,7 +19,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/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml b/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml index 13fe78edb..ab4d3456c 100644 --- a/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml +++ b/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml @@ -29,7 +29,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/adaptors/ansible-adapter/pom.xml b/adaptors/ansible-adapter/pom.xml index 8d8f85720..4ef15220b 100644 --- a/adaptors/ansible-adapter/pom.xml +++ b/adaptors/ansible-adapter/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> <relativePath/> </parent> |