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