Fix parent reference
[controller.git] / opendaylight / md-sal / eos-dom-akka / pom.xml
index a6e68e8a255f2f5284237f245bfbc44dcd676c91..584d2e22c9e73eb6336047eb9232e547f01e9aa5 100644 (file)
@@ -13,9 +13,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.controller</groupId>
-        <artifactId>bundle-parent</artifactId>
+        <artifactId>mdsal-parent</artifactId>
         <version>4.0.2-SNAPSHOT</version>
-        <relativePath>../../../bundle-parent</relativePath>
+        <relativePath>../parent</relativePath>
     </parent>
 
     <artifactId>eos-dom-akka</artifactId>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-eos-dom-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>