[MOD/Runtime] Upgrade to Helmgen-core 1.0.4
[dcaegen2/platform.git] / mod / runtimeapi / runtime-core / pom.xml
index 226d4e8..3ca24e7 100644 (file)
@@ -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,13 +24,13 @@ limitations under the License.
     <parent>
         <artifactId>runtimeapi</artifactId>
         <groupId>org.onap.dcaegen2.platform.mod</groupId>
-        <version>1.0.2</version>
+        <version>1.3.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>runtime-core</artifactId>
-    <version>1.0.1</version>
-
+    <version>1.3.3</version>
+    <properties><onap-gerrit-review>-changelog-missing</onap-gerrit-review></properties>
     <dependencies>
         <dependency>
             <groupId>org.springframework.boot</groupId>
@@ -45,14 +44,14 @@ limitations under the License.
         </dependency>
         <dependency>
             <groupId>org.onap.dcaegen2.platform.mod</groupId>
-            <artifactId>blueprint-generator</artifactId>
-            <version>1.4.0</version>
+            <artifactId>blueprint-generator-onap</artifactId>
+            <version>1.7.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.onap.dcaegen2.platform</groupId>
+            <artifactId>helmchartgenerator-core</artifactId>
+            <version>1.0.4</version>
         </dependency>
-       <dependency>
-               <groupId>org.json</groupId>
-               <artifactId>json</artifactId>
-               <version>20190722</version>
-       </dependency>
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>