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 +++------ runtime/pom.xml | 38 +++++----------------- 2 files changed, 13 insertions(+), 40 deletions(-) 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} diff --git a/runtime/pom.xml b/runtime/pom.xml index f0277575e..b83356e18 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -72,13 +72,6 @@ yyyyMMdd'T'HHmmss'Z' ${project.version} ${maven.build.timestamp} - UTF-8 - UTF-8 - - 1.0.0 - 3.7.3 - 2.4.4 - jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/jacoco-html-xml-reports/jacoco.xml @@ -102,7 +95,6 @@ true false - 9.0.45 ui-react ui-react-lib https://nexus3.onap.org/repository/npm.snapshot/ @@ -168,7 +160,7 @@ org.springframework.boot spring-boot-dependencies - ${springboot.version} + ${version.springboot} pom import @@ -176,7 +168,7 @@ org.apache.camel.springboot camel-spring-boot-bom - ${camel.version} + ${version.camel} pom import @@ -187,7 +179,7 @@ com.att.eelf eelf-core - ${eelf.core.version} + ${version.eelf.core} org.powermock @@ -207,22 +199,22 @@ org.apache.tomcat.embed tomcat-embed-core - ${tomcat.version} + ${version.tomcat} org.apache.tomcat.embed tomcat-embed-el - ${tomcat.version} + ${version.tomcat} org.apache.tomcat.embed tomcat-embed-websocket - ${tomcat.version} + ${version.tomcat} org.apache.tomcat tomcat-annotations-api - ${tomcat.version} + ${version.tomcat} @@ -371,7 +363,6 @@ commons-io commons-io - 2.8.0 com.googlecode.json-simple @@ -407,12 +398,10 @@ commons-codec commons-codec - 1.15 org.codehaus.plexus plexus-utils - 3.3.0 org.jboss.spec.javax.ws.rs @@ -447,7 +436,6 @@ org.yaml snakeyaml - 1.28 org.dom4j @@ -486,12 +474,6 @@ 3.2.7 test - - org.onap.policy.common - utils-test - ${policy.common.version} - test - @@ -807,7 +789,7 @@ org.springframework.boot spring-boot-maven-plugin - ${springboot.version} + ${version.springboot} @@ -1175,10 +1157,6 @@ org.apache.maven.plugins maven-compiler-plugin 3.8.1 - - 11 - 11 - org.sonarsource.scanner.maven -- cgit 1.2.3-korg