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/runtime-web/pom.xml | 80 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 mod/runtimeapi/runtime-web/pom.xml (limited to 'mod/runtimeapi/runtime-web/pom.xml') diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml new file mode 100644 index 0000000..8d77a7b --- /dev/null +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -0,0 +1,80 @@ + + + 4.0.0 + jar + + org.springframework.boot + spring-boot-starter-parent + 2.1.7.RELEASE + + + org.onap.dcae + runtime-web + 1.0.0 + runtime-web + MOD Runtime Web Module + + + 1.8 + + + + + org.onap.dcaegen2.platform.mod + runtime-core + 1.0.0 + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-starter-test + test + + + + com.google.guava + guava + 28.0-jre + + + io.springfox + springfox-swagger2 + 2.9.2 + + + io.springfox + springfox-swagger-ui + 2.9.2 + + + org.json + json + 20190722 + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + -- cgit 1.2.3-korg