From 27c6fd588820c0c9fb56ba7487c64d90118f9fa9 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Fri, 6 May 2022 10:18:48 +0200 Subject: Init Spring Boot Signed-off-by: Georg Pfuetzenreuter --- pom.xml | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..9124605 --- /dev/null +++ b/pom.xml @@ -0,0 +1,128 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.0.0-M2 + + + net.libertacasa.pubsh + web + 0.0.1-SNAPSHOT + web + Public Shell Web Interface + + 17 + + + + org.springframework.boot + spring-boot-starter-security + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.security + spring-security-test + test + + + + org.keycloak + keycloak-spring-security-adapter + + + + org.thymeleaf + thymeleaf + + + + org.thymeleaf + thymeleaf-spring5 + 3.1.0.M1 + + + + com.github.docker-java + docker-java + 3.2.13 + + + + com.github.docker-java + docker-java-transport-httpclient5 + 3.2.13 + + + + org.springframework.session + spring-session-core + + + + org.springframework.security + spring-security-web + + + + + + + + org.keycloak.bom + keycloak-adapter-bom + 18.0.0 + pom + import + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + -- cgit v1.2.3