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