3e6ac5c9f14fcd614c4ce7217c76574266262831
[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.controller</groupId>
7         <artifactId>mdsal-parent</artifactId>
8         <version>1.8.0-SNAPSHOT</version>
9         <relativePath>../../../parent</relativePath>
10     </parent>
11
12     <groupId>org.opendaylight.controller.samples</groupId>
13     <version>1.8.0-SNAPSHOT</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                     <extensions>true</extensions>
24                     <configuration>
25                         <instructions>
26                             <Bundle-Name>org.opendaylight.controller.sal-clustering-it-model</Bundle-Name>
27                         </instructions>
28                     </configuration>
29                 </plugin>
30             </plugins>
31         </pluginManagement>
32     </build>
33     <dependencies>
34         <dependency>
35             <groupId>org.opendaylight.mdsal.model</groupId>
36             <artifactId>ietf-inet-types-2013-07-15</artifactId>
37         </dependency>
38         <dependency>
39             <groupId>org.opendaylight.mdsal.model</groupId>
40             <artifactId>ietf-yang-types-20130715</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>org.opendaylight.mdsal.model</groupId>
44             <artifactId>yang-ext</artifactId>
45         </dependency>
46     </dependencies>
47 </project>