18952820090bb0194006c03d0d2d12a49f8cbd92
[mdsal.git] / code-generator / binding-generator-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>binding-generator</artifactId>
6         <version>0.5.8</version>
7     </parent>
8
9     <modelVersion>4.0.0</modelVersion>
10     <artifactId>binding-generator-util</artifactId>
11
12     <dependencies>
13         <dependency>
14             <groupId>org.opendaylight.yangtools</groupId>
15             <artifactId>binding-model-api</artifactId>
16         </dependency>
17         <dependency>
18             <groupId>org.opendaylight.yangtools</groupId>
19             <artifactId>yang-model-api</artifactId>
20         </dependency>
21         <dependency>
22             <groupId>junit</groupId>
23             <artifactId>junit</artifactId>
24         </dependency>
25         <dependency>
26             <groupId>org.opendaylight.yangtools</groupId>
27             <artifactId>yang-binding</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.yangtools</groupId>
31             <artifactId>yang-parser-impl</artifactId>
32         </dependency>
33     </dependencies>
34
35     <build>
36         <plugins>
37             <plugin>
38                 <artifactId>maven-jar-plugin</artifactId>
39             </plugin>
40             <plugin>
41                 <groupId>org.apache.felix</groupId>
42                 <artifactId>maven-bundle-plugin</artifactId>
43             </plugin>
44         </plugins>
45     </build>
46
47 </project>