Bump versions to 2.0.4-SNAPSHOT
[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>2.0.4-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>org.osgi.core</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       <scope>test</scope>
39     </dependency>
40     <dependency>
41       <groupId>org.opendaylight.controller</groupId>
42       <artifactId>sal-akka-raft-example</artifactId>
43       <scope>test</scope>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.controller</groupId>
47       <artifactId>sal-akka-raft</artifactId>
48       <type>test-jar</type>
49       <scope>test</scope>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.controller</groupId>
53       <artifactId>sal-distributed-datastore</artifactId>
54       <version>${project.version}</version>
55       <type>test-jar</type>
56       <scope>test</scope>
57     </dependency>
58     <dependency>
59       <groupId>org.slf4j</groupId>
60       <artifactId>slf4j-simple</artifactId>
61       <scope>test</scope>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.yangtools</groupId>
65       <artifactId>yang-test-util</artifactId>
66     </dependency>
67   </dependencies>
68
69   <scm>
70     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
71     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
72     <tag>HEAD</tag>
73     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering</url>
74   </scm>
75 </project>