From 75006df203d638d7c0a87cc307139a09ca99c9b9 Mon Sep 17 00:00:00 2001 From: whaaaaaaaaaaaa Date: Mon, 22 Sep 2025 14:24:06 +0530 Subject: [PATCH 1/2] Add required dependencies (Spring Boot, Kafka, H2, testcontainers) --- pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/pom.xml b/pom.xml index d1dedfecc..59eaa7e15 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,43 @@ 17 + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 3.2.5 + + + + com.example + forage-midas + 0.0.1-SNAPSHOT + forage-midas + + + 17 + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 17 + + + + + + From 5a4538f54ea8e2d3426c2c8e00a460889bf8d618 Mon Sep 17 00:00:00 2001 From: whaaaaaaaaaaaa Date: Fri, 26 Sep 2025 07:31:41 +0530 Subject: [PATCH 2/2] Fix pom.xml structure and add required dependencies --- pom.xml | 105 ++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 68 insertions(+), 37 deletions(-) diff --git a/pom.xml b/pom.xml index 59eaa7e15..3e3bd942e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,47 +1,84 @@ - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.2.5 - - - com.jpmc - midas-core - 1.0.0 - midas-core - Midas Core - - 17 - - - + 4.0.0 org.springframework.boot spring-boot-starter-parent 3.2.5 - + - com.example - forage-midas - 0.0.1-SNAPSHOT - forage-midas + com.jpmc + midas-core + 1.0.0 + midas-core + Midas Core 17 - + + + org.springframework.boot + spring-boot-starter-data-jpa + 3.2.5 + + + + + org.springframework.boot + spring-boot-starter-web + 3.2.5 + + + + + org.springframework.kafka + spring-kafka + 3.1.4 + + + + + com.h2database + h2 + 2.2.224 + + + + + org.springframework.boot + spring-boot-starter-test + 3.2.5 + test + + + + + org.springframework.kafka + spring-kafka-test + 3.1.4 + test + + + + + org.testcontainers + kafka + 1.19.1 + test + + org.apache.maven.plugins maven-compiler-plugin @@ -50,19 +87,13 @@ 17 + + + + org.springframework.boot + spring-boot-maven-plugin + - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - -