summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-core/pom.xml
diff options
context:
space:
mode:
authorDeven <dp023n@att.com>2020-02-27 14:33:33 -0500
committerDeven Panchal <dp023n@att.com>2020-02-28 17:32:31 +0000
commit7666d2a36849f88e917d87abec2e177dac500191 (patch)
tree93c5788b20ff964ae38747932badcfb557aa4d16 /mod/runtimeapi/runtime-core/pom.xml
parent77f2732015a0ab038bf6be6afaf924b827f44835 (diff)
Modify Runtime for new bpgen dependency
Modify Runtime core and web components to build with the new bpgen dependency Issue-ID: DCAEGEN2-2091 Change-Id: Id9dac8f4cc24a39dac2dac8dce7a84b54c1e1229 Signed-off-by: Deven <dp023n@att.com>
Diffstat (limited to 'mod/runtimeapi/runtime-core/pom.xml')
-rw-r--r--mod/runtimeapi/runtime-core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml
index dd5d10b..53c8536 100644
--- a/mod/runtimeapi/runtime-core/pom.xml
+++ b/mod/runtimeapi/runtime-core/pom.xml
@@ -41,9 +41,9 @@ limitations under the License.
<version>28.0-jre</version>
</dependency>
<dependency>
- <groupId>org.onap.dcaegen2.platform.cli</groupId>
+ <groupId>org.onap.dcaegen2.platform.mod</groupId>
<artifactId>blueprint-generator</artifactId>
- <version>1.0.0</version>
+ <version>1.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.json</groupId>