diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-14 13:07:36 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-14 13:07:41 +0100 |
commit | f24ba3e1abe43f7f605e18098a87c4624188d806 (patch) | |
tree | 143069eb4e96bf1516509bb9205ada7c49db5c48 /participant/participant-impl | |
parent | 0c7714797284924d231895bc7cae7e92473ea0a8 (diff) |
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 <liam.fallon@est.tech>
Diffstat (limited to 'participant/participant-impl')
-rw-r--r-- | participant/participant-impl/participant-impl-kubernetes/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
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 @@ <name>${project.artifactId}</name> <description>Kubernetes participant, that allows k8s pods to partake in automation compositions</description> - <!-- Dependency added here to take precedence over Mockito-core in parent pom--> - <dependencies> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-inline</artifactId> - <version>3.8.0</version> - <scope>test</scope> - </dependency> - </dependencies> - <build> <resources> <!-- Output the version of the automation composition system --> |