summaryrefslogtreecommitdiffstats
path: root/common-app-api/pom.xml
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 /common-app-api/pom.xml
parent0411615fe4f55fe3463da2576de376c7478fcfb2 (diff)
Remove vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I791181a27fc0a5e538994133b892dd06d8f9d86a Issue-ID: SDC-4167
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r--common-app-api/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 41b4eaafb7..3d42d4720e 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -22,6 +22,10 @@
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>