Change parent version
[appc.git] / appc-sdc-listener / appc-sdc-listener-installer / pom.xml
index 17f6ca5..b2f6885 100644 (file)
@@ -26,7 +26,7 @@ limitations under the License.
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>odlparent-lite</artifactId>
-               <version>1.4.0</version>
+               <version>2.5.0</version>
                 <relativePath />
        </parent>
         <groupId>org.onap.appc</groupId>
@@ -62,6 +62,18 @@ limitations under the License.
                        <groupId>org.onap.appc</groupId>
                        <artifactId>appc-sdc-listener-bundle</artifactId>
                        <version>${project.version}</version>
+                        <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>