From bed736d6a43395d0ea99cac1b4e38a020b4a74b1 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Mon, 4 May 2026 18:30:05 +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..bb1c2cc --- /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--003 + 0.0.1-SNAPSHOT + test-for-310--003 + 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 + + + +