Set version to 1.13.0-SNAPSHOT
[sdc.git] / catalog-fe / pom.xml
index 808eb54..0d2a49a 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>sdc-main</artifactId>
-        <version>1.13.0</version>
+        <version>1.13.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
             <artifactId>jersey-media-json-jackson</artifactId>
             <version>${jersey-bom.version}</version>
             <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>jackson-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.module</groupId>
+                    <artifactId>jackson-module-jaxb-annotations</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>