From 819149e5ca103190672ba0944720e7a8cb9b26d0 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Mon, 9 May 2022 17:58:40 +0200 Subject: Downgrade to 2.6.7 - Init Hikari + db-scheduler - Downgrade Spring Boot release candidate 2.7-RC1 to stable 2.6.7 - Enable Hikari with MariaDB backend - Move application.properties values to environment variables - Add sample scheduler service - Move Keycloak Bean configuration to appropriately named class - Various minor changes Signed-off-by: Georg Pfuetzenreuter --- pom.xml | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 75578d0..581b2b6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.0-RC1 + 2.6.7 net.libertacasa.pubsh @@ -85,8 +85,39 @@ org.springframework.security spring-security-web - + + + + com.zaxxer + HikariCP + + + + mysql + mysql-connector-java + + + + org.mariadb.jdbc + mariadb-java-client + + + org.springframework.boot + spring-boot-starter-data-jpa + + + + com.github.kagkarlsson + db-scheduler-spring-boot-starter + 11.1 + + + + org.springframework.boot + spring-boot-configuration-processor + true + -- cgit v1.2.3