From 49d880bf5898865019c092b5837b97768fc5b797 Mon Sep 17 00:00:00 2001 From: kornelihno Date: Sat, 10 Feb 2018 18:26:52 +0100 Subject: [PATCH] Create pom.xml --- spring-security-thymeleaf/pom.xml | 62 +++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 spring-security-thymeleaf/pom.xml diff --git a/spring-security-thymeleaf/pom.xml b/spring-security-thymeleaf/pom.xml new file mode 100644 index 0000000000..14e4e5210b --- /dev/null +++ b/spring-security-thymeleaf/pom.xml @@ -0,0 +1,62 @@ + + + 4.0.0 + + com.baeldung + spring-security-thymeleaf + 0.0.1-SNAPSHOT + jar + + spring-security-thymeleaf + Spring Security with Thymeleaf tutorial + + + org.springframework.boot + spring-boot-starter-parent + 2.0.0.BUILD-SNAPSHOT + + + + + UTF-8 + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.security + spring-security-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + +