BUG-865: migrate tests to use BindingGeneratorImpl(boolean)
[mdsal.git] / code-generator / pom.xml
index 51b19da27d8bc0a1e85804c2a90d13316aa6885a..fc239681b50fbf6de3dfabd9397fd4c634b01481 100644 (file)
@@ -30,6 +30,8 @@
         <module>binding-java-api-generator</module>
         <module>binding-type-provider</module>
         <module>maven-sal-api-gen-plugin</module>
+        <module>binding-test-model</module>
+        <module>binding-data-codec</module>
     </modules>
 
 
             </dependency>
 
             <!-- Local Dependencies -->
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-test-model</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>binding-model-api</artifactId>