From 5db196eebb04155491630b5396d1b7a7f2eab4e6 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 11 Feb 2025 21:30:34 -0600 Subject: Push initial release 1.0.0 --- pom.xml | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c9ab951 --- /dev/null +++ b/pom.xml @@ -0,0 +1,109 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.2 + + + org.berzerkula + builddb + 0.0.1-SNAPSHOT + builddb + builddb + + + + + + + + + + + + + + + 17 + + + + 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-validation + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity6 + + + + com.h2database + h2 + runtime + + + com.mysql + mysql-connector-j + runtime + + + org.springframework.security + spring-security-test + test + + + + com.github.ulisesbocchio + jasypt-spring-boot-starter + 3.0.5 + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + true + + + + + com.github.ulisesbocchio + jasypt-maven-plugin + 3.0.5 + + + + + -- cgit v1.2.3-54-g00ecf