From e470b09426ae9796ccdeb90da7b3c8360f9f1cab Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 9 Sep 2020 21:01:11 -0400 Subject: Delete apex-client from packaging The "stage-release" failed due to: 18:51:12 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:copy (copy-fat-jars) on project apex-pdp-package-full: Unable to find/resolve artifact. Could not find artifact org.onap.policy.apex-pdp.client:apex-client-full:jar:full:2.4.1 in release-mirror (https://nexus.onap.org/content/repositories/public/) -> [Help 1] Removed it from the package, as it is no longer part of apex-pdp. Issue-ID: POLICY-2789 Change-Id: I4089096ab9668af33e885c70e140ce8fc1f51939 Signed-off-by: Jim Hahn --- packages/apex-pdp-package-full/pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'packages') diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml index 7c22a7368..72a89c5d0 100644 --- a/packages/apex-pdp-package-full/pom.xml +++ b/packages/apex-pdp-package-full/pom.xml @@ -3,6 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019-2020 Nordix Foundation Modifications Copyright (C) 2019-2020 Bell Canada. + Modifications Copyright (C) 2020 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. @@ -450,13 +451,6 @@ jar-with-dependencies ${project.build.directory}/lib/applications - - org.onap.policy.apex-pdp.client - apex-client-full - ${project.version} - full - ${project.build.directory}/lib/applications - true true -- cgit 1.2.3-korg