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 --- runtime-acm/pom.xml | 62 ----------------------------------------------------- 1 file changed, 62 deletions(-) (limited to 'runtime-acm') diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml index e53f5cbbe..05eaee0ff 100644 --- a/runtime-acm/pom.xml +++ b/runtime-acm/pom.xml @@ -49,68 +49,6 @@ policy-clamp-examples ${project.version} - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-json - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.core - jackson-annotations - - - - - org.springframework.boot - spring-boot-starter-aop - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-validation - - - io.springfox - springfox-boot-starter - ${version.springfox} - - - org.springframework.boot - spring-boot-starter-actuator - - - io.micrometer - micrometer-registry-prometheus - ${version.io.micrometer} - - - io.springfox - springfox-swagger-ui - runtime - - - org.springframework.boot - spring-boot-starter-test - test - - - com.google.code.gson - gson - -- cgit 1.2.3-korg