Merge "BUG-584: moved yangtools-it under integration-test and renamed to bundle-test"
[yangtools.git] / yang / yang-model-util / pom.xml
index 5f6d18ee417c699da8878723c7d12304039764a5..5cf126d0a253de5055fadcf41fc0cf02f14389b5 100644 (file)
@@ -26,8 +26,8 @@
             <artifactId>yang-model-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.eclipse.xtend</groupId>
-            <artifactId>org.eclipse.xtend.lib</artifactId>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-binding</artifactId>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
     <build>
         <plugins>
             <plugin>
-                <groupId>org.eclipse.xtend</groupId>
-                <artifactId>xtend-maven-plugin</artifactId>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
+                    </instructions>
+                </configuration>
             </plugin>
         </plugins>
     </build>
+
 </project>