diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-05-18 16:13:52 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-05-25 12:09:03 +0000 |
commit | dffdf560049dac56f2c7d35dffec0e009c7939af (patch) | |
tree | 79ad6c154293db9719e370eee1ef4c9954287dd8 /catalog-dao/pom.xml | |
parent | 468d0770593e167990df815e45cde717bd845d18 (diff) |
Update vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ifedc08763f6d46e3bcba0367a81edc8e219865d0
Issue-ID: SDC-4504
Diffstat (limited to 'catalog-dao/pom.xml')
-rw-r--r-- | catalog-dao/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index 279aa3a776..a4474d089a 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -374,6 +374,10 @@ Modifications copyright (c) 2018 Nokia <scope>provided</scope> <exclusions> <exclusion> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + </exclusion> + <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> @@ -483,6 +487,10 @@ Modifications copyright (c) 2018 Nokia <version>${cassandra-all.version}</version> <exclusions> <exclusion> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> </exclusion> |