f4a1e37847bca902ccbae59d2442c8fe50033e28
[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.9.0-SNAPSHOT</version>
8     <relativePath>../parent</relativePath>
9   </parent>
10
11   <artifactId>sal-distributed-datastore</artifactId>
12   <version>1.9.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
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>commons-lang</groupId>
213       <artifactId>commons-lang</artifactId>
214       <scope>test</scope>
215     </dependency>
216     <dependency>
217       <groupId>org.opendaylight.yangtools</groupId>
218       <artifactId>yang-test-util</artifactId>
219     </dependency>
220   </dependencies>
221
222   <build>
223     <plugins>
224       <plugin>
225         <groupId>org.apache.felix</groupId>
226         <artifactId>maven-bundle-plugin</artifactId>
227         <extensions>true</extensions>
228         <configuration>
229           <instructions>
230             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
231             <Export-Package>
232                 org.opendaylight.controller.cluster.datastore;
233                 org.opendaylight.controller.cluster.datastore.config;
234                 org.opendaylight.controller.cluster.datastore.exceptions;
235                 org.opendaylight.controller.cluster.datastore.messages;
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             <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     </plugins>
263   </build>
264
265   <scm>
266     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
267     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
268     <tag>HEAD</tag>
269     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering</url>
270   </scm>
271
272 </project>