aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-02-17 19:15:16 +0000
committerLiam Fallon <liam.fallon@est.tech>2023-02-17 20:34:14 +0000
commit0e405f340fb2d35753251771816290fe44cd8386 (patch)
treee5a8576a5a25fc424e28dbf22117933d9f82d0ad /runtime-acm
parent2fad72c36bfba0c1215a9616d53f7e6f2bd9a4bf (diff)
Clean up dependencies for London Release
Issue-ID: POLICY-4482 Change-Id: I8210a48b1080e715ef279c4fedae8dcb6165756f Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'runtime-acm')
-rw-r--r--runtime-acm/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml
index efc13f37c..e5f223749 100644
--- a/runtime-acm/pom.xml
+++ b/runtime-acm/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
============LICENSE_START=======================================================
- Copyright (C) 2021-2022 Nordix Foundation.
+ Copyright (C) 2021-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.
@@ -55,7 +55,6 @@
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
- <version>3.0.27</version>
<executions>
<execution>
<id>code-gen</id>
@@ -97,7 +96,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
- <version>1.7.0</version>
<configuration>
<resourceBundles>
<resourceBundle>org.onap.policy.clamp:policy-clamp-examples:${project.version}</resourceBundle>