73e970bc3472122f9c691f75dbe0f2bf5ab99f43
[controller.git] / opendaylight / md-sal / sal-distributed-eos / 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.5-SNAPSHOT</version>
8     <relativePath>../parent</relativePath>
9   </parent>
10
11   <artifactId>sal-distributed-eos</artifactId>
12   <packaging>bundle</packaging>
13
14   <dependencies>
15     <dependency>
16       <groupId>org.opendaylight.mdsal</groupId>
17       <artifactId>mdsal-eos-dom-api</artifactId>
18     </dependency>
19
20     <dependency>
21       <groupId>org.osgi</groupId>
22       <artifactId>osgi.cmpn</artifactId>
23     </dependency>
24
25     <dependency>
26       <groupId>org.opendaylight.controller</groupId>
27       <artifactId>sal-distributed-datastore</artifactId>
28     </dependency>
29
30     <dependency>
31       <groupId>commons-lang</groupId>
32       <artifactId>commons-lang</artifactId>
33       <scope>test</scope>
34     </dependency>
35     <dependency>
36       <groupId>com.typesafe.akka</groupId>
37       <artifactId>akka-testkit_2.13</artifactId>
38     </dependency>
39     <dependency>
40       <groupId>org.opendaylight.controller</groupId>
41       <artifactId>sal-akka-raft-example</artifactId>
42       <scope>test</scope>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.controller</groupId>
46       <artifactId>sal-akka-raft</artifactId>
47       <type>test-jar</type>
48       <scope>test</scope>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.controller</groupId>
52       <artifactId>sal-distributed-datastore</artifactId>
53       <version>${project.version}</version>
54       <type>test-jar</type>
55       <scope>test</scope>
56     </dependency>
57     <dependency>
58       <groupId>org.slf4j</groupId>
59       <artifactId>slf4j-simple</artifactId>
60       <scope>test</scope>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.yangtools</groupId>
64       <artifactId>yang-test-util</artifactId>
65     </dependency>
66   </dependencies>
67
68   <scm>
69     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
70     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
71     <tag>HEAD</tag>
72     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering</url>
73   </scm>
74 </project>