Fix for Bug 588.
[yangtools.git] / yang / yang-model-util / pom.xml
index 1dfaedea1b34dc5a3e98076b8c6dacb7591a730c..5cf126d0a253de5055fadcf41fc0cf02f14389b5 100644 (file)
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-binding</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.eclipse.xtend</groupId>
-            <artifactId>org.eclipse.xtend.lib</artifactId>
-        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.eclipse.xtend</groupId>
-                <artifactId>xtend-maven-plugin</artifactId>
-            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
@@ -56,4 +48,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>