From e5f7e7c11ab9a4c137776718a03b217ddea77aa8 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Thu, 16 Apr 2026 10:04:25 +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..03ffd6d --- /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 + deep-link-test + 0.0.1-SNAPSHOT + deep-link-test + test + + + 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 + + + +