Improve segmented journal actor metrics
[controller.git] / opendaylight / md-sal / cds-dom-api / 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     <artifactId>cds-dom-api</artifactId>
12     <packaging>bundle</packaging>
13
14     <dependencies>
15         <dependency>
16             <groupId>org.eclipse.jdt</groupId>
17             <artifactId>org.eclipse.jdt.annotation</artifactId>
18         </dependency>
19         <dependency>
20             <groupId>org.opendaylight.yangtools</groupId>
21             <artifactId>concepts</artifactId>
22         </dependency>
23     </dependencies>
24
25     <build>
26         <plugins>
27             <plugin>
28                 <groupId>org.apache.felix</groupId>
29                 <artifactId>maven-bundle-plugin</artifactId>
30                 <configuration>
31                     <instructions>
32                         <Automatic-Module-Name>org.opendaylight.controller.cluster.dom.api</Automatic-Module-Name>
33                     </instructions>
34                 </configuration>
35             </plugin>
36         </plugins>
37     </build>
38
39     <scm>
40         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
41         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
42         <tag>HEAD</tag>
43         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering</url>
44     </scm>
45 </project>