Bump version to 2.0.1-SNAPSHOT
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / 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.1-SNAPSHOT</version>
8     <relativePath>../parent</relativePath>
9   </parent>
10
11   <artifactId>sal-distributed-datastore</artifactId>
12   <packaging>bundle</packaging>
13
14   <dependencies>
15     <!-- Java -->
16     <dependency>
17       <groupId>org.slf4j</groupId>
18       <artifactId>slf4j-simple</artifactId>
19       <scope>test</scope>
20     </dependency>
21
22     <dependency>
23       <groupId>org.osgi</groupId>
24       <artifactId>org.osgi.core</artifactId>
25     </dependency>
26
27     <!-- Akka -->
28     <dependency>
29       <groupId>com.typesafe.akka</groupId>
30       <artifactId>akka-actor_2.13</artifactId>
31     </dependency>
32     <dependency>
33       <groupId>com.typesafe.akka</groupId>
34       <artifactId>akka-cluster_2.13</artifactId>
35     </dependency>
36     <dependency>
37       <groupId>com.typesafe.akka</groupId>
38       <artifactId>akka-osgi_2.13</artifactId>
39     </dependency>
40     <dependency>
41       <groupId>com.typesafe.akka</groupId>
42       <artifactId>akka-persistence_2.13</artifactId>
43     </dependency>
44     <dependency>
45       <groupId>com.typesafe.akka</groupId>
46       <artifactId>akka-remote_2.13</artifactId>
47     </dependency>
48     <dependency>
49       <groupId>com.typesafe.akka</groupId>
50       <artifactId>akka-slf4j_2.13</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>org.scala-lang.modules</groupId>
54       <artifactId>scala-java8-compat_2.13</artifactId>
55     </dependency>
56     <dependency>
57       <groupId>com.typesafe.akka</groupId>
58       <artifactId>akka-testkit_2.13</artifactId>
59       <scope>test</scope>
60     </dependency>
61
62     <!-- Scala -->
63     <dependency>
64       <groupId>org.scala-lang</groupId>
65       <artifactId>scala-library</artifactId>
66     </dependency>
67
68     <!-- OpenDaylight -->
69     <dependency>
70       <groupId>net.java.dev.stax-utils</groupId>
71       <artifactId>stax-utils</artifactId>
72       <exclusions>
73         <exclusion>
74           <!-- JSR173 ships with JRE by default -->
75           <groupId>com.bea.xml</groupId>
76           <artifactId>jsr173-ri</artifactId>
77         </exclusion>
78       </exclusions>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.controller</groupId>
82       <artifactId>sal-akka-raft</artifactId>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.controller</groupId>
86       <artifactId>cds-access-api</artifactId>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.controller</groupId>
90       <artifactId>cds-access-client</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.controller</groupId>
94       <artifactId>cds-access-client</artifactId>
95       <type>test-jar</type>
96       <scope>test</scope>
97     </dependency>
98     <dependency>
99       <groupId>org.opendaylight.controller</groupId>
100       <artifactId>cds-dom-api</artifactId>
101     </dependency>
102     <dependency>
103       <groupId>org.opendaylight.controller</groupId>
104       <artifactId>sal-akka-raft-example</artifactId>
105       <scope>test</scope>
106     </dependency>
107     <dependency>
108       <groupId>org.opendaylight.controller</groupId>
109       <artifactId>sal-akka-raft</artifactId>
110       <type>test-jar</type>
111       <scope>test</scope>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.controller</groupId>
115       <artifactId>sal-clustering-commons</artifactId>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.controller</groupId>
119       <artifactId>sal-common-util</artifactId>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.controller</groupId>
123       <artifactId>sal-akka-segmented-journal</artifactId>
124       <scope>test</scope>
125     </dependency>
126
127     <dependency>
128       <groupId>org.opendaylight.mdsal</groupId>
129       <artifactId>mdsal-binding-dom-codec</artifactId>
130     </dependency>
131     <dependency>
132       <groupId>org.opendaylight.mdsal</groupId>
133       <artifactId>mdsal-dom-broker</artifactId>
134     </dependency>
135
136     <dependency>
137       <groupId>org.opendaylight.yangtools</groupId>
138       <artifactId>concepts</artifactId>
139     </dependency>
140     <dependency>
141       <groupId>org.opendaylight.mdsal</groupId>
142       <artifactId>yang-binding</artifactId>
143     </dependency>
144     <dependency>
145       <groupId>org.opendaylight.yangtools</groupId>
146       <artifactId>yang-common</artifactId>
147     </dependency>
148     <dependency>
149       <groupId>org.opendaylight.yangtools</groupId>
150       <artifactId>yang-data-api</artifactId>
151     </dependency>
152     <dependency>
153       <groupId>org.opendaylight.yangtools</groupId>
154       <artifactId>yang-data-impl</artifactId>
155     </dependency>
156     <dependency>
157       <groupId>org.opendaylight.yangtools</groupId>
158       <artifactId>yang-data-codec-xml</artifactId>
159     </dependency>
160     <dependency>
161       <groupId>tech.pantheon.triemap</groupId>
162       <artifactId>triemap</artifactId>
163     </dependency>
164     <dependency>
165       <groupId>org.apache.commons</groupId>
166       <artifactId>commons-lang3</artifactId>
167     </dependency>
168     <dependency>
169       <groupId>org.apache.commons</groupId>
170       <artifactId>commons-text</artifactId>
171     </dependency>
172     <dependency>
173       <groupId>org.opendaylight.mdsal</groupId>
174       <artifactId>mdsal-dom-inmemory-datastore</artifactId>
175     </dependency>
176
177     <dependency>
178       <groupId>io.atomix</groupId>
179       <artifactId>atomix-storage</artifactId>
180       <version>3.1.5</version>
181       <scope>test</scope>
182     </dependency>
183     <dependency>
184       <groupId>io.atomix</groupId>
185       <artifactId>atomix-utils</artifactId>
186       <version>3.1.5</version>
187       <scope>test</scope>
188     </dependency>
189     <dependency>
190       <groupId>org.awaitility</groupId>
191       <artifactId>awaitility</artifactId>
192       <scope>test</scope>
193     </dependency>
194     <dependency>
195       <groupId>commons-io</groupId>
196       <artifactId>commons-io</artifactId>
197       <scope>test</scope>
198     </dependency>
199     <dependency>
200       <groupId>commons-lang</groupId>
201       <artifactId>commons-lang</artifactId>
202       <scope>test</scope>
203     </dependency>
204     <dependency>
205       <groupId>org.opendaylight.yangtools</groupId>
206       <artifactId>yang-test-util</artifactId>
207     </dependency>
208     <dependency>
209       <groupId>org.opendaylight.mdsal</groupId>
210       <artifactId>mdsal-binding-generator-impl</artifactId>
211       <scope>test</scope>
212     </dependency>
213     <dependency>
214       <groupId>org.opendaylight.mdsal</groupId>
215       <artifactId>mdsal-binding-runtime-spi</artifactId>
216       <scope>test</scope>
217     </dependency>
218   </dependencies>
219
220   <build>
221     <plugins>
222       <plugin>
223         <groupId>org.apache.felix</groupId>
224         <artifactId>maven-bundle-plugin</artifactId>
225         <extensions>true</extensions>
226         <configuration>
227           <instructions>
228             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
229             <Export-Package>
230                 org.opendaylight.controller.cluster.datastore;
231                 org.opendaylight.controller.cluster.datastore.config;
232                 org.opendaylight.controller.cluster.datastore.exceptions;
233                 org.opendaylight.controller.cluster.datastore.identifiers;
234                 org.opendaylight.controller.cluster.datastore.messages;
235                 org.opendaylight.controller.cluster.datastore.modification;
236                 org.opendaylight.controller.cluster.datastore.persisted;
237                 org.opendaylight.controller.cluster.datastore.utils;
238                 org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard;
239                 org.opendaylight.controller.cluster.datastore.shardmanager;
240                 org.opendaylight.controller.cluster.sharding;
241                 org.opendaylight.controller.cluster.databroker.actors.dds;
242             </Export-Package>
243           </instructions>
244         </configuration>
245       </plugin>
246
247       <plugin>
248         <groupId>org.apache.maven.plugins</groupId>
249         <artifactId>maven-jar-plugin</artifactId>
250         <executions>
251           <execution>
252             <goals>
253               <goal>test-jar</goal>
254             </goals>
255           </execution>
256         </executions>
257       </plugin>
258     </plugins>
259   </build>
260
261   <scm>
262     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
263     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
264     <tag>HEAD</tag>
265     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering</url>
266   </scm>
267
268 </project>