Release Oxygen
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / model / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.mdsal</groupId>
7         <artifactId>binding-parent</artifactId>
8         <version>0.12.2</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.controller.samples</groupId>
13     <version>1.7.2</version>
14     <artifactId>clustering-it-model</artifactId>
15     <packaging>bundle</packaging>
16
17     <build>
18         <pluginManagement>
19             <plugins>
20                 <plugin>
21                     <groupId>org.apache.felix</groupId>
22                     <artifactId>maven-bundle-plugin</artifactId>
23                     <version>${bundle.plugin.version}</version>
24                     <extensions>true</extensions>
25                     <configuration>
26                         <instructions>
27                             <Bundle-Name>org.opendaylight.controller.sal-clustering-it-model</Bundle-Name>
28                         </instructions>
29                     </configuration>
30                 </plugin>
31             </plugins>
32         </pluginManagement>
33     </build>
34     <dependencies>
35         <dependency>
36             <groupId>org.opendaylight.mdsal.model</groupId>
37             <artifactId>ietf-inet-types-2013-07-15</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>org.opendaylight.mdsal.model</groupId>
41             <artifactId>ietf-yang-types-20130715</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.mdsal.model</groupId>
45             <artifactId>yang-ext</artifactId>
46         </dependency>
47     </dependencies>
48 </project>