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