diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-17 19:15:46 +0000 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2023-02-17 20:23:45 +0000 |
commit | e11bf738d2d6d430dd2e61c6e13d55b285aa26e3 (patch) | |
tree | ce24940f5ceb6dd3d5d29b8324ea9c4d9578fff7 /packages/policy-distribution-docker/pom.xml | |
parent | 7e697f7438d9457f630b1f687a7646895a6b4834 (diff) |
Clean up dependencies for London Release
Issue-ID: POLICY-4482
Change-Id: I82e290e5adf00831421f28f474b88c0f0e721f9f
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'packages/policy-distribution-docker/pom.xml')
-rw-r--r-- | packages/policy-distribution-docker/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index 17b57192..d8b15eb9 100644 --- a/packages/policy-distribution-docker/pom.xml +++ b/packages/policy-distribution-docker/pom.xml @@ -3,7 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 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. @@ -54,7 +54,6 @@ <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> - <version>2.1.1</version> <executions> <execution> <phase>validate</phase> @@ -140,9 +139,6 @@ <goal>build</goal> <goal>push</goal> </goals> - <configuration> - <image>onap/policy-distribution</image> - </configuration> </execution> </executions> </plugin> |