Change parent version
[appc.git] / appc-sdc-listener / appc-yang-generator / pom.xml
index 75eef54..d440c5e 100644 (file)
@@ -28,7 +28,7 @@ limitations under the License.
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>1.4.1</version>
+               <version>2.5.0</version>
                 <relativePath />
        </parent>
         <groupId>org.onap.appc</groupId>
@@ -78,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>