diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-17 19:16:34 +0000 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2023-02-17 20:31:42 +0000 |
commit | 367daa90dc7f54d7f37e2de482a22f5e2ee664f6 (patch) | |
tree | dbe498f1f345c5d47f403e1c4719896e57c3903b /packages/apex-pdp-docker/pom.xml | |
parent | 19666e9596fc1df2c27496138e6688529d77cc60 (diff) |
Clean up dependencies for London Release
Issue-ID: POLICY-4482
Change-Id: Ifc4039feaac82a1fa4bf1f2eb602f79c7a268b9f
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'packages/apex-pdp-docker/pom.xml')
-rw-r--r-- | packages/apex-pdp-docker/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/apex-pdp-docker/pom.xml b/packages/apex-pdp-docker/pom.xml index 70e5ebfac..d5796f309 100644 --- a/packages/apex-pdp-docker/pom.xml +++ b/packages/apex-pdp-docker/pom.xml @@ -3,7 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019-2020 Bell Canada. Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2022 Nordix Foundation. + Modifications Copyright (C) 2022-2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -50,7 +50,6 @@ <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> - <version>2.1.1</version> <executions> <execution> <phase>validate</phase> @@ -131,9 +130,6 @@ <goal>build</goal> <goal>push</goal> </goals> - <configuration> - <image>onap/policy-apex-pdp</image> - </configuration> </execution> </executions> </plugin> |