Release Oxygen
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / provider / 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" 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         <groupId>org.opendaylight.mdsal</groupId>
6         <artifactId>binding-parent</artifactId>
7         <version>0.12.2</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.controller.samples</groupId>
12     <artifactId>clustering-it-provider</artifactId>
13     <version>1.7.2</version>
14     <packaging>bundle</packaging>
15
16     <dependencyManagement>
17         <dependencies>
18             <dependency>
19                 <groupId>org.opendaylight.controller</groupId>
20                 <artifactId>mdsal-artifacts</artifactId>
21                 <version>1.7.2</version>
22                 <type>pom</type>
23                 <scope>import</scope>
24             </dependency>
25         </dependencies>
26     </dependencyManagement>
27
28     <dependencies>
29         <dependency>
30             <groupId>org.opendaylight.controller.samples</groupId>
31             <artifactId>clustering-it-model</artifactId>
32             <version>${project.version}</version>
33         </dependency>
34         <dependency>
35             <groupId>org.opendaylight.controller</groupId>
36             <artifactId>sal-binding-api</artifactId>
37         </dependency>
38         <dependency>
39             <groupId>org.opendaylight.controller</groupId>
40             <artifactId>sal-common-api</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>org.opendaylight.controller</groupId>
44             <artifactId>sal-common-util</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>org.opendaylight.controller</groupId>
48             <artifactId>sal-distributed-datastore</artifactId>
49         </dependency>
50     </dependencies>
51 </project>