Release appc
[appc.git] / appc-sdc-listener / appc-yang-generator / pom.xml
index d13f469..84de1d9 100644 (file)
@@ -28,12 +28,13 @@ limitations under the License.
        <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>
 
     <artifactId>appc-yang-generator</artifactId>
+    <version>1.6.0</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -77,6 +78,12 @@ limitations under the License.
             <groupId>org.openecomp.sdc.common</groupId>
             <artifactId>openecomp-tosca-datatype</artifactId>
             <version>${toscalib.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.datastax.cassandra</groupId>
+                    <artifactId>cassandra-driver-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
     <build>