From 658d2377a96284739b283b855b80dd80196dc91f Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 12 Mar 2020 12:15:04 +0000 Subject: Clean up minor checkstyle/sonar issues A few minor eclipse warnings and checkstyle warnings in policy models. Issue-ID: POLICY-1910 Change-Id: I612c6514fa7d88cb8658a7ee1618869a525e48d7 Signed-off-by: liamfallon --- models-interactions/model-yaml/pom.xml | 127 ++++++++++++++++++--------------- 1 file changed, 68 insertions(+), 59 deletions(-) (limited to 'models-interactions/model-yaml/pom.xml') diff --git a/models-interactions/model-yaml/pom.xml b/models-interactions/model-yaml/pom.xml index 7bd1fa497..2273abfc8 100644 --- a/models-interactions/model-yaml/pom.xml +++ b/models-interactions/model-yaml/pom.xml @@ -3,7 +3,7 @@ ONAP ================================================================================ Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2019-2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,66 +19,75 @@ ============LICENSE_END========================================================= --> - - 4.0.0 + + 4.0.0 - - org.onap.policy.models - policy-models-interactions - 2.2.1-SNAPSHOT - + + org.onap.policy.models + policy-models-interactions + 2.2.1-SNAPSHOT + - org.onap.policy.models.policy-models-interactions - model-yaml - - - - org.slf4j - slf4j-api - provided - - - ch.qos.logback - logback-classic - provided - - - org.yaml - snakeyaml - - - org.jgrapht - jgrapht-core - 0.9.2 - - - org.onap.policy.models.policy-models-interactions.model-impl - sdc - ${project.version} - provided - - - org.onap.policy.models.policy-models-interactions.model-impl - aai - ${project.version} - provided - - - com.google.guava - guava - - - junit - junit - test - - - org.onap.policy.common - utils-test - ${policy.common.version} - test - - + org.onap.policy.models.policy-models-interactions + model-yaml + + + + org.slf4j + slf4j-api + provided + + + ch.qos.logback + logback-classic + provided + + + org.yaml + snakeyaml + + + org.jgrapht + jgrapht-core + 0.9.2 + + + org.onap.policy.models.policy-models-interactions.model-impl + sdc + ${project.version} + provided + + + org.onap.policy.models.policy-models-interactions.model-impl + aai + ${project.version} + provided + + + com.google.guava + guava + + + junit + junit + test + + + org.onap.policy.common + utils-test + ${policy.common.version} + test + + + org.assertj + assertj-core + test + + +