From ac1e39b30ec68f200174799907d20277118ae6bd Mon Sep 17 00:00:00 2001 From: Omar Al Bastami Date: Wed, 14 Aug 2024 10:21:33 -0600 Subject: [PATCH] fix: bump dependencies Signed-off-by: Omar Al Bastami --- service-pom.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 service-pom.xml diff --git a/service-pom.xml b/service-pom.xml new file mode 100644 index 0000000..08d847c --- /dev/null +++ b/service-pom.xml @@ -0,0 +1,62 @@ + + 4.0.0 + + + + PARENT-ARTIFACTID + com.ibm.cloud + 99-SNAPSHOT + ../.. + + + + MODULE-ARTIFACTID + + + MODULE-DESCRIPTION + jar + + + + com.ibm.cloud + sdk-core + + + + COMMON-ARTIFACTID + ${project.groupId} + + + COMMON-ARTIFACTID + ${project.groupId} + test-jar + tests + test + + + org.testng + testng + test + + + com.squareup.okhttp3 + mockwebserver + test + + + org.slf4j + slf4j-jdk14 + test + + + + + + IBM Cloud DevX SDK Development + devxsdk@us.ibm.com + https://www.ibm.com/ + + + + \ No newline at end of file