Add missing distributionManagement section
[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.3.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.8.2</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.8.2</version>
51             </dependency>
52             <dependency>
53                 <groupId>org.opendaylight.controller</groupId>
54                 <artifactId>sal-binding-broker-impl</artifactId>
55                 <version>1.8.2</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.8.2</version>
64             </dependency>
65             <dependency>
66                 <groupId>org.opendaylight.mdsal</groupId>
67                 <artifactId>mdsal-artifacts</artifactId>
68                 <version>2.5.2</version>
69                 <type>pom</type>
70                 <scope>import</scope>
71             </dependency>
72             <dependency>
73                 <groupId>org.opendaylight.mdsal.model</groupId>
74                 <artifactId>mdsal-model-artifacts</artifactId>
75                 <version>0.13.2</version>
76                 <type>pom</type>
77                 <scope>import</scope>
78             </dependency>
79             <dependency>
80                 <groupId>org.opendaylight.netconf</groupId>
81                 <artifactId>netconf-artifacts</artifactId>
82                 <version>1.5.2</version>
83                 <type>pom</type>
84                 <scope>import</scope>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.netconf</groupId>
88                 <artifactId>restconf-artifacts</artifactId>
89                 <version>1.8.2</version>
90                 <type>pom</type>
91                 <scope>import</scope>
92             </dependency>
93
94
95             <!-- Other dependencies -->
96             <dependency>
97                 <groupId>ch.qos.logback</groupId>
98                 <artifactId>logback-classic</artifactId>
99                 <version>1.2.3</version>
100             </dependency>
101             <dependency>
102                 <groupId>ch.qos.logback</groupId>
103                 <artifactId>logback-core</artifactId>
104                 <version>1.2.3</version>
105             </dependency>
106             <dependency>
107                 <groupId>ch.vorburger.mariaDB4j</groupId>
108                 <artifactId>mariaDB4j</artifactId>
109                 <version>2.2.3</version>
110                 <scope>test</scope>
111             </dependency>
112             <dependency>
113                 <groupId>com.att.eelf</groupId>
114                 <artifactId>eelf-core</artifactId>
115                 <version>1.0.0</version>
116             </dependency>
117             <dependency>
118                 <groupId>com.carrotsearch</groupId>
119                 <artifactId>hppc</artifactId>
120                 <version>0.7.1</version>
121             </dependency>
122             <dependency>
123                 <groupId>com.fasterxml.jackson</groupId>
124                 <artifactId>jackson-bom</artifactId>
125                 <version>2.8.11.20181123</version>
126                 <type>pom</type>
127                 <scope>import</scope>
128             </dependency>
129             <dependency>
130                 <groupId>com.github.stefanbirkner</groupId>
131                 <artifactId>system-rules</artifactId>
132                 <version>1.19.0</version>
133             </dependency>
134             <dependency>
135                 <groupId>com.github.tomakehurst</groupId>
136                 <artifactId>wiremock</artifactId>
137                 <version>2.7.1</version>
138                 <scope>test</scope>
139             </dependency>
140             <dependency>
141                 <groupId>com.google.code.gson</groupId>
142                 <artifactId>gson</artifactId>
143                 <version>2.8.5</version>
144             </dependency>
145             <dependency>
146                 <groupId>com.google.protobuf</groupId>
147                 <artifactId>protobuf-java</artifactId>
148                 <version>3.6.1</version>
149             </dependency>
150             <dependency>
151                 <groupId>com.jayway.jsonpath</groupId>
152                 <artifactId>json-path</artifactId>
153                 <version>2.3.0</version>
154             </dependency>
155             <dependency>
156                 <groupId>com.ning</groupId>
157                 <artifactId>compress-lzf</artifactId>
158                 <version>1.0.2</version>
159             </dependency>
160             <dependency>
161                 <groupId>com.spatial4j</groupId>
162                 <artifactId>spatial4j</artifactId>
163                 <version>0.5</version>
164             </dependency>
165             <dependency>
166                 <groupId>com.tdunning</groupId>
167                 <artifactId>t-digest</artifactId>
168                 <version>3.0</version>
169             </dependency>
170             <dependency>
171                 <groupId>com.twitter</groupId>
172                 <artifactId>jsr166e</artifactId>
173                 <version>1.1.0</version>
174             </dependency>
175             <dependency>
176                 <groupId>commons-collections</groupId>
177                 <artifactId>commons-collections</artifactId>
178                 <version>3.2.2</version>
179             </dependency>
180             <dependency>
181                 <groupId>commons-cli</groupId>
182                 <artifactId>commons-cli</artifactId>
183                 <version>1.3.1</version>
184             </dependency>
185             <dependency>
186                 <groupId>commons-io</groupId>
187                 <artifactId>commons-io</artifactId>
188                 <version>2.5</version>
189             </dependency>
190             <dependency>
191                 <groupId>commons-logging</groupId>
192                 <artifactId>commons-logging</artifactId>
193                 <version>1.2</version>
194             </dependency>
195             <dependency>
196                 <groupId>dom4j</groupId>
197                 <artifactId>dom4j</artifactId>
198                 <version>1.6.1</version>
199             </dependency>
200             <dependency>
201                 <groupId>io.grpc</groupId>
202                 <artifactId>grpc-netty</artifactId>
203                 <version>1.17.1</version>
204             </dependency>
205             <dependency>
206                 <groupId>io.grpc</groupId>
207                 <artifactId>grpc-protobuf</artifactId>
208                 <version>1.17.1</version>
209             </dependency>
210             <dependency>
211                 <groupId>io.grpc</groupId>
212                 <artifactId>grpc-stub</artifactId>
213                 <version>1.17.1</version>
214             </dependency>
215             <dependency>
216                 <groupId>io.grpc</groupId>
217                 <artifactId>grpc-testing</artifactId>
218                 <version>1.17.1</version>
219             </dependency>
220             <dependency>
221                 <groupId>jakarta-regexp</groupId>
222                 <artifactId>jakarta-regexp</artifactId>
223                 <version>1.4</version>
224             </dependency>
225             <dependency>
226                 <groupId>javax</groupId>
227                 <artifactId>javaee-api</artifactId>
228                 <version>7.0</version>
229             </dependency>
230             <dependency>
231                 <groupId>javax.servlet</groupId>
232                 <artifactId>servlet-api</artifactId>
233                 <version>2.5</version>
234             </dependency>
235             <dependency>
236                 <groupId>joda-time</groupId>
237                 <artifactId>joda-time</artifactId>
238                 <version>2.8.2</version>
239             </dependency>
240             <dependency>
241                 <groupId>junit</groupId>
242                 <artifactId>junit</artifactId>
243                 <version>4.12</version>
244                 <scope>test</scope>
245             </dependency>
246             <dependency>
247                 <groupId>org.apache.commons</groupId>
248                 <artifactId>commons-io</artifactId>
249                 <version>1.3.2</version>
250             </dependency>
251             <dependency>
252                 <groupId>org.apache.commons</groupId>
253                 <artifactId>commons-lang3</artifactId>
254                 <version>3.4</version>
255             </dependency>
256             <dependency>
257                 <groupId>org.apache.commons</groupId>
258                 <artifactId>commons-text</artifactId>
259                 <version>1.1</version>
260             </dependency>
261             <dependency>
262                 <groupId>org.apache.derby</groupId>
263                 <artifactId>derby</artifactId>
264                 <version>10.14.2.0</version>
265                 <scope>test</scope>
266             </dependency>
267             <dependency>
268                 <groupId>org.apache.httpcomponents</groupId>
269                 <artifactId>httpcore</artifactId>
270                 <version>4.4.4</version>
271             </dependency>
272             <dependency>
273                 <groupId>org.apache.httpcomponents</groupId>
274                 <artifactId>httpclient</artifactId>
275                 <version>4.5.2</version>
276             </dependency>
277             <dependency>
278                 <groupId>org.apache.lucene</groupId>
279                 <artifactId>lucene-analyzers-common</artifactId>
280                 <version>5.4.1</version>
281             </dependency>
282             <dependency>
283                 <groupId>org.apache.lucene</groupId>
284                 <artifactId>lucene-backward-codecs</artifactId>
285                 <version>5.4.1</version>
286             </dependency>
287             <dependency>
288                 <groupId>org.apache.lucene</groupId>
289                 <artifactId>lucene-core</artifactId>
290                 <version>5.4.1</version>
291             </dependency>
292             <dependency>
293                 <groupId>org.apache.lucene</groupId>
294                 <artifactId>lucene-grouping</artifactId>
295                 <version>5.4.1</version>
296             </dependency>
297             <dependency>
298                 <groupId>org.apache.lucene</groupId>
299                 <artifactId>lucene-highlighter</artifactId>
300                 <version>5.4.1</version>
301             </dependency>
302             <dependency>
303                 <groupId>org.apache.lucene</groupId>
304                 <artifactId>lucene-join</artifactId>
305                 <version>5.4.1</version>
306             </dependency>
307             <dependency>
308                 <groupId>org.apache.lucene</groupId>
309                 <artifactId>lucene-memory</artifactId>
310                 <version>5.4.1</version>
311             </dependency>
312             <dependency>
313                 <groupId>org.apache.lucene</groupId>
314                 <artifactId>lucene-misc</artifactId>
315                 <version>5.4.1</version>
316             </dependency>
317             <dependency>
318                 <groupId>org.apache.lucene</groupId>
319                 <artifactId>lucene-queries</artifactId>
320                 <version>5.4.1</version>
321             </dependency>
322             <dependency>
323                 <groupId>org.apache.lucene</groupId>
324                 <artifactId>lucene-queryparser</artifactId>
325                 <version>5.4.1</version>
326             </dependency>
327             <dependency>
328                 <groupId>org.apache.lucene</groupId>
329                 <artifactId>lucene-sandbox</artifactId>
330                 <version>5.4.1</version>
331             </dependency>
332             <dependency>
333                 <groupId>org.apache.lucene</groupId>
334                 <artifactId>lucene-spatial</artifactId>
335                 <version>5.4.1</version>
336             </dependency>
337             <dependency>
338                 <groupId>org.apache.lucene</groupId>
339                 <artifactId>lucene-spatial3d</artifactId>
340                 <version>5.4.1</version>
341             </dependency>
342             <dependency>
343                 <groupId>org.apache.lucene</groupId>
344                 <artifactId>lucene-suggest</artifactId>
345                 <version>5.4.1</version>
346             </dependency>
347             <dependency>
348                 <groupId>org.apache.sling</groupId>
349                 <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
350                 <version>2.3.2</version>
351             </dependency>
352             <dependency>
353                 <groupId>org.apache.sshd</groupId>
354                 <artifactId>sshd-core</artifactId>
355                 <version>0.12.0</version>
356             </dependency>
357             <dependency>
358                 <groupId>org.apache.tomcat</groupId>
359                 <artifactId>tomcat-jdbc</artifactId>
360                 <version>8.5.14</version>
361             </dependency>
362             <dependency>
363                 <groupId>org.apache.velocity</groupId>
364                 <artifactId>velocity</artifactId>
365                 <version>1.7</version>
366             </dependency>
367             <dependency>
368                 <groupId>org.codehaus.jackson</groupId>
369                 <artifactId>jackson-jaxrs</artifactId>
370                 <version>1.9.13</version>
371             </dependency>
372             <dependency>
373                 <groupId>org.eclipse.jetty</groupId>
374                 <artifactId>jetty-servlet</artifactId>
375                 <version>9.3.24.v20180605</version>
376             </dependency>
377             <dependency>
378                 <groupId>org.eclipse.jetty.websocket</groupId>
379                 <artifactId>websocket-api</artifactId>
380                 <version>9.3.24.v20180605</version>
381             </dependency>
382             <dependency>
383                 <groupId>org.eclipse.jetty.websocket</groupId>
384                 <artifactId>websocket-servlet</artifactId>
385                 <version>9.3.24.v20180605</version>
386             </dependency>
387             <dependency>
388                 <groupId>org.elasticsearch</groupId>
389                 <artifactId>elasticsearch</artifactId>
390                 <version>2.2.0</version>
391             </dependency>
392             <dependency>
393                 <groupId>org.elasticsearch</groupId>
394                 <artifactId>securesm</artifactId>
395                 <version>1.0</version>
396             </dependency>
397             <dependency>
398                 <groupId>org.elasticsearch.plugin</groupId>
399                 <artifactId>delete-by-query</artifactId>
400                 <version>2.2.0</version>
401             </dependency>
402             <dependency>
403                 <groupId>org.glassfish.jersey</groupId>
404                 <artifactId>jersey-bom</artifactId>
405                 <version>2.25.1</version>
406                 <type>pom</type>
407                 <scope>import</scope>
408             </dependency>
409             <dependency>
410                 <groupId>org.hdrhistogram</groupId>
411                 <artifactId>HdrHistogram</artifactId>
412                 <version>2.1.6</version>
413             </dependency>
414             <dependency>
415                 <groupId>org.java-websocket</groupId>
416                 <artifactId>Java-WebSocket</artifactId>
417                 <version>1.3.8</version>
418             </dependency>
419             <dependency>
420                 <groupId>org.joda</groupId>
421                 <artifactId>joda-convert</artifactId>
422                 <version>1.2</version>
423             </dependency>
424             <dependency>
425                 <groupId>org.mockito</groupId>
426                 <artifactId>mockito-core</artifactId>
427                 <version>2.2.11</version>
428                 <scope>test</scope>
429             </dependency>
430             <dependency>
431                 <groupId>org.jsoup</groupId>
432                 <artifactId>jsoup</artifactId>
433                 <version>1.8.3</version>
434                 <scope>test</scope>
435             </dependency>
436             <dependency>
437                 <groupId>org.mariadb.jdbc</groupId>
438                 <artifactId>mariadb-java-client</artifactId>
439                 <version>2.1.1</version>
440             </dependency>
441             <dependency>
442                 <groupId>org.powermock</groupId>
443                 <artifactId>powermock-api-mockito2</artifactId>
444                 <version>1.6.6</version>
445             </dependency>
446             <dependency>
447                 <groupId>org.powermock</groupId>
448                 <artifactId>powermock-module-junit4</artifactId>
449                 <version>1.6.6</version>
450             </dependency>
451             <dependency>
452                 <groupId>org.slf4j</groupId>
453                 <artifactId>jcl-over-slf4j</artifactId>
454                 <version>1.7.25</version>
455             </dependency>
456             <dependency>
457                 <groupId>org.springframework</groupId>
458                 <artifactId>spring-framework-bom</artifactId>
459                 <version>4.3.18.RELEASE</version>
460                 <type>pom</type>
461                 <scope>import</scope>
462             </dependency>
463             <dependency>
464                 <groupId>org.testng</groupId>
465                 <artifactId>testng</artifactId>
466                 <version>6.11</version>
467             </dependency>
468             <dependency>
469                 <groupId>org.yaml</groupId>
470                 <artifactId>snakeyaml</artifactId>
471                 <version>1.15</version>
472             </dependency>
473         </dependencies>
474
475     </dependencyManagement>
476 </project>