From 7d04c23c7c51738d68f325e450ac408c1ae9905f Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 29 Jun 2021 17:13:09 +0100 Subject: Update CLAMP: checkstyle 8.43/Spring dependencies Updates are indentation changes on annotations and rationallization of the dependencies for Spring/Springboot Generation of swagger.json, swagger.html and swagger.pdf temporarily disabled due to a missing dependency in the generation toolchain. Issue-ID: POLICY-3209 Change-Id: Iff5881df45ef54b20fa30f63e2393cc1cdbf4bfe Signed-off-by: liamfallon --- participant/participant-impl/pom.xml | 42 ++---------------------------------- 1 file changed, 2 insertions(+), 40 deletions(-) (limited to 'participant/participant-impl/pom.xml') diff --git a/participant/participant-impl/pom.xml b/participant/participant-impl/pom.xml index 3d099e747..f1f4f0eb9 100644 --- a/participant/participant-impl/pom.xml +++ b/participant/participant-impl/pom.xml @@ -19,7 +19,8 @@ ============LICENSE_END========================================================= --> - 4.0.0 @@ -41,50 +42,11 @@ participant-impl-kubernetes - - - - org.springframework.boot - spring-boot-starter-web - ${version.springboot} - - - org.springframework.boot - spring-boot-starter-webflux - ${version.springboot} - - - org.springframework.boot - spring-boot-starter-validation - ${version.springboot} - - - org.springframework.boot - spring-boot-starter-test - ${version.springboot} - test - - - org.springframework.boot - spring-boot-starter-security - ${version.springboot} - - - - org.onap.policy.clamp.participant policy-clamp-participant-intermediary ${project.version} - - org.onap.policy.clamp - policy-clamp-common - tests - test-jar - ${project.version} - test - -- cgit 1.2.3-korg