Karaf 4 for appc-inbound
[appc.git] / appc-sdc-listener / appc-yang-generator / pom.xml
index cc0fbbc..d13f469 100644 (file)
@@ -25,11 +25,13 @@ 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>1.4.0-SNAPSHOT</version>
+                <relativePath />
+       </parent>
         <groupId>org.onap.appc</groupId>
-        <version>1.4.0-SNAPSHOT</version>
-    </parent>
 
     <artifactId>appc-yang-generator</artifactId>
     <packaging>jar</packaging>
@@ -62,7 +64,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>