diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-17 19:13:56 +0000 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2023-02-17 20:35:32 +0000 |
commit | 4415cacfa096f1d36e544d8c80280659471fda47 (patch) | |
tree | 28e599e56e35ab2d390c4849af5296a7239fa841 /models-sim/packages/models-simulator-docker | |
parent | f937804befdaee977269704b506944df2b5de39a (diff) |
Clean up dependencies for London Release
Issue-ID: POLICY-4482
Change-Id: I36b4e46604ecdbde7bb8b81e2c792214fc77af9f
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-sim/packages/models-simulator-docker')
-rw-r--r-- | models-sim/packages/models-simulator-docker/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/models-sim/packages/models-simulator-docker/pom.xml b/models-sim/packages/models-simulator-docker/pom.xml index c2ea4a28f..b541b6c18 100644 --- a/models-sim/packages/models-simulator-docker/pom.xml +++ b/models-sim/packages/models-simulator-docker/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2020 Bell Canada. Modifications Copyright (C) 2020 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. @@ -56,7 +56,6 @@ <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> - <version>2.1.1</version> <executions> <execution> <phase>validate</phase> @@ -142,9 +141,6 @@ <goal>build</goal> <goal>push</goal> </goals> - <configuration> - <image>onap/policy-models-simulator</image> - </configuration> </execution> </executions> </plugin> |