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