Added YANG models for base concepts in the controller
[controller.git] / opendaylight / sal / yang-prototype / model / model-topology / 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>model-parent</artifactId>
6         <groupId>org.opendaylight.controller</groupId>
7         <version>0.5-SNAPSHOT</version>
8     </parent>
9     <artifactId>model-topology</artifactId>
10
11     <dependencies>
12         <dependency>
13             <groupId>org.opendaylight.controller</groupId>
14             <artifactId>ietf-inet-types</artifactId>
15             <version>2010.09.24-SNAPSHOT</version>
16         </dependency>
17     </dependencies>
18 </project>