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