Release appc
[appc.git] / appc-sdc-listener / appc-yang-generator / pom.xml
index 828c0ce..f674759 100644 (file)
@@ -28,13 +28,13 @@ limitations under the License.
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>1.5.0-SNAPSHOT</version>
+               <version>2.6.0</version>
                 <relativePath />
        </parent>
         <groupId>org.onap.appc</groupId>
 
     <artifactId>appc-yang-generator</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.2</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -79,17 +79,11 @@ limitations under the License.
             <artifactId>openecomp-tosca-datatype</artifactId>
             <version>${toscalib.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>
+                <exclusion>
+                    <groupId>com.datastax.cassandra</groupId>
+                    <artifactId>cassandra-driver-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
     <build>