From 41d8ff7b8796491cb3d85d098257811767616782 Mon Sep 17 00:00:00 2001 From: avigaffa Date: Mon, 4 Jun 2018 14:02:24 +0300 Subject: create basic application infra for workflow Change-Id: Iedc617a626317a7f1a5b1389fe1666ccae2c43f3 Issue-ID: SDC-1369 Signed-off-by: avigaffa --- workflow-designer-be/pom.xml | 82 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 workflow-designer-be/pom.xml (limited to 'workflow-designer-be/pom.xml') diff --git a/workflow-designer-be/pom.xml b/workflow-designer-be/pom.xml new file mode 100644 index 00000000..ddcb9c63 --- /dev/null +++ b/workflow-designer-be/pom.xml @@ -0,0 +1,82 @@ + + + 4.0.0 + + org.onap.sdc.workflow + workflow-be + 1.3.0-SNAPSHOT + + org.springframework.boot + spring-boot-starter-parent + 2.0.2.RELEASE + + + UTF-8 + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-jetty + + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-devtools + + + io.springfox + springfox-swagger-ui + 2.8.0 + compile + + + io.springfox + springfox-swagger2 + 2.8.0 + compile + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + \ No newline at end of file -- cgit 1.2.3-korg