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 --- .../participant-impl/participant-impl-kubernetes/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'participant/participant-impl') diff --git a/participant/participant-impl/participant-impl-kubernetes/pom.xml b/participant/participant-impl/participant-impl-kubernetes/pom.xml index 29c139ffe..fff61c0ff 100644 --- a/participant/participant-impl/participant-impl-kubernetes/pom.xml +++ b/participant/participant-impl/participant-impl-kubernetes/pom.xml @@ -32,16 +32,6 @@ ${project.artifactId} Kubernetes participant, that allows k8s pods to partake in automation compositions - - - - org.mockito - mockito-inline - 3.8.0 - test - - - -- cgit 1.2.3-korg