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