databind upgrade artifact
[appc.git] / appc-sequence-generator / appc-sequence-generator-installer / pom.xml
index 4347a66..a7884de 100644 (file)
       <artifactId>appc-sequence-generator-model</artifactId>
       <version>${project.version}</version>
       <!--<type>properties</type>-->
-    </dependency>
+      <exclusions>
+            <exclusion>
+                  <groupId>com.fasterxml.jackson.core</groupId>
+                  <artifactId>jackson-databind</artifactId>
+                  </exclusion>
+                  </exclusions>
+            </dependency>
 
+      <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+            <version>2.8.11.3</version>
+      </dependency>
   </dependencies>
 
   <build>