Add general-entity yang to common
[mdsal.git] / common / features / pom.xml
index 3f703d8c0bcf7c529550af3f0820205f0d57448a..9b6a15b3a974d260548d38c66a72aa2c341ad8ee 100644 (file)
                 <artifactId>mdsal-binding-util</artifactId>
             </dependency>
             <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>yang-binding</artifactId>
+                <groupId>${project.groupId}.model</groupId>
+                <artifactId>yang-ext</artifactId>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}.model</groupId>
-                <artifactId>yang-ext</artifactId>
+                <artifactId>general-entity</artifactId>
             </dependency>
     </dependencies>
 </project>