From f1be70ba80ed14f8b493d87eab573f06beea26fb Mon Sep 17 00:00:00 2001 From: demo-bot Date: Thu, 7 May 2026 21:06:27 +0000 Subject: [PATCH] feat(scaffold): add pom.xml [skip ci] --- pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..1db9c96 --- /dev/null +++ b/pom.xml @@ -0,0 +1,57 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 3.2.4 + + + + com.kyndryl.platform + test-for-310--006 + 0.0.1-SNAPSHOT + test-for-310--006 + Test for work on issue 310 + + + 17 + + + + + + org.springframework.boot + spring-boot-starter-web + + + + + org.springframework.boot + spring-boot-starter-actuator + + + io.micrometer + micrometer-registry-prometheus + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +