summaryrefslogtreecommitdiffstats
path: root/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-09-07 18:21:24 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-09-07 17:24:12 +0000
commit7dbe567ed096dd03a41803c6aac47c8dda68e220 (patch)
tree543d4d8b34f31893fb8928c08032da123bb0b9aa /openecomp-be/api/openecomp-sdc-rest-webapp/item-rest
parent0411615fe4f55fe3463da2576de376c7478fcfb2 (diff)
Remove vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I791181a27fc0a5e538994133b892dd06d8f9d86a Issue-ID: SDC-4167
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/item-rest')
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml
index 7ebfca79f6..c50fe70573 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml
@@ -95,6 +95,12 @@
<artifactId>common-be</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>