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