summaryrefslogtreecommitdiffstats
path: root/catalog-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r--catalog-model/pom.xml9
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>