Roll version for Frankfurt release
[ccsdk/parent.git] / dependencies-odl-bom / 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"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
5
6     <modelVersion>4.0.0</modelVersion>
7     <packaging>pom</packaging>
8     <groupId>org.onap.ccsdk.parent</groupId>
9     <artifactId>dependencies-odl-bom</artifactId>
10     <version>1.5.0-SNAPSHOT</version>
11
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>odlparent</artifactId>
15         <version>3.1.5</version>
16         <relativePath />
17     </parent>
18
19
20     <distributionManagement>
21         <repository>
22             <id>ecomp-releases</id>
23             <url>https://nexus.onap.org/content/repositories/releases</url>
24         </repository>
25         <snapshotRepository>
26             <id>ecomp-snapshots</id>
27             <url>https://nexus.onap.org/content/repositories/snapshots</url>
28         </snapshotRepository>
29     </distributionManagement>
30
31
32     <!-- Note: maven properties do not work as expected in BOMs.  The property settings are
33     not imported - so if you use a property in the version below, the pom that imports your BOM is
34     expected to have that property set - defeating the whole point of a BOM.  Moral : use constants,
35     not properties, for versions in BOMs -->
36
37     <dependencyManagement>
38         <dependencies>
39             <!-- OpenDaylight dependencies -->
40             <dependency>
41                 <groupId>org.opendaylight.controller</groupId>
42                 <artifactId>mdsal-artifacts</artifactId>
43                 <version>1.9.1</version>
44                 <type>pom</type>
45                 <scope>import</scope>
46             </dependency>
47             <dependency>
48                 <groupId>org.opendaylight.controller</groupId>
49                 <artifactId>sal-binding-broker-impl</artifactId>
50                 <version>1.9.1</version>
51             </dependency>
52             <dependency>
53                 <groupId>org.opendaylight.controller</groupId>
54                 <artifactId>sal-binding-broker-impl</artifactId>
55                 <version>1.9.1</version>
56                 <type>test-jar</type>
57                 <classifier>tests</classifier>
58                 <scope>test</scope>
59             </dependency>
60             <dependency>
61                 <groupId>org.opendaylight.controller</groupId>
62                 <artifactId>sal-test-model</artifactId>
63                 <version>1.9.1</version>
64             </dependency>
65             <dependency>
66                 <groupId>org.opendaylight.mdsal</groupId>
67                 <artifactId>mdsal-artifacts</artifactId>
68                 <version>3.0.8</version>
69                 <type>pom</type>
70                 <scope>import</scope>
71             </dependency>
72             <dependency>
73                 <groupId>org.opendaylight.netconf</groupId>
74                 <artifactId>netconf-artifacts</artifactId>
75                 <version>1.6.1</version>
76                 <type>pom</type>
77                 <scope>import</scope>
78             </dependency>
79             <dependency>
80                 <groupId>org.opendaylight.netconf</groupId>
81                 <artifactId>restconf-artifacts</artifactId>
82                 <version>1.9.1</version>
83                 <type>pom</type>
84                 <scope>import</scope>
85             </dependency>
86
87
88             <!-- Other dependencies -->
89             <dependency>
90                 <groupId>ch.qos.logback</groupId>
91                 <artifactId>logback-classic</artifactId>
92                 <version>1.2.3</version>
93             </dependency>
94             <dependency>
95                 <groupId>ch.qos.logback</groupId>
96                 <artifactId>logback-core</artifactId>
97                 <version>1.2.3</version>
98             </dependency>
99             <dependency>
100                 <groupId>ch.vorburger.mariaDB4j</groupId>
101                 <artifactId>mariaDB4j</artifactId>
102                 <version>2.2.3</version>
103                 <scope>test</scope>
104             </dependency>
105             <dependency>
106                 <groupId>com.att.eelf</groupId>
107                 <artifactId>eelf-core</artifactId>
108                 <version>1.0.0</version>
109             </dependency>
110             <dependency>
111                 <groupId>com.carrotsearch</groupId>
112                 <artifactId>hppc</artifactId>
113                 <version>0.7.1</version>
114             </dependency>
115             <dependency>
116                 <groupId>com.fasterxml.jackson</groupId>
117                 <artifactId>jackson-bom</artifactId>
118                 <version>2.9.0</version>
119                 <type>pom</type>
120                 <scope>import</scope>
121             </dependency>
122             <dependency>
123                 <groupId>com.github.stefanbirkner</groupId>
124                 <artifactId>system-rules</artifactId>
125                 <version>1.19.0</version>
126             </dependency>
127             <dependency>
128                 <groupId>com.github.tomakehurst</groupId>
129                 <artifactId>wiremock</artifactId>
130                 <version>2.7.1</version>
131                 <scope>test</scope>
132             </dependency>
133             <dependency>
134                 <groupId>com.google.code.gson</groupId>
135                 <artifactId>gson</artifactId>
136                 <version>2.8.5</version>
137             </dependency>
138             <dependency>
139                 <groupId>com.google.protobuf</groupId>
140                 <artifactId>protobuf-java</artifactId>
141                 <version>3.6.1</version>
142             </dependency>
143             <dependency>
144                 <groupId>com.jayway.jsonpath</groupId>
145                 <artifactId>json-path</artifactId>
146                 <version>2.3.0</version>
147             </dependency>
148             <dependency>
149                 <groupId>com.ning</groupId>
150                 <artifactId>compress-lzf</artifactId>
151                 <version>1.0.2</version>
152             </dependency>
153             <dependency>
154                 <groupId>com.spatial4j</groupId>
155                 <artifactId>spatial4j</artifactId>
156                 <version>0.5</version>
157             </dependency>
158             <dependency>
159                 <groupId>com.tdunning</groupId>
160                 <artifactId>t-digest</artifactId>
161                 <version>3.0</version>
162             </dependency>
163             <dependency>
164                 <groupId>com.twitter</groupId>
165                 <artifactId>jsr166e</artifactId>
166                 <version>1.1.0</version>
167             </dependency>
168             <dependency>
169                 <groupId>commons-collections</groupId>
170                 <artifactId>commons-collections</artifactId>
171                 <version>3.2.2</version>
172             </dependency>
173             <dependency>
174                 <groupId>commons-cli</groupId>
175                 <artifactId>commons-cli</artifactId>
176                 <version>1.3.1</version>
177             </dependency>
178             <dependency>
179                 <groupId>commons-io</groupId>
180                 <artifactId>commons-io</artifactId>
181                 <version>2.6</version>
182             </dependency>
183             <dependency>
184                 <groupId>commons-logging</groupId>
185                 <artifactId>commons-logging</artifactId>
186                 <version>1.2</version>
187             </dependency>
188             <dependency>
189                 <groupId>dom4j</groupId>
190                 <artifactId>dom4j</artifactId>
191                 <version>1.6.1</version>
192             </dependency>
193             <dependency>
194                 <groupId>io.netty</groupId>
195                 <artifactId>netty-bom</artifactId>
196                 <version>4.1.34.Final</version>
197                 <type>pom</type>
198             </dependency>
199             <dependency>
200                 <groupId>io.grpc</groupId>
201                 <artifactId>grpc-netty</artifactId>
202                 <version>1.17.1</version>
203             </dependency>
204             <dependency>
205                 <groupId>io.grpc</groupId>
206                 <artifactId>grpc-protobuf</artifactId>
207                 <version>1.17.1</version>
208             </dependency>
209             <dependency>
210                 <groupId>io.grpc</groupId>
211                 <artifactId>grpc-stub</artifactId>
212                 <version>1.17.1</version>
213             </dependency>
214             <dependency>
215                 <groupId>io.grpc</groupId>
216                 <artifactId>grpc-testing</artifactId>
217                 <version>1.17.1</version>
218             </dependency>
219             <dependency>
220                 <groupId>jakarta-regexp</groupId>
221                 <artifactId>jakarta-regexp</artifactId>
222                 <version>1.4</version>
223             </dependency>
224             <dependency>
225                 <groupId>javax</groupId>
226                 <artifactId>javaee-api</artifactId>
227                 <version>7.0</version>
228             </dependency>
229             <dependency>
230                 <groupId>javax.servlet</groupId>
231                 <artifactId>javax.servlet-api</artifactId>
232                 <version>3.1.0</version>
233             </dependency>
234             <dependency>
235                 <groupId>javax.servlet</groupId>
236                 <artifactId>servlet-api</artifactId>
237                 <version>2.5</version>
238             </dependency>
239             <dependency>
240                 <groupId>joda-time</groupId>
241                 <artifactId>joda-time</artifactId>
242                 <version>2.9.7</version>
243             </dependency>
244             <dependency>
245                 <groupId>junit</groupId>
246                 <artifactId>junit</artifactId>
247                 <version>4.12</version>
248                 <scope>test</scope>
249             </dependency>
250             <dependency>
251                 <groupId>org.apache.commons</groupId>
252                 <artifactId>commons-io</artifactId>
253                 <version>1.3.2</version>
254             </dependency>
255             <dependency>
256                 <groupId>org.apache.commons</groupId>
257                 <artifactId>commons-lang3</artifactId>
258                 <version>3.8.1</version>
259             </dependency>
260             <dependency>
261                 <groupId>org.apache.commons</groupId>
262                 <artifactId>commons-text</artifactId>
263                 <version>1.6</version>
264             </dependency>
265             <dependency>
266                 <groupId>org.apache.derby</groupId>
267                 <artifactId>derby</artifactId>
268                 <version>10.14.2.0</version>
269                 <scope>test</scope>
270             </dependency>
271             <dependency>
272                 <groupId>org.apache.httpcomponents</groupId>
273                 <artifactId>httpcore</artifactId>
274                 <version>4.4.10</version>
275             </dependency>
276             <dependency>
277                 <groupId>org.apache.httpcomponents</groupId>
278                 <artifactId>httpclient</artifactId>
279                 <version>4.5.6</version>
280             </dependency>
281             <dependency>
282                 <groupId>org.apache.lucene</groupId>
283                 <artifactId>lucene-analyzers-common</artifactId>
284                 <version>5.4.1</version>
285             </dependency>
286             <dependency>
287                 <groupId>org.apache.lucene</groupId>
288                 <artifactId>lucene-backward-codecs</artifactId>
289                 <version>5.4.1</version>
290             </dependency>
291             <dependency>
292                 <groupId>org.apache.lucene</groupId>
293                 <artifactId>lucene-core</artifactId>
294                 <version>5.4.1</version>
295             </dependency>
296             <dependency>
297                 <groupId>org.apache.lucene</groupId>
298                 <artifactId>lucene-grouping</artifactId>
299                 <version>5.4.1</version>
300             </dependency>
301             <dependency>
302                 <groupId>org.apache.lucene</groupId>
303                 <artifactId>lucene-highlighter</artifactId>
304                 <version>5.4.1</version>
305             </dependency>
306             <dependency>
307                 <groupId>org.apache.lucene</groupId>
308                 <artifactId>lucene-join</artifactId>
309                 <version>5.4.1</version>
310             </dependency>
311             <dependency>
312                 <groupId>org.apache.lucene</groupId>
313                 <artifactId>lucene-memory</artifactId>
314                 <version>5.4.1</version>
315             </dependency>
316             <dependency>
317                 <groupId>org.apache.lucene</groupId>
318                 <artifactId>lucene-misc</artifactId>
319                 <version>5.4.1</version>
320             </dependency>
321             <dependency>
322                 <groupId>org.apache.lucene</groupId>
323                 <artifactId>lucene-queries</artifactId>
324                 <version>5.4.1</version>
325             </dependency>
326             <dependency>
327                 <groupId>org.apache.lucene</groupId>
328                 <artifactId>lucene-queryparser</artifactId>
329                 <version>5.4.1</version>
330             </dependency>
331             <dependency>
332                 <groupId>org.apache.lucene</groupId>
333                 <artifactId>lucene-sandbox</artifactId>
334                 <version>5.4.1</version>
335             </dependency>
336             <dependency>
337                 <groupId>org.apache.lucene</groupId>
338                 <artifactId>lucene-spatial</artifactId>
339                 <version>5.4.1</version>
340             </dependency>
341             <dependency>
342                 <groupId>org.apache.lucene</groupId>
343                 <artifactId>lucene-spatial3d</artifactId>
344                 <version>5.4.1</version>
345             </dependency>
346             <dependency>
347                 <groupId>org.apache.lucene</groupId>
348                 <artifactId>lucene-suggest</artifactId>
349                 <version>5.4.1</version>
350             </dependency>
351             <dependency>
352                 <groupId>org.apache.sling</groupId>
353                 <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
354                 <version>2.3.2</version>
355             </dependency>
356             <dependency>
357                 <groupId>org.apache.sshd</groupId>
358                 <artifactId>sshd-core</artifactId>
359                 <version>1.7.0</version>
360             </dependency>
361             <dependency>
362                 <groupId>org.apache.tomcat</groupId>
363                 <artifactId>tomcat-jdbc</artifactId>
364                 <version>8.5.14</version>
365             </dependency>
366             <dependency>
367                 <groupId>org.apache.velocity</groupId>
368                 <artifactId>velocity</artifactId>
369                 <version>1.7</version>
370             </dependency>
371             <dependency>
372                 <groupId>org.codehaus.jackson</groupId>
373                 <artifactId>jackson-jaxrs</artifactId>
374                 <version>1.9.13</version>
375             </dependency>
376             <dependency>
377                 <groupId>org.codehaus.jettison</groupId>
378                 <artifactId>jettison</artifactId>
379                 <version>1.3.8</version>
380             </dependency>
381             <dependency>
382                 <groupId>org.eclipse.jetty</groupId>
383                 <artifactId>jetty-servlet</artifactId>
384                 <version>9.4.12.v20180830</version>
385             </dependency>
386             <dependency>
387                 <groupId>org.eclipse.jetty</groupId>
388                 <artifactId>jetty-servlets</artifactId>
389                 <version>9.4.12.v20180830</version>
390             </dependency>
391             <dependency>
392                 <groupId>org.eclipse.jetty.websocket</groupId>
393                 <artifactId>websocket-api</artifactId>
394                 <version>9.4.12.v20180830</version>
395             </dependency>
396             <dependency>
397                 <groupId>org.eclipse.jetty.websocket</groupId>
398                 <artifactId>websocket-servlet</artifactId>
399                 <version>9.4.12.v20180830</version>
400             </dependency>
401             <dependency>
402                 <groupId>org.elasticsearch</groupId>
403                 <artifactId>elasticsearch</artifactId>
404                 <version>2.2.0</version>
405             </dependency>
406             <dependency>
407                 <groupId>org.elasticsearch</groupId>
408                 <artifactId>securesm</artifactId>
409                 <version>1.0</version>
410             </dependency>
411             <dependency>
412                 <groupId>org.elasticsearch.plugin</groupId>
413                 <artifactId>delete-by-query</artifactId>
414                 <version>2.2.0</version>
415             </dependency>
416             <dependency>
417                 <groupId>org.glassfish.jersey</groupId>
418                 <artifactId>jersey-bom</artifactId>
419                 <version>2.25.1</version>
420                 <type>pom</type>
421                 <scope>import</scope>
422             </dependency>
423             <dependency>
424                 <groupId>org.hdrhistogram</groupId>
425                 <artifactId>HdrHistogram</artifactId>
426                 <version>2.1.6</version>
427             </dependency>
428             <dependency>
429                 <groupId>org.java-websocket</groupId>
430                 <artifactId>Java-WebSocket</artifactId>
431                 <version>1.3.8</version>
432             </dependency>
433             <dependency>
434                 <groupId>org.joda</groupId>
435                 <artifactId>joda-convert</artifactId>
436                 <version>1.2</version>
437             </dependency>
438             <dependency>
439                 <groupId>org.mockito</groupId>
440                 <artifactId>mockito-core</artifactId>
441                 <version>2.2.11</version>
442                 <scope>test</scope>
443             </dependency>
444             <dependency>
445                 <groupId>org.jsoup</groupId>
446                 <artifactId>jsoup</artifactId>
447                 <version>1.8.3</version>
448                 <scope>test</scope>
449             </dependency>
450             <dependency>
451                 <groupId>org.mariadb.jdbc</groupId>
452                 <artifactId>mariadb-java-client</artifactId>
453                 <version>2.1.1</version>
454             </dependency>
455             <dependency>
456                 <groupId>org.powermock</groupId>
457                 <artifactId>powermock-api-mockito2</artifactId>
458                 <version>1.6.6</version>
459             </dependency>
460             <dependency>
461                 <groupId>org.powermock</groupId>
462                 <artifactId>powermock-module-junit4</artifactId>
463                 <version>1.6.6</version>
464             </dependency>
465             <dependency>
466                 <groupId>org.slf4j</groupId>
467                 <artifactId>jcl-over-slf4j</artifactId>
468                 <version>1.7.25</version>
469             </dependency>
470             <dependency>
471                 <groupId>org.springframework</groupId>
472                 <artifactId>spring-framework-bom</artifactId>
473                 <version>4.3.24.RELEASE</version>
474                 <type>pom</type>
475                 <scope>import</scope>
476             </dependency>
477             <dependency>
478                 <groupId>org.testng</groupId>
479                 <artifactId>testng</artifactId>
480                 <version>6.11</version>
481             </dependency>
482             <dependency>
483                 <groupId>org.yaml</groupId>
484                 <artifactId>snakeyaml</artifactId>
485                 <version>1.15</version>
486             </dependency>
487             <dependency>
488                 <groupId>xml-apis</groupId>
489                 <artifactId>xml-apis</artifactId>
490                 <version>1.4.01</version>
491             </dependency>
492         </dependencies>
493
494     </dependencyManagement>
495 </project>