diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/apex-pdp-package-full/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
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 @@ <classifier>jar-with-dependencies</classifier> <outputDirectory>${project.build.directory}/lib/applications</outputDirectory> </artifactItem> - <artifactItem> - <groupId>org.onap.policy.apex-pdp.client</groupId> - <artifactId>apex-client-full</artifactId> - <version>${project.version}</version> - <classifier>full</classifier> - <outputDirectory>${project.build.directory}/lib/applications</outputDirectory> - </artifactItem> </artifactItems> <overWriteReleases>true</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> |