From ff99139d82e9911e485f228bcd93e0d9b4d6a74b Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 16 Oct 2024 11:59:49 +0100 Subject: Add metadata related to builds and commits - removing the build-info goal from the existing spring-boot-maven-plugin - adding git-commit-id-maven-plugin to expose the git related info using actuator/info endpoint - adding the dateFormat to git plugin to make it same as the build-info - cleaning up a duplicate dependency in cps-ncmp-rest-stub module Issue-ID: CPS-2445 Change-Id: Id7179a81361718d293b7b31f50c1adbdd2ad4302 Signed-off-by: mpriyank --- cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cps-ncmp-rest-stub') diff --git a/cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml b/cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml index 1fcea8f567..aa7e1fb13a 100644 --- a/cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml +++ b/cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml @@ -63,11 +63,6 @@ spock-spring test - - org.spockframework - spock-core - test - \ No newline at end of file -- cgit 1.2.3-korg