Release appc
[appc.git] / appc-dg / appc-dg-shared / appc-dg-dependency-model / pom.xml
index 4623217..71ceff7 100644 (file)
@@ -2,7 +2,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
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath />
     </parent>
     <groupId>org.onap.appc</groupId>
@@ -36,7 +36,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <jackson-yaml-version>2.8.1</jackson-yaml-version>
+    <jackson-yaml-version>2.8.6</jackson-yaml-version>
     <snakeyaml.version>1.15</snakeyaml.version>
   </properties>
 
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>${jackson-yaml-version}</version>
+      <version>2.8.11.3</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <version>1.6.4</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+        <groupId>org.javassist</groupId>
+        <artifactId>javassist</artifactId>
+        <version>3.22.0-GA</version>
+        <scope>test</scope>
+      </dependency>
     <dependency>
       <groupId>org.onap.appc</groupId>
       <artifactId>appc-dg-domain-model-lib</artifactId>
     </dependency>
   </dependencies>
 
+  <version>1.6.1</version>
 </project>