From d00977cb0e6f96d9762363e8ffc9b3ef0e6f81bf Mon Sep 17 00:00:00 2001 From: ryanSheehan Date: Wed, 9 Jun 2021 17:36:27 +0100 Subject: Remove duplicate properties in clamp repo Removes properties, dependency and plugin versioning duplication from dcae-participant and runtime, future reviews will handle other participants like kubernetes Issue-Id: POLICY-3308 Change-Id: I98f9a36e9f984766b469c862f3298ca9120657e4 Signed-off-by: ryanSheehan --- .../participant-impl/participant-impl-dcae/pom.xml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'participant') diff --git a/participant/participant-impl/participant-impl-dcae/pom.xml b/participant/participant-impl/participant-impl-dcae/pom.xml index 50a2a526d..714f1551c 100644 --- a/participant/participant-impl/participant-impl-dcae/pom.xml +++ b/participant/participant-impl/participant-impl-dcae/pom.xml @@ -31,19 +31,14 @@ policy-clamp-participant-impl-dcae ${project.artifactId} DCAE participant, that allows DCAE to partake in control loops - - - 5.11.2 - 2.4.4 - - + org.springframework.boot spring-boot-dependencies - ${springboot.version} + ${version.springboot} pom import @@ -67,13 +62,13 @@ org.mock-server mockserver-netty - ${mockserver.version} + ${version.mockserver} test org.mock-server mockserver-client-java - ${mockserver.version} + ${version.mockserver} test @@ -83,7 +78,7 @@ org.springframework.boot spring-boot-maven-plugin - ${springboot.version} + ${version.springboot} -- cgit 1.2.3-korg