From f24ba3e1abe43f7f605e18098a87c4624188d806 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 14 Oct 2022 13:07:36 +0100 Subject: Clean up dependencies in CLAMP POMs External dependencies should in general be in the root POMs of repos and internal dependencies only in child POMs. There are exceptions whare a child modle is dealing with a specific technology. This commit tidies up the CLAMP POMs. Issue-ID: POLICY-4289 Change-Id: I0493daf1d737222bd724333ab8baab9226da6121 Signed-off-by: liamfallon --- pom.xml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 221f9bb2f..f3ccf47b5 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,6 @@ examples models packages - runtime runtime-acm participant @@ -139,10 +138,18 @@ jackson-annotations + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-aop org.springframework.boot - spring-boot-starter-validation + spring-boot-starter-data-jpa org.springframework.boot @@ -153,6 +160,15 @@ spring-boot-starter-test test + + org.springframework.boot + spring-boot-starter-validation + + + io.micrometer + micrometer-registry-prometheus + ${version.io.micrometer} + io.swagger swagger-models @@ -162,6 +178,11 @@ springfox-boot-starter ${version.springfox} + + io.springfox + springfox-swagger-ui + runtime + org.immutables gson -- cgit 1.2.3-korg