Bump versions to 3.0.7-SNAPSHOT
[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.controller</groupId>
6         <artifactId>mdsal-parent</artifactId>
7         <version>3.0.7-SNAPSHOT</version>
8         <relativePath>../../../parent</relativePath>
9     </parent>
10
11     <groupId>org.opendaylight.controller.samples</groupId>
12     <artifactId>clustering-it-provider</artifactId>
13     <packaging>bundle</packaging>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.opendaylight.mdsal</groupId>
18             <artifactId>mdsal-eos-binding-api</artifactId>
19         </dependency>
20         <dependency>
21             <groupId>org.opendaylight.mdsal</groupId>
22             <artifactId>mdsal-singleton-common-api</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>org.opendaylight.controller.samples</groupId>
26             <artifactId>clustering-it-model</artifactId>
27         </dependency>
28         <dependency>
29             <groupId>org.opendaylight.mdsal</groupId>
30             <artifactId>mdsal-binding-api</artifactId>
31         </dependency>
32         <dependency>
33             <groupId>org.opendaylight.mdsal</groupId>
34             <artifactId>mdsal-common-api</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>org.opendaylight.controller</groupId>
38             <artifactId>sal-common-util</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.controller</groupId>
42             <artifactId>sal-distributed-datastore</artifactId>
43         </dependency>
44     </dependencies>
45 </project>