diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-17 19:14:22 +0000 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2023-02-17 20:23:09 +0000 |
commit | d4f570fa899eada3f68c6618ec5b6a9ac85d3c49 (patch) | |
tree | f0d4ca429c42f7cfb5492137ed124e30bddbdf57 /packages | |
parent | a3501ab5b4d8e43a817d9f574e1275aadd773c46 (diff) |
Clean up dependencies for London Release
Issue-ID: POLICY-4482
Change-Id: Ib61e0f3349d2741d990311fe661957500f8b7343
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/policy-api-docker/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 4a9db746..169cc419 100644 --- a/packages/policy-api-docker/pom.xml +++ b/packages/policy-api-docker/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020-2022 Bell Canada. - 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. @@ -53,7 +53,6 @@ <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> - <version>2.1.1</version> <executions> <execution> <phase>validate</phase> @@ -145,9 +144,6 @@ <goal>build</goal> <goal>push</goal> </goals> - <configuration> - <image>onap/policy-api</image> - </configuration> </execution> </executions> </plugin> |