Improve segmented journal actor metrics
[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>9.0.3-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>com.github.spotbugs</groupId>
18             <artifactId>spotbugs-annotations</artifactId>
19             <optional>true</optional>
20         </dependency>
21         <dependency>
22             <groupId>org.opendaylight.mdsal</groupId>
23             <artifactId>mdsal-eos-binding-api</artifactId>
24         </dependency>
25         <dependency>
26             <groupId>org.opendaylight.mdsal</groupId>
27             <artifactId>mdsal-singleton-api</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.controller.samples</groupId>
31             <artifactId>clustering-it-model</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.mdsal</groupId>
35             <artifactId>mdsal-binding-api</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>org.opendaylight.mdsal</groupId>
39             <artifactId>mdsal-dom-api</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.mdsal</groupId>
43             <artifactId>mdsal-common-api</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>org.opendaylight.controller</groupId>
47             <artifactId>sal-distributed-datastore</artifactId>
48         </dependency>
49         <dependency>
50             <groupId>jakarta.annotation</groupId>
51             <artifactId>jakarta.annotation-api</artifactId>
52             <optional>true</optional>
53         </dependency>
54         <dependency>
55             <groupId>org.osgi</groupId>
56             <artifactId>org.osgi.service.component.annotations</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>com.guicedee.services</groupId>
60             <artifactId>javax.inject</artifactId>
61             <optional>true</optional>
62         </dependency>
63     </dependencies>
64 </project>