From 28dbacfee954c17e4f17fceb091a8c7a3db7a230 Mon Sep 17 00:00:00 2001 From: Dominik Mizyn Date: Tue, 6 Aug 2019 08:43:07 +0200 Subject: Create module for Portal Spring Boot version Create module for Portal Spring Boot version Issue-ID: PORTAL-681 Change-Id: I1e8398b36a0ffe3b884d9c2f66c45e5e5edecc20 Signed-off-by: Dominik Mizyn --- portal-BE/pom.xml | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 portal-BE/pom.xml (limited to 'portal-BE/pom.xml') diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml new file mode 100644 index 00000000..43d0cae5 --- /dev/null +++ b/portal-BE/pom.xml @@ -0,0 +1,112 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.2.0.M4 + + + org.onap + portal + 0.0.1-SNAPSHOT + portal + + + + 1.8 + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.session + spring-session-core + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + com.h2database + h2 + runtime + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + junit + junit + + + + + org.springframework.security + spring-security-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + + -- cgit 1.2.3-korg