diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-10-16 10:36:59 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-10-16 10:40:58 +0200 |
commit | bb31441a6f401a0c819cb8158be85bf51cdfd405 (patch) | |
tree | 9405064cff48ac4878ddeb506f24181a947f3c31 /prh-app-server | |
parent | 00c3ed839d7e46f991a7d7948eab142d6bb9b699 (diff) |
CLM SCAN VULNERABILITIES
*Upgraded Spring from 5.0.5 -> 5.1.0i
*Changed implementation of SSL in AAICLient
Change-Id: I1341c19931031da67c2d0deb14940a2748b0203b
Issue-ID: DCAEGEN2-870
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'prh-app-server')
-rw-r--r-- | prh-app-server/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index df76b2b7..6584b5f9 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>prh</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.prh</groupId> @@ -130,12 +130,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <!--<exclusions>--> - <!--<exclusion>--> - <!--<groupId>com.fasterxml.jackson.core</groupId>--> - <!--<artifactId>jackson-databind</artifactId>--> - <!--</exclusion>--> - <!--</exclusions>--> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |