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