aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/pom.xml
diff options
context:
space:
mode:
authordeen1985 <damian.nowak@nokia.com>2020-08-05 17:54:22 +0200
committerdeen1985 <damian.nowak@nokia.com>2020-08-06 14:53:29 +0200
commitee146f34aff276b4965e3569afbb62d24a66b60b (patch)
treeb3efaf06d81dcd039a50ff0dfa12cf36e94e7d17 /prh-app-server/pom.xml
parenta2b4615e8cdcd43fb9292f21d9617dbe48dcc9a8 (diff)
DCAE-PRH Fix lib vulnerabilities
Change-Id: I55d230a82ab58f99b89c49162bf952799e115ff4 Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: DCAEGEN2-2276 Signed-off-by: deen1985 <damian.nowak@nokia.com>
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r--prh-app-server/pom.xml29
1 files changed, 7 insertions, 22 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml
index d1de2666..d31e9111 100644
--- a/prh-app-server/pom.xml
+++ b/prh-app-server/pom.xml
@@ -3,7 +3,7 @@
~ ============LICENSE_START=======================================================
~ PNF-REGISTRATION-HANDLER
~ ================================================================================
- ~ Copyright (C) 2018-2019 NOKIA Intellectual Property. All rights reserved.
+ ~ Copyright (C) 2018-2020 NOKIA Intellectual Property. All rights reserved.
~ ================================================================================
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -197,22 +197,6 @@
</image>
</images>
</configuration>
-<!-- <executions>
- <execution>
- <id>docker-build-image</id>
- <phase>package</phase>
- <goals>
- <goal>build</goal>
- </goals>
- </execution>
- <execution>
- <id>docker-push-image</id>
- <phase>deploy</phase>
- <goals>
- <goal>push</goal>
- </goals>
- </execution>
- </executions> -->
</plugin>
</plugins>
</build>
@@ -246,11 +230,7 @@
</dependency>
<dependency>
<groupId>io.springfox</groupId>
- <artifactId>springfox-swagger2</artifactId>
- </dependency>
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger-ui</artifactId>
+ <artifactId>springfox-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
@@ -278,6 +258,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>