Add yang-binding dependency to binding-parent.
[mdsal.git] / code-generator / binding-parent / pom.xml
index 2ff3b31375b68767084864428cc93496f45c2e90..d274762ca989790e94fdc23364e8163dfeb36ccc 100644 (file)
@@ -44,6 +44,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                     </dependency>
                 </dependencies>
             </dependencyManagement>
+            <dependencies>
+              <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>yang-binding</artifactId>
+              </dependency>
+            </dependencies>
             <build>
                 <pluginManagement>
                     <plugins>