Merge "Fix a bug in adding one-digit policy-version in metadata"
authorJorge Hernandez <jorge.hernandez-herrero@att.com>
Sat, 20 Apr 2019 16:06:07 +0000 (16:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Sat, 20 Apr 2019 16:06:07 +0000 (16:06 +0000)
models-tosca/pom.xml

index 18b1e1e..ea12057 100644 (file)
             <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>