From 4dd6daee252066119e0c82cbffce01c170ac92b0 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Mon, 20 Apr 2026 16:22:35 +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..e432acd --- /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-174--012 + 0.0.1-SNAPSHOT + test-for-174--012 + Test for issue 174 PR + + + 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 + + + +