From 25da75eacf48856824dd4e89b7ebd0da68fdef8a Mon Sep 17 00:00:00 2001 From: MatthieuGeerebaert Date: Mon, 26 Mar 2018 17:08:28 +0200 Subject: Add initial sources - Springboot application - Apache license 2.0 - Healthcheck Change-Id: I0dedfbe3348195f7be00ec8d27fbf25dfcda52b0 Issue-ID: EXTAPI-36 Signed-off-by: MatthieuGeerebaert --- pom.xml | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..3c5bbbd --- /dev/null +++ b/pom.xml @@ -0,0 +1,86 @@ + + + 4.0.0 + + org.onap.nbi + nbi-rest-services + 1.0.0-SNAPSHOT + jar + + nbi-rest-services + + + org.springframework.boot + spring-boot-starter-parent + 1.5.10.RELEASE + + + + + UTF-8 + UTF-8 + 1.8 + + + + + Apache2 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + + org.springframework.boot + spring-boot-starter-web + + + + org.apache.commons + commons-io + 1.3.2 + + + + commons-beanutils + commons-beanutils + 1.9.3 + + + + org.apache.commons + commons-lang3 + 3.4 + + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + org.springframework.boot + spring-boot-devtools + runtime + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + -- cgit 1.2.3-korg