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 --- models/pom.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'models/pom.xml') diff --git a/models/pom.xml b/models/pom.xml index 79f40c3ad..911ce12ec 100644 --- a/models/pom.xml +++ b/models/pom.xml @@ -39,10 +39,6 @@ policy-clamp-examples ${project.version} - - org.springframework.boot - spring-boot-starter-data-jpa - -- cgit