Clean up dependencies for London Release 26/133326/2
authorliamfallon <liam.fallon@est.tech>
Fri, 17 Feb 2023 19:15:46 +0000 (19:15 +0000)
committerLiam Fallon <liam.fallon@est.tech>
Fri, 17 Feb 2023 20:23:45 +0000 (20:23 +0000)
Issue-ID: POLICY-4482
Change-Id: I82e290e5adf00831421f28f474b88c0f0e721f9f
Signed-off-by: liamfallon <liam.fallon@est.tech>
packages/policy-distribution-docker/pom.xml

index 17b5719..d8b15eb 100644 (file)
@@ -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>
                             <goal>build</goal>
                             <goal>push</goal>
                         </goals>
-                        <configuration>
-                            <image>onap/policy-distribution</image>
-                        </configuration>
                     </execution>
                 </executions>
             </plugin>