commit | 987fc74925dc4051f08913393924d2b826d7e59c | [log] [tgz] |
---|---|---|
author | vasraz <vasyl.razinkov@est.tech> | Mon Nov 29 17:42:02 2021 +0000 |
committer | Michael Morris <michael.morris@est.tech> | Tue Dec 07 09:30:30 2021 +0000 |
tree | 50ed0e7ee1e9105af8fc8190aac4ac660ba6aa4c | |
parent | 5c9d068e66264be8db6018cb551db7c05e8e2596 [diff] [blame] |
Fix vulnerable dependency Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3795 Change-Id: Ib6f7902b2f8380ad9febcc2fad0374e8070af15c
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 8765d66..7618554 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
@@ -178,6 +178,12 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${http.client.version}</version> + <exclusions> + <exclusion> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.cxf</groupId>