From fd501738e8fbf633c0d02a8fec1567d682bfa19d Mon Sep 17 00:00:00 2001 From: crusader Date: Mon, 11 Dec 2017 15:49:34 +0900 Subject: [PATCH] ing --- pom.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c7a5fca..9e8d871 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,63 @@ com.loafle maven_parent_spring_boot - 1.0.0-RELEASE + 1.5.9-RELEASE + pom + + org.springframework.boot + spring-boot-starter-parent + 1.5.9.RELEASE + + + + + 1.8 + + + + + org.springframework.boot + spring-boot-starter + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + + + + + + releases + project.release + https://nexus.loafle.net/repository/maven-releases/ + + + snapshots + project.snapshot + https://nexus.loafle.net/repository/maven-snapshots// + + + \ No newline at end of file