summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--models-tosca/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/models-tosca/pom.xml b/models-tosca/pom.xml
index 18b1e1ef1..ea12057a2 100644
--- a/models-tosca/pom.xml
+++ b/models-tosca/pom.xml
@@ -68,11 +68,15 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
-
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
-
</dependencies>
</project>