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