81f7aae829a5c5c57050575f9de157f85bce1390
[yangtools.git] / yang / yang-model-util / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
3     <parent>
4         <groupId>org.opendaylight.yangtools</groupId>
5         <artifactId>yang</artifactId>
6         <version>0.5.9-SNAPSHOT</version>
7     </parent>
8
9     <modelVersion>4.0.0</modelVersion>
10     <artifactId>yang-model-util</artifactId>
11     <name>${project.artifactId}</name>
12     <description>${project.artifactId}</description>
13
14     <dependencies>
15         <dependency>
16             <groupId>${project.groupId}</groupId>
17             <artifactId>yang-model-api</artifactId>
18         </dependency>
19         <dependency>
20             <groupId>org.eclipse.xtend</groupId>
21             <artifactId>org.eclipse.xtend.lib</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>junit</groupId>
25             <artifactId>junit</artifactId>
26         </dependency>
27     </dependencies>
28
29     <build>
30         <plugins>
31             <plugin>
32                 <groupId>org.eclipse.xtend</groupId>
33                 <artifactId>xtend-maven-plugin</artifactId>
34             </plugin>
35         </plugins>
36     </build>
37 </project>