From 0415057132ae04f1d75cb60f7a62d9fa65d6e04d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 18 Feb 2021 15:15:26 -0600 Subject: Fix sonars and target dir Fix a couple of sonars introduced by the PdpType review. Also creation of a target directory below the xacml-pdp directory. Issue-ID: POLICY-3071 Change-Id: I9fe325d0a75970fbe3d42be36906013c1fc2ecb9 Signed-off-by: Pamela Dragosh --- applications/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'applications') diff --git a/applications/pom.xml b/applications/pom.xml index ced22219..0bb48c46 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -2,14 +2,14 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -32,7 +32,7 @@ applications - ${project.basedir}/../../../target/code-coverage/jacoco-ut.exec + ${project.basedir}/../../target/code-coverage/jacoco-ut.exec -- cgit 1.2.3-korg