fixed yang model TELSDN-506: #close
[lispflowmapping.git] / mappingservice / yangmodel / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3         <modelVersion>4.0.0</modelVersion>
4         <parent>
5                 <artifactId>lispflowmapping-commons</artifactId>
6                 <groupId>org.opendaylight.lispflowmapping</groupId>
7                 <version>0.1.0-SNAPSHOT</version>
8                 <relativePath>../../commons/parent</relativePath>
9         </parent>
10         <artifactId>yangmodel</artifactId>
11         <packaging>pom</packaging>
12
13         <build>
14                 <plugins>
15                         <plugin>
16                                 <groupId>org.opendaylight.yangtools</groupId>
17                                 <artifactId>yang-maven-plugin</artifactId>
18                         </plugin>
19                         <plugin>
20                                 <groupId>org.codehaus.mojo</groupId>
21                                 <artifactId>build-helper-maven-plugin</artifactId>
22                         </plugin>
23                 </plugins>
24         </build>
25         <dependencies>
26                 <dependency>
27                         <groupId>org.opendaylight.yangtools</groupId>
28                         <artifactId>yang-binding</artifactId>
29                 </dependency>
30                 <dependency>
31                         <groupId>org.opendaylight.yangtools</groupId>
32                         <artifactId>yang-common</artifactId>
33                 </dependency>
34                 <dependency>
35                         <groupId>org.opendaylight.yangtools.model</groupId>
36                         <artifactId>ietf-inet-types</artifactId>
37                 </dependency>
38         </dependencies>
39 </project>