diff options
author | shrikantawachar <shrikant.awachar@amdocs.com> | 2018-09-13 19:23:10 +0530 |
---|---|---|
committer | shrikantawachar <shrikant.awachar@amdocs.com> | 2018-09-13 21:21:22 +0530 |
commit | b7f3ac3bf85ec0c3e70897e5ea76b2f39517492d (patch) | |
tree | 8eb0d097beb748959a60d2956010cf802e205935 /openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml | |
parent | b65c8eeb334a2c579a2dc0241f480d81e9309f9c (diff) |
Handling Security violations
SDC-1727, SDC-1724, SDC-1723, SDC-1718, SDC-1719, SDC-1716 and SDC-1325
Change-Id: I9a7cccbe4e0042d476bed74157e6173377b73d44
Issue-ID: SDC-1727
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml index b55be0b47d..72f420f126 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml @@ -67,7 +67,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> - <version>4.3.1.Final</version> + <version>${hibernate.validator.version}</version> </dependency> <dependency> <groupId>javax.ws.rs</groupId> @@ -142,7 +142,7 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>2.2.2</version> + <version>${cxf.version}</version> </dependency> </dependencies> |