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-model/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-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index eb09dc1796..2577bf01f7 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -270,6 +270,10 @@ <scope>provided</scope> <exclusions> <exclusion> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + </exclusion> + <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> @@ -486,11 +490,6 @@ <version>${lombok.version}</version> </dependency> <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>${joda.time.version}</version> - </dependency> - <dependency> <groupId>org.openecomp.sdc.core</groupId> <artifactId>openecomp-tosca-lib</artifactId> <version>${project.version}</version> |