From cc9d389bf197c1a365e669b407ea781f2bc87fd4 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Wed, 20 Nov 2019 12:32:48 -0500 Subject: Add mod/runtimeapi Change-Id: I6c0a45ddf460a63a1e4b9284e19bf4ab111bd463 Issue-ID: DCAEGEN2-1860 Signed-off-by: Michael Hwang --- mod/runtimeapi/pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 mod/runtimeapi/pom.xml (limited to 'mod/runtimeapi/pom.xml') diff --git a/mod/runtimeapi/pom.xml b/mod/runtimeapi/pom.xml new file mode 100644 index 0000000..8851ae0 --- /dev/null +++ b/mod/runtimeapi/pom.xml @@ -0,0 +1,26 @@ + + + 4.0.0 + pom + + runtime-core + runtime-web + + + org.springframework.boot + spring-boot-starter-parent + 2.1.7.RELEASE + + + org.onap.dcaegen2.platform.mod + runtimeapi + 1.0.0 + runtimeapi + MOD Runtime API + + + 1.8 + + + -- cgit 1.2.3-korg