summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/pom.xml
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-02-10 12:40:12 +0100
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-02-10 12:44:53 +0100
commit51710092beee572f3b857c0f17a86736b0a9bdfd (patch)
treeae27187a7493806eea375560298b3508d9cad570 /mod/runtimeapi/pom.xml
parent37c166b1c88f8e947af94368e1f2f1f9bb94b51a (diff)
Remove security vulnerabilities in runtime-api
Update springfox dependencies to 3.0.0 Add changelog Issue-ID: DCAEGEN2-2595 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I1c7df7c5e5ad250f532ae07904cb16f4e1114063
Diffstat (limited to 'mod/runtimeapi/pom.xml')
-rw-r--r--mod/runtimeapi/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/mod/runtimeapi/pom.xml b/mod/runtimeapi/pom.xml
index f3d72da..77d73b9 100644
--- a/mod/runtimeapi/pom.xml
+++ b/mod/runtimeapi/pom.xml
@@ -34,7 +34,7 @@ limitations under the License.
</parent>
<groupId>org.onap.dcaegen2.platform.mod</groupId>
<artifactId>runtimeapi</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
<name>dcaegen2-platform-mod-runtimeapi</name>
<description>MOD Runtime API</description>
<properties>
@@ -108,6 +108,17 @@ limitations under the License.
<version>2.1.7.RELEASE</version>
<type>pom</type>
<scope>import</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework.plugin</groupId>
+ <artifactId>spring-plugin-core</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.plugin</groupId>
+ <artifactId>spring-plugin-core</artifactId>
+ <version>2.0.0.RELEASE</version>
</dependency>
</dependencies>
</dependencyManagement>