Release appc
[appc.git] / appc-sequence-generator / appc-sequence-generator-installer / pom.xml
index a09a167..3fc10d4 100644 (file)
@@ -3,7 +3,7 @@
  ============LICENSE_START=======================================================
  ONAP : APPC
  ================================================================================
- Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
  ================================================================================
  Copyright (C) 2017 Amdocs
  =============================================================================
     <parent>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.4.0</version>
+        <version>2.6.2</version>
         <relativePath />
     </parent>
         <groupId>org.onap.appc</groupId>
   <artifactId>appc-sequence-generator-installer</artifactId>
-  <version>1.4.1-SNAPSHOT</version>
+  <version>1.6.4</version>
   <name>Appc Sequence Generator : Karaf Installer</name>
   <packaging>pom</packaging>
 
       <version>${project.version}</version>
     </dependency>
 
-    <dependency>
-      <groupId>org.onap.appc</groupId>
-      <artifactId>appc-sequence-generator-bundle</artifactId>
-      <classifier>config</classifier>
-      <version>${project.version}</version>
-      <type>xml</type>
-    </dependency>
-
     <dependency>
       <groupId>org.onap.appc</groupId>
       <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>