Add yang-binding dependency to binding-parent. 17/13917/1
authorEd Warnicke <eaw@cisco.com>
Mon, 5 Jan 2015 19:24:02 +0000 (13:24 -0600)
committerEd Warnicke <eaw@cisco.com>
Mon, 5 Jan 2015 19:24:02 +0000 (13:24 -0600)
Change-Id: I2324918362b8d66bfc7fc5f49185cd449a10c491
Signed-off-by: Ed Warnicke <eaw@cisco.com>
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>