Release appc
[appc.git] / appc-sdc-listener / appc-yang-generator / pom.xml
index cc0fbbc..f674759 100644 (file)
@@ -25,13 +25,16 @@ limitations under the License.
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>appc-sdc-listener</artifactId>
+       <parent>
+               <groupId>org.onap.appc.parent</groupId>
+               <artifactId>binding-parent</artifactId>
+               <version>2.6.0</version>
+                <relativePath />
+       </parent>
         <groupId>org.onap.appc</groupId>
-        <version>1.4.0-SNAPSHOT</version>
-    </parent>
 
     <artifactId>appc-yang-generator</artifactId>
+    <version>1.6.2</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -62,7 +65,9 @@ limitations under the License.
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-parser-impl</artifactId>
-            <version>${odl.yangtools.version}</version>
+            <!-- This is the last version of this jar to contain the 
+                 org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangStatementSourceImpl -->
+            <version>1.2.2</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -73,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>