From bf4f3eb524ed2a1b60d908c1a52ec97783007f8f Mon Sep 17 00:00:00 2001 From: Bipin kumar Date: Mon, 22 Apr 2024 14:11:44 +0530 Subject: [PATCH] JAVA-33582: Adding modules which are missed (#16450) --- core-java-modules/pom.xml | 5 +++-- persistence-modules/pom.xml | 1 + spring-boot-modules/pom.xml | 2 ++ spring-boot-modules/spring-boot-logging-loki/pom.xml | 12 ++++++++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/core-java-modules/pom.xml b/core-java-modules/pom.xml index 4e9fb0abde..665b0b931d 100644 --- a/core-java-modules/pom.xml +++ b/core-java-modules/pom.xml @@ -213,8 +213,8 @@ core-java-collections-maps-6 core-java-records core-java-9-jigsaw - - + + core-java-collections-set core-java-date-operations-1 @@ -225,6 +225,7 @@ java-rmi java-spi java-websocket + core-java-8-datetime-3 diff --git a/persistence-modules/pom.xml b/persistence-modules/pom.xml index 620775a6b4..55718a5db2 100644 --- a/persistence-modules/pom.xml +++ b/persistence-modules/pom.xml @@ -128,6 +128,7 @@ spring-data-cassandra-2 spring-data-jpa-repo-3 spring-boot-persistence-4 + hibernate-annotations-2 diff --git a/spring-boot-modules/pom.xml b/spring-boot-modules/pom.xml index bb1af47126..0c16322574 100644 --- a/spring-boot-modules/pom.xml +++ b/spring-boot-modules/pom.xml @@ -27,6 +27,8 @@ spring-boot-basic-customization spring-boot-basic-customization-2 spring-boot-bootstrap + + spring-boot-logging-loki spring-boot-caching spring-boot-caching-2 spring-boot-client diff --git a/spring-boot-modules/spring-boot-logging-loki/pom.xml b/spring-boot-modules/spring-boot-logging-loki/pom.xml index 8f42304791..b8917537bb 100644 --- a/spring-boot-modules/spring-boot-logging-loki/pom.xml +++ b/spring-boot-modules/spring-boot-logging-loki/pom.xml @@ -29,6 +29,18 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + true + + + + + 1.4.2