summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-core/pom.xml
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2022-02-10 21:48:20 +0000
committervv770d <vv770d@att.com>2022-02-11 15:38:55 +0000
commit2fe7134ac2bb2f4c10a6acf0164a4653393a5612 (patch)
tree32ced5ad4f051c22d0a621fc4eff75b92fd01f0c /mod/runtimeapi/runtime-core/pom.xml
parent0d1b8727a44b0add010b79e495b799e538057d20 (diff)
[DCAEMOD/Runtime] Fix NFE error on BP generation1.2.4-mod-runtimeapiistanbul
Change-Id: I71bb73d482221731a0355f01670b4d45720af273 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3028 Issue-ID: DCAEGEN2-3077 Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'mod/runtimeapi/runtime-core/pom.xml')
-rw-r--r--mod/runtimeapi/runtime-core/pom.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml
index 5514cc9..798eb1b 100644
--- a/mod/runtimeapi/runtime-core/pom.xml
+++ b/mod/runtimeapi/runtime-core/pom.xml
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
============LICENSE_START=======================================================
-Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved.
-================================================================================
-Modifications Copyright (c) 2020 Nokia
+Copyright (c) 2019-2022 AT&T Intellectual Property. All rights reserved.
+Copyright (c) 2020 Nokia
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -25,12 +24,12 @@ limitations under the License.
<parent>
<artifactId>runtimeapi</artifactId>
<groupId>org.onap.dcaegen2.platform.mod</groupId>
- <version>1.2.3</version>
+ <version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>runtime-core</artifactId>
- <version>1.2.3</version>
+ <version>1.2.4</version>
<dependencies>
<dependency>
@@ -48,11 +47,11 @@ limitations under the License.
<artifactId>blueprint-generator-onap</artifactId>
<version>1.7.3</version>
</dependency>
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>20190722</version>
- </dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20190722</version>
+ </dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>